IPStore::ReadAccessRuleSet method

[Protected Storage (Pstore) is available for use in Windows Server 2003 and Windows XP. It is only available for read-only operations in Windows Server 2008 and Windows Vista, but may be unavailable in subsequent versions. Pstore uses an older implementation of data protection. Developers are strongly encouraged to take advantage of the stronger data protection provided by the CryptProtectData and CryptUnprotectData functions.]

[This method is not implemented.]

Reads the access rules for a given type.

Syntax

HRESULT ReadAccessRuleSet(
  [in]       PST_KEY            Key,
  [in] const GUID               *pType,
  [in] const GUID               *pSubtype,
  [in]       PPST_TYPEINFO      pInfo,
  [in]       PPST_ACCESSRULESET **ppRules,
  [in]       DWORD              dwFlags
);

Parameters

Key [in]

Reserved.

pType [in]

Reserved.

pSubtype [in]

Reserved.

pInfo [in]

Reserved.

ppRules [in]

Reserved.

dwFlags [in]

Reserved.

Return value

Calls to this method will always fail.

Requirements

Requirement Value
Header
Pstore.h
DLL
Pstorec.dll

See also

IPStore