PST_ACCESSRULESET structure

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

Identifies the set of access rules for the protected storage data.

Syntax

typedef struct {
  DWORD          cbSize;
  DWORD          cRules;
  PST_ACCESSRULE *rgRules;
} PST_ACCESSRULESET, *PPST_ACCESSRULESET;

Members

cbSize

The size of this structure.

cRules

The number of rules in the rgRules array.

rgRules

A pointer to an array of PST_ACCESSRULE structures.

Requirements

Requirement Value
Header
Pstore.h

See also

PST_ACCESSRULE

CreateSubtype