Skip to main content

Notification window call when viewing read-only documents

info

Notification appears when viewing read-only Mip documents

If a read-only document is opened, display a popup after viewing to inform that this document is read-only (e.g., This document is read-only. Please edit the document by saving it under a different name.)
:::

1. Overview

File NamepathversionDescriptionDownload Path
SCPD_DS365.dllC:\Windows\Softcamp\SDK\scsa6.1.0.25SHIELD DRM Module\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)
SCPD_DS36564.dllC:\Windows\Softcamp\SDK\scsa6.1.0.25SHIELD DRM Module\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)
SCMSOEHE_MSOEHE.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.11office com event module
SCMSOEHE_MSOEHE64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.11office com event module
SCMSOEHP_MSOEHP.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.8office com event module
SCMSOEHP_MSOEHP64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.8office com event module
SCMSOEHW_MSOEHW.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.7office com event module
SCMSOEHW_MSOEHW64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.7office com event module
SCMSOEHE_MSO16EHE.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.7office com event module
SCMSOEHE_MSO16EHE64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.7office com event module
SCMSOEHP_MSO16EHP.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.4office com event module
SCMSOEHP_MSO16EHP64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.4office com event module
SCMSOEHW_MSO16EHW.dllC:\Windows\Softcamp\SDS\SCGMEX6.0.0.4office com event module
SCMSOEHW_MSO16EHW64.dllC:\Windows\Softcamp\SDS\SCGMEX\x646.0.0.4office com event module
DSResKor.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
DSResJpn.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
DSResEng.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
DSResDeu.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
DSResChn.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
DSResRus.iniC:\Windows\Softcamp\SDS6.0.0.25\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019
  • cf) DSResXXX.ini is a multilingual resource file for message boxes for notifications.

3. Description

  • When opening a Mip document, an alert message appears as shown below if it opens as a read-only document.img

4. Policy

  1. The Mip Init policy must have the option value (NotifyReadOnlyDoc key) added as shown below to function. DS_MIP_INIT policy link
{
"s365_url": "https://devlogin.softcamp.co.kr/",
...(생략)...
"custom": {
...
"NotifyReadOnlyDoc": "use"
},
...(생략)...
}

5. Limitations

  • For documents opened through onedrive, sharepoint, and teams, the file path is generated as a URL, so it is not possible to determine whether it is a Mip document through the Mip SDK, and therefore no notification window appears.Therefore, a feature that operates only on local files.
  • This feature works when opening an attached document that is downloaded locally, but it is not supported when opening directly from cloud links such as SharePoint (for the same reason as above).

6. Notification Messages and Resources

img

  • Resource file location: SDK\Res\DS\ResUIKOR.rc
[SHIELDRM]
...
NOTIFICATION_OPEN_READONLY_MIP_DOC = "이 문서는 읽기 전용 문서입니다. 다른 이름으로 저장을 통해 문서를 편집하세요."