Changeset 2133 for trunk/src/advapi32/ADVAPI32.DEF
- Timestamp:
- Dec 19, 1999, 1:25:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/ADVAPI32.DEF
r1894 r2133 1 ; $Id: ADVAPI32.DEF,v 1. 8 1999-11-30 19:41:06sandervl Exp $1 ; $Id: ADVAPI32.DEF,v 1.9 1999-12-19 12:24:51 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 122 122 AdjustTokenGroups = _AdjustTokenGroups@24 @10 123 123 AdjustTokenPrivileges = _AdjustTokenPrivileges@24 @11 124 AllocateAndInitializeSid = _ AllocateAndInitializeSid@44@12124 AllocateAndInitializeSid = _RtlAllocateAndInitializeSid@44 @12 125 125 AllocateLocallyUniqueId = _AllocateLocallyUniqueId@4 @13 126 126 AreAllAccessesGranted = _AreAllAccessesGranted@8 @14 … … 153 153 EqualSid = _EqualSid@8 @41 154 154 FindFirstFreeAce = _FindFirstFreeAce@8 @42 155 FreeSid = _ FreeSid@4@43155 FreeSid = _RtlFreeSid@4 @43 156 156 GetAce = _GetAce@12 @44 157 157 GetAclInformation = _GetAclInformation@16 @45 … … 159 159 GetFileSecurityW = _GetFileSecurityW@20 @47 160 160 GetKernelObjectSecurity = _GetKernelObjectSecurity@20 @48 161 GetLengthSid = _ GetLengthSid@4 @49161 GetLengthSid = _RtlLengthSid@4 @49 162 162 GetNumberOfEventLogRecords = _GetNumberOfEventLogRecords@8 @50 163 163 GetOldestEventLogRecord = _GetOldestEventLogRecord@8 @51 … … 173 173 GetServiceKeyNameA = _GetServiceKeyNameA@16 @61 174 174 GetServiceKeyNameW = _GetServiceKeyNameW@16 @62 175 GetSidIdentifierAuthority = _ GetSidIdentifierAuthority@4 @63176 GetSidLengthRequired = _ GetSidLengthRequired@4 @64177 GetSidSubAuthority = _ GetSidSubAuthority@8 @65178 GetSidSubAuthorityCount = _ GetSidSubAuthorityCount@4 @66175 GetSidIdentifierAuthority = _RtlIdentifierAuthoritySid@4 @63 176 GetSidLengthRequired = _RtlLengthRequiredSid@4 @64 177 GetSidSubAuthority = _RtlSubAuthoritySid@8 @65 178 GetSidSubAuthorityCount = _RtlSubAuthorityCountSid@4 @66 179 179 GetTokenInformation = _GetTokenInformation@20 @67 180 180 GetUserNameA = _GetUserNameA@8 @68
Note:
See TracChangeset
for help on using the changeset viewer.