cosmopolitan/libc/nt/struct/acl.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
251 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_ACL_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_ACL_H_
struct NtAcl {
uint8_t AclRevision;
uint8_t Sbz1;
uint16_t AclSize;
uint16_t AceCount;
uint16_t Sbz2;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_ACL_H_ */