Changeset 148 for trunk/include/winsec.h
- Timestamp:
- 02/22/09 18:22:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winsec.h
r147 r148 54 54 #define WINSEC_ACE_MIN_SIZE 16 55 55 56 /* TODO: Fill in definitions of other flags */57 /* This means offsets contained in the descriptor are relative to the58 * descriptor's offset. This had better be true in the registry.56 /* XXX: Fill in definitions of other flags */ 57 /* This self relative flag means offsets contained in the descriptor are relative 58 * to the descriptor's offset. This had better be true in the registry. 59 59 */ 60 60 #define WINSEC_DESC_SELF_RELATIVE 0x8000 … … 70 70 71 71 72 typedef struct _winsec_uuid 72 typedef struct _winsec_uuid 73 73 { 74 74 uint32 time_low;
Note: See TracChangeset
for help on using the changeset viewer.