typedef struct _SECURITY_DESCRIPTOR { unsigned char Revision; unsigned char Sbz1; unsigned short Control; void *Owner; void *Group; ACL *Sacl; ACL *Dacl; } SECURITY_DESCRIPTOR, *PSECURITY_DESCRIPTOR;