Initial import
This commit is contained in:
18
libc/nt/struct/securitydescriptor.h
Normal file
18
libc/nt/struct/securitydescriptor.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_SECURITYDESCRIPTOR_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_STRUCT_SECURITYDESCRIPTOR_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct NtAcl;
|
||||
|
||||
struct NtSecurityDescriptor {
|
||||
uint8_t Revision;
|
||||
uint8_t Sbz1;
|
||||
uint16_t Control;
|
||||
void *Owner;
|
||||
void *Group;
|
||||
struct NtAcl *Sacl;
|
||||
struct NtAcl *Dacl;
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_SECURITYDESCRIPTOR_H_ */
|
||||
Reference in New Issue
Block a user