IPStore::WriteAccessRuleset 方法
[受保护的存储 (Pstore) 可用于 Windows Server 2003 和 Windows XP。 它仅适用于 Windows Server 2008 和 Windows Vista 中的只读操作,但在后续版本中可能不可用。 Pstore 使用数据保护的旧实现。 强烈建议开发人员利用 CryptProtectData 和 CryptUnprotectData 函数提供的更强大的数据保护。
[此方法未实现。]
写入给定类型的访问规则。
语法
HRESULT WriteAccessRuleset(
[in] PST_KEY Key,
[in] const GUID *pType,
[in] const GUID *pSubtype,
[in] PPST_TYPEINFO pInfo,
[in] PPST_ACCESSRULESET pRules,
[in] DWORD dwFlags
);
parameters
-
键 [in]
-
保留。
-
pType [in]
-
保留。
-
pSubtype [in]
-
保留。
-
pInfo [in]
-
保留。
-
pRules [in]
-
保留。
-
dwFlags [in]
-
保留。
返回值
对此方法的调用将始终失败。
要求
要求 | 值 |
---|---|
标头 |
|
DLL |
|
另请参阅