Note

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

Access to this page requires authorization. You can try .

ADS_NT_SECURITY_DESCRIPTOR structure (iads.h)

The ADS_NT_SECURITY_DESCRIPTOR structure defines the data type of the security descriptor for Windows.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0003 {
 DWORD dwLength;
 LPBYTE lpValue;
} ADS_NT_SECURITY_DESCRIPTOR, *PADS_NT_SECURITY_DESCRIPTOR;

Members

dwLength

The length data, in bytes.

lpValue

Pointer to the security descriptor, represented as a byte array.

Remarks

The ADS_NT_SECURITY_DESCRIPTOR structure is normally used as a member of the ADSVALUE structure definition.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures


Feedback

Was this page helpful?

Additional resources