2.2.3.11 SR_SD

The SR_SD structure defines a self-relative security descriptor. A self-relative security descriptor contains the security descriptor structure itself and the necessary security information associated with the descriptor.

 typedef struct _SR_SD {
     [range(20, 131228)] DWORD dwLength;
     [size_is(dwLength)] BYTE* pSrSd;
 } SR_SD;
  
  

dwLength: The length, in bytes, of the data pointed to in the pSrSd member.

pSrSd: A pointer to a self-relative security descriptor.