Note

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

Access to this page requires authorization. You can try .

SR_SECURITY_DESCRIPTOR structure (subauth.h)

The SR_SECURITY_DESCRIPTOR structure contains information about the security privileges of the user.

Syntax

typedef struct _SR_SECURITY_DESCRIPTOR {
 ULONG Length;
 PUCHAR SecurityDescriptor;
} SR_SECURITY_DESCRIPTOR, *PSR_SECURITY_DESCRIPTOR;

Members

Length

Indicates the size in bytes of the structure.

SecurityDescriptor

Indicates the user's security privileges.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header subauth.h

Feedback

Was this page helpful?

Additional resources