PStore Types

[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.]

The data types for Protected Storage methods.

typedef DWORD PST_ACCESSMODE;
typedef DWORD PST_ACCESSCLAUSETYPE;
typedef DWORD PST_KEY;

PST_ACCESSMODE

Defines the read or write mode of the access rule.

PST_ACCESSCLAUSETYPE

Defines the clause type of the access rule.

PST_KEY

Defines the key for the stored item.

Requirements

Requirement Value
Header
Pstore.h