| 1 | package SecurityDescriptor |
| 2 | |
| 3 | type HEADER struct { |
| 4 | Revision string |
| 5 | Sbz1 string |
| 6 | Control string |
| 7 | OffsetOwner string |
| 8 | OffsetGroup string |
| 9 | OffsetSacl string |
| 10 | OffsetDacl string |
| 11 | } |
| 12 | |
| 13 | type ACLHEADER struct { |
| 14 | ACLRevision string |
nothing calls this directly
no outgoing calls
no test coverage detected