Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CLUSPROP_SECURITY_DESCRIPTOR structure (clusapi.h)

Describes a security descriptor. It is used as an entry in a value list and consists of:

  • A CLUSPROP_VALUE structure indicating the format and type of the resource class information.
  • A security descriptor in self-relative format.

Syntax

typedef struct CLUSPROP_SECURITY_DESCRIPTOR : CLUSPROP_VALUE {
 union {
 SECURITY_DESCRIPTOR_RELATIVE sd;
 BYTE rgbSecurityDescriptor[];
 } DUMMYUNIONNAME;
} CLUSPROP_SECURITY_DESCRIPTOR, *PCLUSPROP_SECURITY_DESCRIPTOR;

Inheritance

The CLUSPROP_SECURITY_DESCRIPTOR structure implements CLUSPROP_VALUE.

Members

DUMMYUNIONNAME

DUMMYUNIONNAME.sd

Security descriptor in self-relative format. For more information about self-relative security descriptors, see Absolute and Self-Relative Security Descriptors.

DUMMYUNIONNAME.rgbSecurityDescriptor

Byte array to address the entire security descriptor including the owner, group, SACL, and DACL fields (if present) that follow the SECURITY_DESCRIPTOR_RELATIVE structure.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

Data Structures


Feedback

Was this page helpful?

Additional resources