Changeset 4411 for trunk/include/win/winnt.h
- Timestamp:
 - Oct 3, 2000, 7:42:29 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/winnt.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/winnt.h
r4241 r4411 1163 1163 #define ACL_REVISION4 4 1164 1164 1165 typedef enum _ACL_INFORMATION_CLASS { 1166 AclRevisionInformation = 1, 1167 AclSizeInformation 1168 } ACL_INFORMATION_CLASS; 1169 1170 typedef struct _ACL_REVISION_INFORMATION { 1171 DWORD AclRevision; 1172 } ACL_REVISION_INFORMATION; 1173 typedef ACL_REVISION_INFORMATION *PACL_REVISION_INFORMATION; 1174 1175 typedef struct _ACL_SIZE_INFORMATION { 1176 DWORD AceCount; 1177 DWORD AclBytesInUse; 1178 DWORD AclBytesFree; 1179 } ACL_SIZE_INFORMATION; 1180 typedef ACL_SIZE_INFORMATION *PACL_SIZE_INFORMATION; 1181 1165 1182 #define MIN_ACL_REVISION ACL_REVISION2 1166 1183 #define MAX_ACL_REVISION ACL_REVISION4 … … 1298 1315 DWORD GroupCount; 1299 1316 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY]; 1300 } TOKEN_GROUPS ;1317 } TOKEN_GROUPS, *PTOKEN_GROUPS; 1301 1318 1302 1319 /*  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  