- Timestamp:
- Dec 27, 1999, 7:44:33 PM (26 years ago)
- Location:
- trunk/src/advapi32
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/ADVAPI32.DEF
r2133 r2215 1 ; $Id: ADVAPI32.DEF,v 1.9 1999-12-19 12:24:51 sandervl Exp $ 2 3 ;Created by BLAST for IBM's compiler 1 ; $Id: ADVAPI32.DEF,v 1.10 1999-12-27 18:44:32 sandervl Exp $ 2 3 ; 4 ; Based on NT 4.0 SP6: ADVAPI32.DLL 5 ; 4 6 LIBRARY ADVAPI32 INITINSTANCE 7 DESCRIPTION 'Odin ADVAPI32.DLL' 5 8 DATA MULTIPLE NONSHARED 6 9 … … 28 31 ; ---------------------------------------------------------------------------- 29 32 30 LsaAddAccountRights = _LsaAddAccountRights@16 31 LsaClose = _LsaClose@4 @243 32 LsaCreateTrustedDomainEx = _LsaCreateTrustedDomainEx@20 33 LsaDeleteTrustedDomain = _LsaDeleteTrustedDomain@8 @280 34 LsaEnumerateAccountRights = _LsaEnumerateAccountRights@16 35 LsaEnumerateAccountsWithUserRight = _LsaEnumerateAccountsWithUserRight@16 36 LsaEnumerateTrustedDomains = _LsaEnumerateTrustedDomains@20 37 LsaEnumerateTrustedDomainsEx = _LsaEnumerateTrustedDomainsEx@20 38 LsaFreeMemory = _LsaFreeMemory@4 @241 39 LsaLookupNames = _LsaLookupNames@20 @245 40 LsaLookupSids = _LsaLookupSids@20 @240 41 LsaNtStatusToWinError = _LsaNtStatusToWinError@4 42 LsaOpenPolicy = _LsaOpenPolicy@16 @239 43 LsaOpenTrustedDomainByName = _LsaOpenTrustedDomainByName@16 44 LsaQueryInformationPolicy = _LsaQueryInformationPolicy@12 @242 45 LsaQueryTrustedDomainInfo = _LsaQueryTrustedDomainInfo@16 46 LsaQueryTrustedDomainInfoByName = _LsaQueryTrustedDomainInfoByName@16 47 LsaRegisterPolicyChangeNotification = _LsaRegisterPolicyChangeNotification@8 48 LsaRemoveAccountRights = _LsaRemoveAccountRights@20 49 LsaRetrievePrivateData = _LsaRetrievePrivateData@12 50 LsaSetInformationPolicy = _LsaSetInformationPolicy@12 @244 51 LsaSetTrustedDomainInfo = _LsaSetTrustedDomainInfo@16 52 LsaSetTrustedDomainInfoByName = _LsaSetTrustedDomainInfoByName@16 53 LsaStorePrivateData = _LsaStorePrivateData@12 54 LsaUnregisterPolicyChangeNotification = _LsaUnregisterPolicyChangeNotification@8 33 LsaAddAccountRights = _LsaAddAccountRights@16 @196 34 ; LsaAddPrivilegesToAccount @197 35 ; LsaClearAuditLog @198 36 LsaClose = _LsaClose@4 @199 37 ; LsaCreateAccount @200 38 ; LsaCreateSecret @201 39 ; LsaCreateTrustedDomain @202 40 ; LsaDelete @203 41 LsaDeleteTrustedDomain = _LsaDeleteTrustedDomain@8 @204 42 LsaEnumerateAccountRights = _LsaEnumerateAccountRights@16 @205 43 ; LsaEnumerateAccounts @206 44 LsaEnumerateAccountsWithUserRight = _LsaEnumerateAccountsWithUserRight@16 @207 45 ; LsaEnumeratePrivileges @208 46 ; LsaEnumeratePrivilegesOfAccount @209 47 LsaEnumerateTrustedDomains = _LsaEnumerateTrustedDomains@20 @210 48 LsaFreeMemory = _LsaFreeMemory@4 @211 49 ; LsaGetQuotasForAccount @212 50 ; LsaGetRemoteUserName @213 51 ; LsaGetSystemAccessAccount @214 52 ; LsaGetUserName @215 53 ; LsaICLookupNames @216 54 ; LsaICLookupSids @217 55 LsaLookupNames = _LsaLookupNames@20 @218 56 ; LsaLookupPrivilegeDisplayName @219 57 ; LsaLookupPrivilegeName @220 58 ; LsaLookupPrivilegeValue @221 59 LsaLookupSids = _LsaLookupSids@20 @222 60 LsaNtStatusToWinError = _LsaNtStatusToWinError@4 @223 61 ; LsaOpenAccount @224 62 LsaOpenPolicy = _LsaOpenPolicy@16 @225 63 ; LsaOpenSecret @226 64 ; LsaOpenTrustedDomain @227 65 ; LsaQueryInfoTrustedDomain @228 66 LsaQueryInformationPolicy = _LsaQueryInformationPolicy@12 @229 67 ; LsaQuerySecret @230 68 ; LsaQuerySecurityObject @231 69 LsaQueryTrustedDomainInfo = _LsaQueryTrustedDomainInfo@16 @232 70 LsaRemoveAccountRights = _LsaRemoveAccountRights@20 @233 71 ; LsaRemovePrivilegesFromAccount @234 72 LsaRetrievePrivateData = _LsaRetrievePrivateData@12 @235 73 LsaSetInformationPolicy = _LsaSetInformationPolicy@12 @236 74 ; LsaSetInformationTrustedDomain @237 75 ; LsaSetQuotasForAccount @238 76 ; LsaSetSecret @239 77 ; LsaSetSecurityObject @240 78 ; LsaSetSystemAccessAccount @241 79 ; LsaSetTrustedDomainInformation @242 80 LsaStorePrivateData = _LsaStorePrivateData@12 @243 81 82 ; REMOVE LsaCreateTrustedDomainEx = _LsaCreateTrustedDomainEx@20 83 ; REMOVE LsaEnumerateTrustedDomainsEx = _LsaEnumerateTrustedDomainsEx@20 84 ; REMOVE LsaOpenTrustedDomainByName = _LsaOpenTrustedDomainByName@16 85 ; REMOVE LsaQueryTrustedDomainInfoByName = _LsaQueryTrustedDomainInfoByName@16 86 ; REMOVE LsaRegisterPolicyChangeNotification = _LsaRegisterPolicyChangeNotification@8 87 ; REMOVE LsaSetTrustedDomainInfo = _LsaSetTrustedDomainInfo@16 88 ; REMOVE LsaSetTrustedDomainInfoByName = _LsaSetTrustedDomainInfoByName@16 89 ; REMOVE LsaUnregisterPolicyChangeNotification = _LsaUnregisterPolicyChangeNotification@8 55 90 56 91 ; ---------------------------------------------------------------------------- … … 58 93 ; ---------------------------------------------------------------------------- 59 94 60 RegCloseKey = _RegCloseKey@4 @127 61 RegConnectRegistryA = _RegConnectRegistryA@12 @128 62 RegConnectRegistryW = _RegConnectRegistryW@12 @129 63 RegCreateKeyA = _RegCreateKeyA@12 @130 64 RegCreateKeyExA = _RegCreateKeyExA@36 @131 65 RegCreateKeyExW = _RegCreateKeyExW@36 @132 66 RegCreateKeyW = _RegCreateKeyW@12 @133 67 RegDeleteKeyA = _RegDeleteKeyA@8 @134 68 RegDeleteKeyW = _RegDeleteKeyW@8 @135 69 RegDeleteValueA = _RegDeleteValueA@8 @136 70 RegDeleteValueW = _RegDeleteValueW@8 @137 71 RegEnumKeyA = _RegEnumKeyA@16 @138 72 RegEnumKeyExA = _RegEnumKeyExA@32 @139 73 RegEnumKeyExW = _RegEnumKeyExW@32 @140 74 RegEnumKeyW = _RegEnumKeyW@16 @141 75 RegEnumValueA = _RegEnumValueA@32 @142 76 RegEnumValueW = _RegEnumValueW@32 @143 77 RegFlushKey = _RegFlushKey@4 @144 78 RegGetKeySecurity = _RegGetKeySecurity@16 @145 79 RegLoadKeyA = _RegLoadKeyA@12 @146 80 RegLoadKeyW = _RegLoadKeyW@12 @147 81 RegNotifyChangeKeyValue = _RegNotifyChangeKeyValue@20 @148 82 RegOpenKeyA = _RegOpenKeyA@12 @149 83 RegOpenKeyExA = _RegOpenKeyExA@20 @150 84 RegOpenKeyExW = _RegOpenKeyExW@20 @151 85 RegOpenKeyW = _RegOpenKeyW@12 @152 86 RegQueryInfoKeyA = _RegQueryInfoKeyA@48 @153 87 RegQueryInfoKeyW = _RegQueryInfoKeyW@48 @154 88 RegQueryMultipleValuesA = _RegQueryMultipleValuesA@20 @155 89 RegQueryMultipleValuesW = _RegQueryMultipleValuesW@20 @156 90 RegQueryValueA = _RegQueryValueA@16 @157 91 RegQueryValueExA = _RegQueryValueExA@24 @158 92 RegQueryValueExW = _RegQueryValueExW@24 @159 93 RegQueryValueW = _RegQueryValueW@16 @160 94 ; RegRemapPreDefKey = _RegRemapPreDefKey@4 @161 95 RegReplaceKeyA = _RegReplaceKeyA@16 @162 96 RegReplaceKeyW = _RegReplaceKeyW@16 @163 97 RegRestoreKeyA = _RegRestoreKeyA@12 @164 98 RegRestoreKeyW = _RegRestoreKeyW@12 @165 99 RegSaveKeyA = _RegSaveKeyA@12 @166 100 RegSaveKeyW = _RegSaveKeyW@12 @167 101 RegSetKeySecurity = _RegSetKeySecurity@12 @168 102 RegSetValueA = _RegSetValueA@20 @169 103 RegSetValueExA = _RegSetValueExA@24 @170 104 RegSetValueExW = _RegSetValueExW@24 @171 105 RegSetValueW = _RegSetValueW@20 @172 106 RegUnLoadKeyA = _RegUnLoadKeyA@8 @173 107 RegUnLoadKeyW = _RegUnLoadKeyW@8 @174 108 95 RegCloseKey = _RegCloseKey@4 @280 96 RegConnectRegistryA = _RegConnectRegistryA@12 @281 97 RegConnectRegistryW = _RegConnectRegistryW@12 @282 98 RegCreateKeyA = _RegCreateKeyA@12 @283 99 RegCreateKeyExA = _RegCreateKeyExA@36 @284 100 RegCreateKeyExW = _RegCreateKeyExW@36 @285 101 RegCreateKeyW = _RegCreateKeyW@12 @286 102 RegDeleteKeyA = _RegDeleteKeyA@8 @287 103 RegDeleteKeyW = _RegDeleteKeyW@8 @288 104 RegDeleteValueA = _RegDeleteValueA@8 @289 105 RegDeleteValueW = _RegDeleteValueW@8 @290 106 RegEnumKeyA = _RegEnumKeyA@16 @291 107 RegEnumKeyExA = _RegEnumKeyExA@32 @292 108 RegEnumKeyExW = _RegEnumKeyExW@32 @293 109 RegEnumKeyW = _RegEnumKeyW@16 @294 110 RegEnumValueA = _RegEnumValueA@32 @295 111 RegEnumValueW = _RegEnumValueW@32 @296 112 RegFlushKey = _RegFlushKey@4 @297 113 RegGetKeySecurity = _RegGetKeySecurity@16 @298 114 RegLoadKeyA = _RegLoadKeyA@12 @299 115 RegLoadKeyW = _RegLoadKeyW@12 @300 116 RegNotifyChangeKeyValue = _RegNotifyChangeKeyValue@20 @301 117 RegOpenKeyA = _RegOpenKeyA@12 @302 118 RegOpenKeyExA = _RegOpenKeyExA@20 @303 119 RegOpenKeyExW = _RegOpenKeyExW@20 @304 120 RegOpenKeyW = _RegOpenKeyW@12 @305 121 RegQueryInfoKeyA = _RegQueryInfoKeyA@48 @306 122 RegQueryInfoKeyW = _RegQueryInfoKeyW@48 @307 123 RegQueryMultipleValuesA = _RegQueryMultipleValuesA@20 @308 124 RegQueryMultipleValuesW = _RegQueryMultipleValuesW@20 @309 125 RegQueryValueA = _RegQueryValueA@16 @310 126 RegQueryValueExA = _RegQueryValueExA@24 @311 127 RegQueryValueExW = _RegQueryValueExW@24 @312 128 RegQueryValueW = _RegQueryValueW@16 @313 129 RegReplaceKeyA = _RegReplaceKeyA@16 @314 130 RegReplaceKeyW = _RegReplaceKeyW@16 @315 131 RegRestoreKeyA = _RegRestoreKeyA@12 @316 132 RegRestoreKeyW = _RegRestoreKeyW@12 @317 133 RegSaveKeyA = _RegSaveKeyA@12 @318 134 RegSaveKeyW = _RegSaveKeyW@12 @319 135 RegSetKeySecurity = _RegSetKeySecurity@12 @320 136 RegSetValueA = _RegSetValueA@20 @321 137 RegSetValueExA = _RegSetValueExA@24 @322 138 RegSetValueExW = _RegSetValueExW@24 @323 139 RegSetValueW = _RegSetValueW@20 @324 140 RegUnLoadKeyA = _RegUnLoadKeyA@8 @325 141 RegUnLoadKeyW = _RegUnLoadKeyW@8 @326 142 ; WIN9X RegRemapPreDefKey = _RegRemapPreDefKey@4 @xxx 109 143 110 144 ; ---------------------------------------------------------------------------- … … 128 162 BackupEventLogA = _BackupEventLogA@8 @16 129 163 BackupEventLogW = _BackupEventLogW@8 @17 130 ChangeServiceConfigA = _ChangeServiceConfigA@44 @18 131 ChangeServiceConfigW = _ChangeServiceConfigW@44 @19 132 ClearEventLogA = _ClearEventLogA@8 @20 133 ClearEventLogW = _ClearEventLogW@8 @21 134 CloseEventLog = _CloseEventLog@4 @22 135 CloseServiceHandle = _CloseServiceHandle@4 @23 136 ControlService = _ControlService@12 @24 137 CopySid = _CopySid@12 @25 138 CreatePrivateObjectSecurity = _CreatePrivateObjectSecurity@24 @26 139 CreateProcessAsUserA = _CreateProcessAsUserA@44 @27 140 CreateProcessAsUserW = _CreateProcessAsUserW@44 @28 141 CreateServiceA = _CreateServiceA@52 @29 142 CreateServiceW = _CreateServiceW@52 @30 143 DeleteAce = _DeleteAce@8 @31 144 DeleteService = _DeleteService@4 @32 145 DeregisterEventSource = _DeregisterEventSource@4 @33 146 DestroyPrivateObjectSecurity = _DestroyPrivateObjectSecurity@4 @34 147 DuplicateToken = _DuplicateToken@12 @35 148 EnumDependentServicesA = _EnumDependentServicesA@24 @36 149 EnumDependentServicesW = _EnumDependentServicesW@24 @37 150 EnumServicesStatusA = _EnumServicesStatusA@32 @38 151 EnumServicesStatusW = _EnumServicesStatusW@32 @39 152 EqualPrefixSid = _EqualPrefixSid@8 @40 153 EqualSid = _EqualSid@8 @41 154 FindFirstFreeAce = _FindFirstFreeAce@8 @42 155 FreeSid = _RtlFreeSid@4 @43 156 GetAce = _GetAce@12 @44 157 GetAclInformation = _GetAclInformation@16 @45 158 GetFileSecurityA = _GetFileSecurityA@20 @46 159 GetFileSecurityW = _GetFileSecurityW@20 @47 160 GetKernelObjectSecurity = _GetKernelObjectSecurity@20 @48 161 GetLengthSid = _RtlLengthSid@4 @49 162 GetNumberOfEventLogRecords = _GetNumberOfEventLogRecords@8 @50 163 GetOldestEventLogRecord = _GetOldestEventLogRecord@8 @51 164 GetPrivateObjectSecurity = _GetPrivateObjectSecurity@20 @52 165 GetSecurityDescriptorControl = _GetSecurityDescriptorControl@12 @53 166 GetSecurityDescriptorDacl = _GetSecurityDescriptorDacl@16 @54 167 GetSecurityDescriptorGroup = _GetSecurityDescriptorGroup@12 @55 168 GetSecurityDescriptorLength = _GetSecurityDescriptorLength@4 @56 169 GetSecurityDescriptorOwner = _GetSecurityDescriptorOwner@12 @57 170 GetSecurityDescriptorSacl = _GetSecurityDescriptorSacl@16 @58 171 GetServiceDisplayNameA = _GetServiceDisplayNameA@16 @59 172 GetServiceDisplayNameW = _GetServiceDisplayNameW@16 @60 173 GetServiceKeyNameA = _GetServiceKeyNameA@16 @61 174 GetServiceKeyNameW = _GetServiceKeyNameW@16 @62 175 GetSidIdentifierAuthority = _RtlIdentifierAuthoritySid@4 @63 176 GetSidLengthRequired = _RtlLengthRequiredSid@4 @64 177 GetSidSubAuthority = _RtlSubAuthoritySid@8 @65 178 GetSidSubAuthorityCount = _RtlSubAuthorityCountSid@4 @66 179 GetTokenInformation = _GetTokenInformation@20 @67 180 GetUserNameA = _GetUserNameA@8 @68 181 GetUserNameW = _GetUserNameW@8 @69 182 ImpersonateLoggedOnUser = _ImpersonateLoggedOnUser@4 @70 183 ImpersonateNamedPipeClient = _ImpersonateNamedPipeClient@4 @71 184 ImpersonateSelf = _ImpersonateSelf@4 @72 185 InitializeAcl = _InitializeAcl@12 @73 186 InitializeSecurityDescriptor = _InitializeSecurityDescriptor@8 @74 187 InitializeSid = _InitializeSid@12 @75 188 InitiateSystemShutdownA = _InitiateSystemShutdownA@20 @76 189 InitiateSystemShutdownW = _InitiateSystemShutdownW@20 @77 190 IsTextUnicode = _IsTextUnicode@12 @78 191 IsValidAcl = _IsValidAcl@4 @79 192 IsValidSecurityDescriptor = _IsValidSecurityDescriptor@4 @80 193 IsValidSid = _IsValidSid@4 @81 194 LockServiceDatabase = _LockServiceDatabase@4 @82 195 LogonUserA = _LogonUserA@24 @83 196 LogonUserW = _LogonUserW@24 @84 197 LookupAccountNameA = _LookupAccountNameA@28 @85 198 LookupAccountNameW = _LookupAccountNameW@28 @86 199 LookupAccountSidA = _LookupAccountSidA@28 @87 200 LookupAccountSidW = _LookupAccountSidW@28 @88 201 LookupPrivilegeDisplayNameA = _LookupPrivilegeDisplayNameA@20 @89 202 LookupPrivilegeDisplayNameW = _LookupPrivilegeDisplayNameW@20 @90 203 LookupPrivilegeNameA = _LookupPrivilegeNameA@16 @91 204 LookupPrivilegeNameW = _LookupPrivilegeNameW@16 @92 205 LookupPrivilegeValueA = _LookupPrivilegeValueA@12 @93 206 LookupPrivilegeValueW = _LookupPrivilegeValueW@12 @94 207 MakeAbsoluteSD = _MakeAbsoluteSD@44 @95 208 MakeSelfRelativeSD = _MakeSelfRelativeSD@12 @96 209 MapGenericMask = _MapGenericMask@8 @97 210 NotifyBootConfigStatus = _NotifyBootConfigStatus@4 @98 211 NotifyChangeEventLog = _NotifyChangeEventLog@8 @99 212 ObjectCloseAuditAlarmA = _ObjectCloseAuditAlarmA@12 @100 213 ObjectCloseAuditAlarmW = _ObjectCloseAuditAlarmW@12 @101 214 ObjectOpenAuditAlarmA = _ObjectOpenAuditAlarmA@48 @102 215 ObjectOpenAuditAlarmW = _ObjectOpenAuditAlarmW@48 @103 216 ObjectPrivilegeAuditAlarmA = _ObjectPrivilegeAuditAlarmA@24 @104 217 ObjectPrivilegeAuditAlarmW = _ObjectPrivilegeAuditAlarmW@24 @105 218 OpenBackupEventLogA = _OpenBackupEventLogA@8 @106 219 OpenBackupEventLogW = _OpenBackupEventLogW@8 @107 220 OpenEventLogA = _OpenEventLogA@8 @108 221 OpenEventLogW = _OpenEventLogW@8 @109 222 OpenProcessToken = _OpenProcessToken@12 @110 223 OpenSCManagerA = _OpenSCManagerA@12 @111 224 OpenSCManagerW = _OpenSCManagerW@12 @112 225 OpenServiceA = _OpenServiceA@12 @113 226 OpenServiceW = _OpenServiceW@12 @114 227 OpenThreadToken = _OpenThreadToken@16 @115 228 PrivilegeCheck = _PrivilegeCheck@12 @116 229 PrivilegedServiceAuditAlarmA = _PrivilegedServiceAuditAlarmA@20 @117 230 PrivilegedServiceAuditAlarmW = _PrivilegedServiceAuditAlarmW@20 @118 231 QueryServiceConfigA = _QueryServiceConfigA@16 @119 232 QueryServiceConfigW = _QueryServiceConfigW@16 @120 233 QueryServiceLockStatusA = _QueryServiceLockStatusA@16 @121 234 QueryServiceLockStatusW = _QueryServiceLockStatusW@16 @122 235 QueryServiceObjectSecurity = _QueryServiceObjectSecurity@20 @123 236 QueryServiceStatus = _QueryServiceStatus@8 @124 237 ReadEventLogA = _ReadEventLogA@28 @125 238 ReadEventLogW = _ReadEventLogW@28 @126 239 RegisterEventSourceA = _RegisterEventSourceA@8 @175 240 RegisterEventSourceW = _RegisterEventSourceW@8 @176 241 RegisterServiceCtrlHandlerA = _RegisterServiceCtrlHandlerA@8 @177 242 RegisterServiceCtrlHandlerW = _RegisterServiceCtrlHandlerW@8 @178 243 ReportEventA = _ReportEventA@36 @179 244 ReportEventW = _ReportEventW@36 @180 245 RevertToSelf = _RevertToSelf@0 @181 246 SetAclInformation = _SetAclInformation@16 @182 247 SetFileSecurityA = _SetFileSecurityA@12 @183 248 SetFileSecurityW = _SetFileSecurityW@12 @184 249 SetKernelObjectSecurity = _SetKernelObjectSecurity@12 @185 250 SetPrivateObjectSecurity = _SetPrivateObjectSecurity@20 @186 251 SetSecurityDescriptorDacl = _SetSecurityDescriptorDacl@16 @187 252 SetSecurityDescriptorGroup = _SetSecurityDescriptorGroup@12 @188 253 SetSecurityDescriptorOwner = _SetSecurityDescriptorOwner@12 @189 254 SetSecurityDescriptorSacl = _SetSecurityDescriptorSacl@16 @190 255 SetServiceBits = _SetServiceBits@16 @191 256 SetServiceObjectSecurity = _SetServiceObjectSecurity@12 @192 257 SetServiceStatus = _SetServiceStatus@8 @193 258 SetThreadToken = _SetThreadToken@8 @194 259 SetTokenInformation = _SetTokenInformation@16 @195 260 StartServiceA = _StartServiceA@12 @196 261 StartServiceCtrlDispatcherA = _StartServiceCtrlDispatcherA@4 @197 262 StartServiceCtrlDispatcherW = _StartServiceCtrlDispatcherW@4 @198 263 StartServiceW = _StartServiceW@12 @199 264 UnlockServiceDatabase = _UnlockServiceDatabase@4 @200 265 164 ; BuildExplicitAccessWithNameA @18 165 ; BuildExplicitAccessWithNameW @19 166 ; BuildImpersonateExplicitAccessWithNameA @20 167 ; BuildImpersonateExplicitAccessWithNameW @21 168 ; BuildImpersonateTrusteeA @22 169 ; BuildImpersonateTrusteeW @23 170 ; BuildSecurityDescriptorA @24 171 ; BuildSecurityDescriptorW @25 172 ; BuildTrusteeWithNameA @26 173 ; BuildTrusteeWithNameW @27 174 ; BuildTrusteeWithSidA @28 175 ; BuildTrusteeWithSidW @29 176 ; CancelOverlappedAccess @30 177 ChangeServiceConfigA = _ChangeServiceConfigA@44 @31 178 ChangeServiceConfigW = _ChangeServiceConfigW@44 @32 179 ClearEventLogA = _ClearEventLogA@8 @33 180 ClearEventLogW = _ClearEventLogW@8 @34 181 CloseEventLog = _CloseEventLog@4 @35 182 CloseServiceHandle = _CloseServiceHandle@4 @36 183 ControlService = _ControlService@12 @37 184 ; ConvertAccessToSecurityDescriptorA @38 185 ; ConvertAccessToSecurityDescriptorW @39 186 ; ConvertSecurityDescriptorToAccessA @40 187 ; ConvertSecurityDescriptorToAccessNamedA @41 188 ; ConvertSecurityDescriptorToAccessNamedW @42 189 ; ConvertSecurityDescriptorToAccessW @43 190 CopySid = _CopySid@12 @44 191 CreatePrivateObjectSecurity = _CreatePrivateObjectSecurity@24 @45 192 CreateProcessAsUserA = _CreateProcessAsUserA@44 @46 193 CreateProcessAsUserW = _CreateProcessAsUserW@44 @47 194 CreateServiceA = _CreateServiceA@52 @48 195 CreateServiceW = _CreateServiceW@52 @49 196 ; CryptAcquireContextA @50 197 ; CryptAcquireContextW @51 198 ; CryptCreateHash @52 199 ; CryptDecrypt @53 200 ; CryptDeriveKey @54 201 ; CryptDestroyHash @55 202 ; CryptDestroyKey @56 203 ; CryptEncrypt @57 204 ; CryptExportKey @58 205 ; CryptGenKey @59 206 ; CryptGenRandom @60 207 ; CryptGetHashParam @61 208 ; CryptGetKeyParam @62 209 ; CryptGetProvParam @63 210 ; CryptGetUserKey @64 211 ; CryptHashData @65 212 ; CryptHashSessionKey @66 213 ; CryptImportKey @67 214 ; CryptReleaseContext @68 215 ; CryptSetHashParam @69 216 ; CryptSetKeyParam @70 217 ; CryptSetProvParam @71 218 ; CryptSetProviderA @72 219 ; CryptSetProviderW @73 220 ; CryptSignHashA @74 221 ; CryptSignHashW @75 222 ; CryptVerifySignatureA @76 223 ; CryptVerifySignatureW @77 224 DeleteAce = _DeleteAce@8 @78 225 DeleteService = _DeleteService@4 @79 226 DeregisterEventSource = _DeregisterEventSource@4 @80 227 DestroyPrivateObjectSecurity = _DestroyPrivateObjectSecurity@4 @81 228 DuplicateToken = _DuplicateToken@12 @82 229 ; DuplicateTokenEx @83 230 ; ElfBackupEventLogFileA @84 231 ; ElfBackupEventLogFileW @85 232 ; ElfChangeNotify @86 233 ; ElfClearEventLogFileA @87 234 ; ElfClearEventLogFileW @88 235 ; ElfCloseEventLog @89 236 ; ElfDeregisterEventSource @90 237 ; ElfNumberOfRecords @91 238 ; ElfOldestRecord @92 239 ; ElfOpenBackupEventLogA @93 240 ; ElfOpenBackupEventLogW @94 241 ; ElfOpenEventLogA @95 242 ; ElfOpenEventLogW @96 243 ; ElfReadEventLogA @97 244 ; ElfReadEventLogW @98 245 ; ElfRegisterEventSourceA @99 246 ; ElfRegisterEventSourceW @100 247 248 ; ElfReportEventA @101 249 ; ElfReportEventW @102 250 EnumDependentServicesA = _EnumDependentServicesA@24 @103 251 EnumDependentServicesW = _EnumDependentServicesW@24 @104 252 ; EnumServiceGroupW @105 253 EnumServicesStatusA = _EnumServicesStatusA@32 @106 254 ; EnumServicesStatusExA @107 255 ; EnumServicesStatusExW @108 256 EnumServicesStatusW = _EnumServicesStatusW@32 @109 257 EqualPrefixSid = _EqualPrefixSid@8 @110 258 EqualSid = _EqualSid@8 @111 259 FindFirstFreeAce = _FindFirstFreeAce@8 @112 260 FreeSid = _RtlFreeSid@4 @113 261 ; GetAccessPermissionsForObjectA @114 262 ; GetAccessPermissionsForObjectW @115 263 GetAce = _GetAce@12 @116 264 GetAclInformation = _GetAclInformation@16 @117 265 ; GetAuditedPermissionsFromAclA @118 266 ; GetAuditedPermissionsFromAclW @119 267 ; GetCurrentHwProfileA @120 268 ; GetCurrentHwProfileW @121 269 ; GetEffectiveRightsFromAclA @122 270 ; GetEffectiveRightsFromAclW @123 271 ; GetExplicitEntriesFromAclA @124 272 ; GetExplicitEntriesFromAclW @125 273 GetFileSecurityA = _GetFileSecurityA@20 @126 274 GetFileSecurityW = _GetFileSecurityW@20 @127 275 GetKernelObjectSecurity = _GetKernelObjectSecurity@20 @128 276 GetLengthSid = _RtlLengthSid@4 @129 277 ; GetMultipleTrusteeA @130 278 ; GetMultipleTrusteeOperationA @131 279 ; GetMultipleTrusteeOperationW @132 280 ; GetMultipleTrusteeW @133 281 ; GetNamedSecurityInfoA @134 282 ; GetNamedSecurityInfoExA @135 283 ; GetNamedSecurityInfoExW @136 284 ; GetNamedSecurityInfoW @137 285 GetNumberOfEventLogRecords = _GetNumberOfEventLogRecords@8 @138 286 GetOldestEventLogRecord = _GetOldestEventLogRecord@8 @139 287 ; GetOverlappedAccessResults @140 288 GetPrivateObjectSecurity = _GetPrivateObjectSecurity@20 @141 289 GetSecurityDescriptorControl = _GetSecurityDescriptorControl@12 @142 290 GetSecurityDescriptorDacl = _GetSecurityDescriptorDacl@16 @143 291 GetSecurityDescriptorGroup = _GetSecurityDescriptorGroup@12 @144 292 GetSecurityDescriptorLength = _GetSecurityDescriptorLength@4 @145 293 GetSecurityDescriptorOwner = _GetSecurityDescriptorOwner@12 @146 294 GetSecurityDescriptorSacl = _GetSecurityDescriptorSacl@16 @147 295 ; GetSecurityInfo @148 296 ; GetSecurityInfoExA @149 297 ; GetSecurityInfoExW @150 298 GetServiceDisplayNameA = _GetServiceDisplayNameA@16 @151 299 GetServiceDisplayNameW = _GetServiceDisplayNameW@16 @152 300 GetServiceKeyNameA = _GetServiceKeyNameA@16 @153 301 GetServiceKeyNameW = _GetServiceKeyNameW@16 @154 302 GetSidIdentifierAuthority = _RtlIdentifierAuthoritySid@4 @155 303 GetSidLengthRequired = _RtlLengthRequiredSid@4 @156 304 GetSidSubAuthority = _RtlSubAuthoritySid@8 @157 305 GetSidSubAuthorityCount = _RtlSubAuthorityCountSid@4 @158 306 GetTokenInformation = _GetTokenInformation@20 @159 307 ; GetTrusteeNameA @160 308 ; GetTrusteeNameW @161 309 ; GetTrusteeTypeA @162 310 ; GetTrusteeTypeW @163 311 GetUserNameA = _GetUserNameA@8 @164 312 GetUserNameW = _GetUserNameW@8 @165 313 ; I_ScGetCurrentGroupStateW @166 314 ; I_ScSetServiceBitsA @167 315 ; I_ScSetServiceBitsW @168 316 ImpersonateLoggedOnUser = _ImpersonateLoggedOnUser@4 @169 317 ImpersonateNamedPipeClient = _ImpersonateNamedPipeClient@4 @170 318 ImpersonateSelf = _ImpersonateSelf@4 @171 319 InitializeAcl = _InitializeAcl@12 @172 320 InitializeSecurityDescriptor = _InitializeSecurityDescriptor@8 @173 321 InitializeSid = _InitializeSid@12 @174 322 InitiateSystemShutdownA = _InitiateSystemShutdownA@20 @175 323 InitiateSystemShutdownW = _InitiateSystemShutdownW@20 @176 324 IsTextUnicode = _IsTextUnicode@12 @177 325 IsValidAcl = _IsValidAcl@4 @178 326 IsValidSecurityDescriptor = _IsValidSecurityDescriptor@4 @179 327 IsValidSid = _IsValidSid@4 @180 328 LockServiceDatabase = _LockServiceDatabase@4 @181 329 LogonUserA = _LogonUserA@24 @182 330 LogonUserW = _LogonUserW@24 @183 331 LookupAccountNameA = _LookupAccountNameA@28 @184 332 LookupAccountNameW = _LookupAccountNameW@28 @185 333 LookupAccountSidA = _LookupAccountSidA@28 @186 334 LookupAccountSidW = _LookupAccountSidW@28 @187 335 LookupPrivilegeDisplayNameA = _LookupPrivilegeDisplayNameA@20 @188 336 LookupPrivilegeDisplayNameW = _LookupPrivilegeDisplayNameW@20 @189 337 LookupPrivilegeNameA = _LookupPrivilegeNameA@16 @190 338 LookupPrivilegeNameW = _LookupPrivilegeNameW@16 @191 339 LookupPrivilegeValueA = _LookupPrivilegeValueA@12 @192 340 LookupPrivilegeValueW = _LookupPrivilegeValueW@12 @193 341 ; LookupSecurityDescriptorPartsA @194 342 ; LookupSecurityDescriptorPartsW @195 343 344 MakeAbsoluteSD = _MakeAbsoluteSD@44 @244 345 MakeSelfRelativeSD = _MakeSelfRelativeSD@12 @245 346 MapGenericMask = _MapGenericMask@8 @246 347 NotifyBootConfigStatus = _NotifyBootConfigStatus@4 @247 348 NotifyChangeEventLog = _NotifyChangeEventLog@8 @248 349 ObjectCloseAuditAlarmA = _ObjectCloseAuditAlarmA@12 @249 350 ObjectCloseAuditAlarmW = _ObjectCloseAuditAlarmW@12 @250 351 ; ObjectDeleteAuditAlarmA @251 352 ; ObjectDeleteAuditAlarmW @252 353 ObjectOpenAuditAlarmA = _ObjectOpenAuditAlarmA@48 @253 354 ObjectOpenAuditAlarmW = _ObjectOpenAuditAlarmW@48 @254 355 ObjectPrivilegeAuditAlarmA = _ObjectPrivilegeAuditAlarmA@24 @255 356 ObjectPrivilegeAuditAlarmW = _ObjectPrivilegeAuditAlarmW@24 @256 357 OpenBackupEventLogA = _OpenBackupEventLogA@8 @257 358 OpenBackupEventLogW = _OpenBackupEventLogW@8 @258 359 OpenEventLogA = _OpenEventLogA@8 @259 360 OpenEventLogW = _OpenEventLogW@8 @260 361 OpenProcessToken = _OpenProcessToken@12 @261 362 OpenSCManagerA = _OpenSCManagerA@12 @262 363 OpenSCManagerW = _OpenSCManagerW@12 @263 364 OpenServiceA = _OpenServiceA@12 @264 365 OpenServiceW = _OpenServiceW@12 @265 366 OpenThreadToken = _OpenThreadToken@16 @266 367 PrivilegeCheck = _PrivilegeCheck@12 @267 368 PrivilegedServiceAuditAlarmA = _PrivilegedServiceAuditAlarmA@20 @268 369 PrivilegedServiceAuditAlarmW = _PrivilegedServiceAuditAlarmW@20 @269 370 QueryServiceConfigA = _QueryServiceConfigA@16 @270 371 QueryServiceConfigW = _QueryServiceConfigW@16 @271 372 QueryServiceLockStatusA = _QueryServiceLockStatusA@16 @272 373 QueryServiceLockStatusW = _QueryServiceLockStatusW@16 @273 374 QueryServiceObjectSecurity = _QueryServiceObjectSecurity@20 @274 375 QueryServiceStatus = _QueryServiceStatus@8 @275 376 ; QueryServiceStatusEx @276 377 ; QueryWindows31FilesMigration @277 378 ReadEventLogA = _ReadEventLogA@28 @278 379 ReadEventLogW = _ReadEventLogW@28 @279 380 381 RegisterEventSourceA = _RegisterEventSourceA@8 @327 382 RegisterEventSourceW = _RegisterEventSourceW@8 @328 383 RegisterServiceCtrlHandlerA = _RegisterServiceCtrlHandlerA@8 @329 384 RegisterServiceCtrlHandlerW = _RegisterServiceCtrlHandlerW@8 @330 385 ReportEventA = _ReportEventA@36 @331 386 ReportEventW = _ReportEventW@36 @332 387 RevertToSelf = _RevertToSelf@0 @333 388 SetAclInformation = _SetAclInformation@16 @334 389 ; SetEntriesInAccessListA @335 390 ; SetEntriesInAccessListW @336 391 ; SetEntriesInAclA @337 392 ; SetEntriesInAclW @338 393 ; SetEntriesInAuditListA @339 394 ; SetEntriesInAuditListW @340 395 SetFileSecurityA = _SetFileSecurityA@12 @341 396 SetFileSecurityW = _SetFileSecurityW@12 @342 397 SetKernelObjectSecurity = _SetKernelObjectSecurity@12 @343 398 ; SetNamedSecurityInfoA @344 399 ; SetNamedSecurityInfoExA @345 400 ; SetNamedSecurityInfoExW @346 401 ; SetNamedSecurityInfoW @347 402 SetPrivateObjectSecurity = _SetPrivateObjectSecurity@20 @348 403 SetSecurityDescriptorDacl = _SetSecurityDescriptorDacl@16 @349 404 SetSecurityDescriptorGroup = _SetSecurityDescriptorGroup@12 @350 405 SetSecurityDescriptorOwner = _SetSecurityDescriptorOwner@12 @351 406 SetSecurityDescriptorSacl = _SetSecurityDescriptorSacl@16 @352 407 ; SetSecurityInfo @353 408 ; SetSecurityInfoExA @354 409 ; SetSecurityInfoExW @355 410 SetServiceBits = _SetServiceBits@16 @356 411 SetServiceObjectSecurity = _SetServiceObjectSecurity@12 @357 412 SetServiceStatus = _SetServiceStatus@8 @358 413 SetThreadToken = _SetThreadToken@8 @359 414 SetTokenInformation = _SetTokenInformation@16 @360 415 StartServiceA = _StartServiceA@12 @361 416 StartServiceCtrlDispatcherA = _StartServiceCtrlDispatcherA@4 @362 417 StartServiceCtrlDispatcherW = _StartServiceCtrlDispatcherW@4 @363 418 StartServiceW = _StartServiceW@12 @364 419 ; SynchronizeWindows31FilesAndWindowsNTRegistry @365 420 ; SystemFunction001 @366 421 ; SystemFunction002 @367 422 ; SystemFunction003 @368 423 ; SystemFunction004 @369 424 ; SystemFunction005 @370 425 ; SystemFunction006 @371 426 ; SystemFunction007 @372 427 ; SystemFunction008 @373 428 ; SystemFunction009 @374 429 ; SystemFunction010 @375 430 ; SystemFunction011 @376 431 ; SystemFunction012 @377 432 ; SystemFunction013 @378 433 ; SystemFunction014 @379 434 ; SystemFunction015 @380 435 ; SystemFunction016 @381 436 ; SystemFunction017 @382 437 ; SystemFunction018 @383 438 ; SystemFunction019 @384 439 ; SystemFunction020 @385 440 ; SystemFunction021 @386 441 ; SystemFunction022 @387 442 ; SystemFunction023 @388 443 ; SystemFunction024 @389 444 ; SystemFunction025 @390 445 ; SystemFunction026 @391 446 ; SystemFunction027 @392 447 ; SystemFunction028 @393 448 ; SystemFunction029 @394 449 ; SystemFunction030 @395 450 ; SystemFunction031 @396 451 ; SystemFunction032 @397 452 ; SystemFunction033 @398 453 ; TrusteeAccessToObjectA @399 454 ; TrusteeAccessToObjectW @400 455 456 UnlockServiceDatabase = _UnlockServiceDatabase@4 @401 457
Note:
See TracChangeset
for help on using the changeset viewer.