ProtectFileToEnterpriseIdentity 函数 (edpwin32.h)
注意 Windows 信息保护 (WIP) 策略可以应用于 Windows 10 版本 1607。
语法
HRESULT ProtectFileToEnterpriseIdentity(
[in] PCWSTR fileOrFolderPath,
[in] PCWSTR identity
);
参数
[in] fileOrFolderPath
要保护的文件或文件夹的路径。
[in] identity
数据受到保护的企业标识。 此标识是托管的电子邮件地址或域。
返回值
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
目标平台 | Windows |
标头 | edpwin32.h |
Library | Efswrt.h |
DLL | Efswrt.dll |