#ifndef _NTSAM_H typedef struct _SR_SECURITY_DESCRIPTOR { ULONG Length; PUCHAR SecurityDescriptor; } SR_SECURITY_DESCRIPTOR, *PSR_SECURITY_DESCRIPTOR; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.