Main Page Windows 7 DLLs NirSoft Utilities
Windows 8 DLL File Information - advapi32.dll

The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.

 

General Information

File Description: Advanced Windows 32 Base API  
File Version: 6.2.9200.16384 (win8_rtm.120725-1247)  
Company: Microsoft Corporation  
Product Name: Microsoft® Windows® Operating System  
DLL popularity Very High - 778 other DLL files in system32 directory are statically linked to this file.
File Size: 686 KB
Total Number of Exported Functions: 853
Total Number of Exported Functions With Names: 852
 

Section Headers

Name Virtual Address Raw Data Size % of File Characteristics Section Contains...
.text 0x00001000 444,416 Bytes 63.3% Read, Execute Code
.data 0x0006e000 13,312 Bytes 1.9% Write, Read Initialized Data
.idata 0x00072000 19,456 Bytes 2.8% Read Initialized Data
.rsrc 0x00077000 204,288 Bytes 29.1% Read Initialized Data
.reloc 0x000a9000 19,968 Bytes 2.8% Read, Discardable Initialized Data
 

Static Linking

advapi32.dll is statically linked to the following files:

msvcrt.dll
ntdll.dll
api-ms-win-eventing-controller-l1-1-0.dll
api-ms-win-eventing-consumer-l1-1-0.dll
KERNELBASE.dll
api-ms-win-service-core-l1-1-1.dll
api-ms-win-service-management-l1-1-0.dll
api-ms-win-service-management-l2-1-0.dll
api-ms-win-service-private-l1-1-0.dll
api-ms-win-service-winsvc-l1-2-0.dll
api-ms-win-core-namedpipe-l1-2-0.dll
api-ms-win-core-processthreads-l1-1-1.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-security-base-private-l1-1-0.dll
api-ms-win-core-registry-l1-1-0.dll
api-ms-win-core-sysinfo-l1-2-0.dll
KERNEL32.dll
RPCRT4.dll
api-ms-win-core-timezone-l1-1-0.dll
api-ms-win-security-audit-l1-1-0.dll
api-ms-win-core-apiquery-l1-1-0.dll

This means that when advapi32.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, advapi32.dll won't be loaded.

 

General Resources Information

Resource Type Number of Items Total Size % of File
Icons 0 0 Bytes 0.0%
Animated Icons 0 0 Bytes 0.0%
Cursors 0 0 Bytes 0.0%
Animated Cursors 0 0 Bytes 0.0%
Bitmaps 0 0 Bytes 0.0%
AVI Files 0 0 Bytes 0.0%
Dialog-Boxes 0 0 Bytes 0.0%
HTML Related Files 0 0 Bytes 0.0%
Menus 0 0 Bytes 0.0%
Strings 403 60,900 Bytes 8.7%
Type Libraries 0 0 Bytes 0.0%
Manifest 0 0 Bytes 0.0%
All Others 6 543,547 Bytes 77.4%
Total 409 604,447 Bytes 86.0%
 

Icons in this file

No icons found in this file

 

Cursors in this file

No cursors found in this file

 

Dialog-boxes list (up to 200 dialogs)

No dialog resources in this file.

 

String resources in this dll (up to 200 strings)

String ID String Text
1 Processor Information
2 Processor Information
3 The Processor Information performance counter set consists of counters that measure aspects of processor activity. The processor is the part of the computer that performs arithmetic and logical computations, initiates operations on peripherals, and runs the threads of processes. A computer can have multiple processors. On some computers, processors are organized in NUMA nodes that share hardware resources such as physical memory. The Processor Information counter set represents each processor as a pair of numbers, where the first number is the NUMA node number and the second number is the zero-based index of the processor within that NUMA node. If the computer does not use NUMA nodes, the first number is zero.
5 % Processor Time
6 % Processor Time
7 % Processor Time is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter is the primary indicator of processor activity, and displays the average percentage of busy time observed during the sample interval. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. On todays fast processors, % Processor Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken.
9 % User Time
10 % User Time
11 % User Time is the percentage of elapsed time the processor spends in the user mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory. The operating system switches application threads to privileged mode to access operating system services. This counter displays the average busy time as a percentage of the sample time.
13 % Privileged Time
14 % Privileged Time
15 % Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode. When a Windows system service in called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
17 Interrupts/sec
18 Interrupts/sec
19 Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced hardware interrupts. It does not include deferred procedure calls (DPCs), which are counted separately. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards, and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended. The system clock typically interrupts the processor every 10 milliseconds, creating a background of interrupt activity. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
21 % DPC Time
22 % DPC Time
23 % DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. DPCs are interrupts that run at a lower priority than standard interrupts. % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time.
25 % Interrupt Time
26 % Interrupt Time
27 % Interrupt Time is the time the processor spends receiving and servicing hardware interrupts during sample intervals. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity. suspends normal thread execution during interrupts. This counter displays the average busy time as a percentage of the sample time.
29 DPCs Queued/sec
30 DPCs Queued/sec
31 DPCs Queued/sec is the average rate, in incidents per second, at which deferred procedure calls (DPCs) were added to the processor's DPC queue. DPCs are interrupts that run at a lower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs are added to the queue, not the number of DPCs in the queue. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
33 DPC Rate
34 DPC Rate
35 DPC Rate is the rate at which deferred procedure calls (DPCs) were added to the processors DPC queues between the timer ticks of the processor clock. DPCs are interrupts that run at alower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs were added to the queue, not the number of DPCs in the queue. This counter displays the last observed value only; it is not an average.
37 % Idle Time
38 % Idle Time
39 % Idle Time is the percentage of time the processor is idle during the sample interval
41 % C1 Time
42 % C1 Time
43 % C1 Time is the percentage of time the processor spends in the C1 low-power idle state. % C1 Time is a subset of the total processor idle time. C1 low-power idle state enables the processor to maintain its entire context and quickly return to the running state. Not all systems support the % C1 state.
45 % C2 Time
46 % C2 Time
47 % C2 Time is the percentage of time the processor spends in the C2 low-power idle state. % C2 Time is a subset of the total processor idle time. C2 low-power idle state enables the processor to maintain the context of the system caches. The C2 power state is a lower power and higher exit latency state than C1. Not all systems support the C2 state.
49 % C3 Time
50 % C3 Time
51 % C3 Time is the percentage of time the processor spends in the C3 low-power idle state. % C3 Time is a subset of the total processor idle time. When the processor is in the C3 low-power idle state it is unable to maintain the coherency of its caches. The C3 power state is a lower power and higher exit latency state than C2. Not all systems support the C3 state.
53 C1 Transitions/sec
54 C1 Transitions/sec
55 C1 Transitions/sec is the rate that the CPU enters the C1 low-power idle state. The CPU enters the C1 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
57 C2 Transitions/sec
58 C2 Transitions/sec
59 C2 Transitions/sec is the rate that the CPU enters the C2 low-power idle state. The CPU enters the C2 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
61 C3 Transitions/sec
62 C3 Transitions/sec
63 C3 Transitions/sec is the rate that the CPU enters the C3 low-power idle state. The CPU enters the C3 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
65 % Priority Time
66 % Priority Time
67 % Priority Time is the percentage of elapsed time that the processor spends executing threads that are not low priority. It is calculated by measuring the percentage of time that the processor spends executing low priority threads or the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter displays the average percentage of busy time observed during the sample interval excluding low priority background work. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. % Priority Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken.
69 Parking Status
70 Parking Status
71 Parking Status represents whether a processor is parked or not.
73 Processor Frequency
74 Processor Frequency
75 Processor Frequency is the frequency of the current processor in megahertz.
77 % of Maximum Frequency
78 % of Maximum Frequency
79 % of Maximum Frequency is the percentage of the current processor's maximum frequency.
81 Processor State Flags
82 Processor State Flags
83 Processor State Flags
85 Synchronization
86 Synchronization
87 The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object.
89 Spinlock Acquires/sec
90 Spinlock Acquires/sec
91 Spinlock acquires/sec is the rate of spinlock acquisitions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks acquisitions.
93 Spinlock Contentions/sec
94 Spinlock Contentions/sec
95 Spinlock contentions/sec is the rate of spinlock contentions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks contentions.
97 Spinlock Spins/sec
98 Spinlock Spins/sec
99 Spinlock spins/sec is the rate of spinlock spins. It includes the spins to acquire basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks.
101 IPI Send Broadcast Requests/sec
102 IPI Send Broadcast Requests/sec
103 IPI Send Broadcast Requests/sec is the rate of IPI broadcast requests.
105 IPI Send Routine Requests/sec
106 IPI Send Routine Requests/sec
107 IPI Send Routine Requests/sec is the rate of IPI routine requests.
109 IPI Send Software Interrupts/sec
110 IPI Send Software Interrupts/sec
111 IPI Send Software Interrrupts/sec is the rate of software interrupts.
113 Exec. Resource Total Initialize/sec
114 Exec. Resource Total Initialize/sec
115 Frequency of initialization operations on Executive Resources.
117 Exec. Resource Total Re-Initialize/sec
118 Exec. Resource Total Re-Initialize/sec
119 Frequency of re-initialization operations on Executive Resources.
121 Exec. Resource Total Delete/sec
122 Exec. Resource Total Delete/sec
123 Frequency of delete operations on Executive Resources.
125 Exec. Resource Total Acquires/sec
126 Exec. Resource Total Acquires/sec
127 Frequency of acquire operations on Executive Resources.
129 Exec. Resource Total Contentions/sec
130 Exec. Resource Total Contentions/sec
131 Contention rate on Executive Resources.
133 Exec. Resource Total Exclusive Releases/sec
134 Exec. Resource Total Exclusive Releases/sec
135 Frequency of Exclusive releases on Executive Resources.
137 Exec. Resource Total Shared Releases/sec
138 Exec. Resource Total Shared Releases/sec
139 Frequency of Shared releases on Executive Resources.
141 Exec. Resource Total Conv. Exclusive To Shared/sec
142 Exec. Resource Total Conv. Exclusive To Shared/sec
143 Frequency of convert to shared operations on Executive Resources.
145 Exec. Resource Attempts AcqExclLite/sec
146 Exec. Resource Attempts AcqExclLite/sec
147 Frequency of acquire exclusive attempts on Executive Resources from ExAcquireResourceExclusiveLite.
149 Exec. Resource Acquires AcqExclLite/sec
150 Exec. Resource Acquires AcqExclLite/sec
151 Frequency of first exclusive acquires from ExAcquireResourceExclusiveLite.
153 Exec. Resource Recursive Excl. Acquires AcqExclLite/sec
154 Exec. Resource Recursive Excl. Acquires AcqExclLite/sec
155 Frequency of recursive exclusive acquires from ExAcquireResourceExclusiveLite.
157 Exec. Resource Contention AcqExclLite/sec
158 Exec. Resource Contention AcqExclLite/sec
159 Frequency of waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite.
161 Exec. Resource no-Waits AcqExclLite/sec
162 Exec. Resource no-Waits AcqExclLite/sec
163 Frequency of no-waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite.
165 Exec. Resource Attempts AcqShrdLite/sec
166 Exec. Resource Attempts AcqShrdLite/sec
167 Frequency of acquire shared attempts on Executive Resources from ExAcquireResourceSharedLite.
169 Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec
170 Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec
171 Frequency of recursive exclusive acquires from ExAcquireResourceSharedLite.
173 Exec. Resource Acquires AcqShrdLite/sec
174 Exec. Resource Acquires AcqShrdLite/sec
175 Frequency of first shared acquires from ExAcquireResourceSharedLite.
177 Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec
178 Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec
179 Frequency of recursive shared acquires from ExAcquireResourceSharedLite.
181 Exec. Resource Contention AcqShrdLite/sec
182 Exec. Resource Contention AcqShrdLite/sec
183 Frequency of waits during acquire attempts from ExAcquireResourceSharedLite.
185 Exec. Resource no-Waits AcqShrdLite/sec
186 Exec. Resource no-Waits AcqShrdLite/sec
187 Frequency of no-waits during acquire attempts from ExAcquireResourceSharedLite.
189 Exec. Resource Attempts AcqShrdStarveExcl/sec
190 Exec. Resource Attempts AcqShrdStarveExcl/sec
191 Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedStarveExclusive.
193 Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec
194 Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec
195 Frequency of recursive exclusive acquires from ExAcquireSharedStarveExclusive.
197 Exec. Resource Acquires AcqShrdStarveExcl/sec
198 Exec. Resource Acquires AcqShrdStarveExcl/sec
199 Frequency of first shared acquires from ExAcquireSharedStarveExclusive.
201 Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec
202 Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec
203 Frequency of recursive shared acquires from ExAcquireSharedStarveExclusive.
205 Exec. Resource Contention AcqShrdStarveExcl/sec
206 Exec. Resource Contention AcqShrdStarveExcl/sec
207 Frequency of waits during shared acquire attempts from ExAcquireSharedStarveExclusive.
209 Exec. Resource no-Waits AcqShrdStarveExcl/sec
210 Exec. Resource no-Waits AcqShrdStarveExcl/sec
211 Frequency of no-waits during shared acquire attempts from ExAcquireSharedStarveExclusive.
213 Exec. Resource Attempts AcqShrdWaitForExcl/sec
214 Exec. Resource Attempts AcqShrdWaitForExcl/sec
215 Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedWaitForExclusive.
217 Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec
218 Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec
219 Frequency of recursive exclusive acquires from ExAcquireSharedWaitForExclusive.
221 Exec. Resource Acquires AcqShrdWaitForExcl/sec
222 Exec. Resource Acquires AcqShrdWaitForExcl/sec
223 Frequency of first shared acquires from ExAcquireSharedWaitForExclusive.
225 Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec
226 Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec
227 Frequency of recursive shared acquires from ExAcquireSharedWaitForExclusive.
229 Exec. Resource Contention AcqShrdWaitForExcl/sec
230 Exec. Resource Contention AcqShrdWaitForExcl/sec
231 Frequency of waits during shared acquire attempts from ExAcquireSharedWaitForExclusive.
233 Exec. Resource no-Waits AcqShrdWaitForExcl/sec
234 Exec. Resource no-Waits AcqShrdWaitForExcl/sec
235 Frequency of no-waits during exclusive acquire attempts from ExAcquireSharedWaitForExclusive.
237 Exec. Resource Set Owner Pointer Exclusive/sec
238 Exec. Resource Set Owner Pointer Exclusive/sec
239 Frequency of ExSetResourceOwnerPointer to an exclusive owner.
241 Exec. Resource Set Owner Pointer Shared (New Owner)/sec
242 Exec. Resource Set Owner Pointer Shared (New Owner)/sec
243 Frequency of ExSetResourceOwnerPointer to a new shared owner.
245 Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec
246 Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec
247 Frequency of ExSetResourceOwnerPointer to an existing shared owner.
249 Exec. Resource Boost Excl. Owner/sec
250 Exec. Resource Boost Excl. Owner/sec
251 Frequency of boosting exclusive ownwer when waiting for this Executive Resource.
253 Exec. Resource Boost Shared Owners/sec
254 Exec. Resource Boost Shared Owners/sec
255 Frequency of boosting shared ownwer(s) when waiting for this Executive Resource.
257 Event Tracing for Windows
258 Event Tracing for Windows
259 The counters in this collection refer to system-wide metrics about the performance of the Event Tracing for Windows subsystem.
261 Total Number of Distinct Enabled Providers
262 Total Number of Distinct Enabled Providers
263 Number of distinct event providers that are enabled to ETW sessions; multiple instances of a provider are counted only once.
265 Total Number of Distinct Pre-Enabled Providers
266 Total Number of Distinct Pre-Enabled Providers
 

COM Classes/Interfaces

There is no type library in this file with COM classes/interfaces information

 

Exported Functions List

The following functions are exported by this dll:
A_SHAFinal A_SHAInit
A_SHAUpdate AbortSystemShutdownA
AbortSystemShutdownW AccessCheck
AccessCheckAndAuditAlarmA AccessCheckAndAuditAlarmW
AccessCheckByType AccessCheckByTypeAndAuditAlarmA
AccessCheckByTypeAndAuditAlarmW AccessCheckByTypeResultList
AccessCheckByTypeResultListAndAuditAlarmA AccessCheckByTypeResultListAndAuditAlarmByHandleA
AccessCheckByTypeResultListAndAuditAlarmByHandleW AccessCheckByTypeResultListAndAuditAlarmW
AddAccessAllowedAce AddAccessAllowedAceEx
AddAccessAllowedObjectAce AddAccessDeniedAce
AddAccessDeniedAceEx AddAccessDeniedObjectAce
AddAce AddAuditAccessAce
AddAuditAccessAceEx AddAuditAccessObjectAce
AddConditionalAce AddMandatoryAce
AddUsersToEncryptedFile AddUsersToEncryptedFileEx
AdjustTokenGroups AdjustTokenPrivileges
AllocateAndInitializeSid AllocateLocallyUniqueId
AreAllAccessesGranted AreAnyAccessesGranted
AuditComputeEffectivePolicyBySid AuditComputeEffectivePolicyByToken
AuditEnumerateCategories AuditEnumeratePerUserPolicy
AuditEnumerateSubCategories AuditFree
AuditLookupCategoryGuidFromCategoryId AuditLookupCategoryIdFromCategoryGuid
AuditLookupCategoryNameA AuditLookupCategoryNameW
AuditLookupSubCategoryNameA AuditLookupSubCategoryNameW
AuditQueryGlobalSaclA AuditQueryGlobalSaclW
AuditQueryPerUserPolicy AuditQuerySecurity
AuditQuerySystemPolicy AuditSetGlobalSaclA
AuditSetGlobalSaclW AuditSetPerUserPolicy
AuditSetSecurity AuditSetSystemPolicy
BackupEventLogA BackupEventLogW
BaseRegCloseKey BaseRegCreateKey
BaseRegDeleteKeyEx BaseRegDeleteValue
BaseRegFlushKey BaseRegGetVersion
BaseRegLoadKey BaseRegOpenKey
BaseRegRestoreKey BaseRegSaveKeyEx
BaseRegSetKeySecurity BaseRegSetValue
BaseRegUnLoadKey BuildExplicitAccessWithNameA
BuildExplicitAccessWithNameW BuildImpersonateExplicitAccessWithNameA
BuildImpersonateExplicitAccessWithNameW BuildImpersonateTrusteeA
BuildImpersonateTrusteeW BuildSecurityDescriptorA
BuildSecurityDescriptorW BuildTrusteeWithNameA
BuildTrusteeWithNameW BuildTrusteeWithObjectsAndNameA
BuildTrusteeWithObjectsAndNameW BuildTrusteeWithObjectsAndSidA
BuildTrusteeWithObjectsAndSidW BuildTrusteeWithSidA
BuildTrusteeWithSidW CancelOverlappedAccess
ChangeServiceConfig2A ChangeServiceConfig2W
ChangeServiceConfigA ChangeServiceConfigW
CheckForHiberboot CheckTokenMembership
ClearEventLogA ClearEventLogW
CloseCodeAuthzLevel CloseEncryptedFileRaw
CloseEventLog CloseServiceHandle
CloseThreadWaitChainSession CloseTrace
CommandLineFromMsiDescriptor ComputeAccessTokenFromCodeAuthzLevel
ControlService ControlServiceExA
ControlServiceExW ControlTraceA
ControlTraceW ConvertAccessToSecurityDescriptorA
ConvertAccessToSecurityDescriptorW ConvertSDToStringSDDomainW
ConvertSDToStringSDRootDomainA ConvertSDToStringSDRootDomainW
ConvertSecurityDescriptorToAccessA ConvertSecurityDescriptorToAccessNamedA
ConvertSecurityDescriptorToAccessNamedW ConvertSecurityDescriptorToAccessW
ConvertSecurityDescriptorToStringSecurityDescriptorA ConvertSecurityDescriptorToStringSecurityDescriptorW
ConvertSidToStringSidA ConvertSidToStringSidW
ConvertStringSDToSDDomainA ConvertStringSDToSDDomainW
ConvertStringSDToSDRootDomainA ConvertStringSDToSDRootDomainW
ConvertStringSecurityDescriptorToSecurityDescriptorA ConvertStringSecurityDescriptorToSecurityDescriptorW
ConvertStringSidToSidA ConvertStringSidToSidW
ConvertToAutoInheritPrivateObjectSecurity CopySid
CreateCodeAuthzLevel CreatePrivateObjectSecurity
CreatePrivateObjectSecurityEx CreatePrivateObjectSecurityWithMultipleInheritance
CreateProcessAsUserA CreateProcessAsUserW
CreateProcessWithLogonW CreateProcessWithTokenW
CreateRestrictedToken CreateServiceA
CreateServiceW CreateTraceInstanceId
CreateWellKnownSid CredBackupCredentials
CredDeleteA CredDeleteW
CredEncryptAndMarshalBinaryBlob CredEnumerateA
CredEnumerateW CredFindBestCredentialA
CredFindBestCredentialW CredFree
CredGetSessionTypes CredGetTargetInfoA
CredGetTargetInfoW CredIsMarshaledCredentialA
CredIsMarshaledCredentialW CredIsProtectedA
CredIsProtectedW CredMarshalCredentialA
CredMarshalCredentialW CredProfileLoaded
CredProfileLoadedEx CredProfileUnloaded
CredProtectA CredProtectW
CredReadA CredReadByTokenHandle
CredReadDomainCredentialsA CredReadDomainCredentialsW
CredReadW CredRenameA
CredRenameW CredRestoreCredentials
CredUnmarshalCredentialA CredUnmarshalCredentialW
CredUnprotectA CredUnprotectW
CredWriteA CredWriteDomainCredentialsA
CredWriteDomainCredentialsW CredWriteW
CredpConvertCredential CredpConvertOneCredentialSize
CredpConvertTargetInfo CredpDecodeCredential
CredpEncodeCredential CredpEncodeSecret
CryptAcquireContextA CryptAcquireContextW
CryptContextAddRef CryptCreateHash
CryptDecrypt CryptDeriveKey
CryptDestroyHash CryptDestroyKey
CryptDuplicateHash CryptDuplicateKey
CryptEncrypt CryptEnumProviderTypesA
CryptEnumProviderTypesW CryptEnumProvidersA
CryptEnumProvidersW CryptExportKey
CryptGenKey CryptGenRandom
CryptGetDefaultProviderA CryptGetDefaultProviderW
CryptGetHashParam CryptGetKeyParam
CryptGetProvParam CryptGetUserKey
CryptHashData CryptHashSessionKey
CryptImportKey CryptReleaseContext
CryptSetHashParam CryptSetKeyParam
CryptSetProvParam CryptSetProviderA
CryptSetProviderExA CryptSetProviderExW
CryptSetProviderW CryptSignHashA
CryptSignHashW CryptVerifySignatureA
CryptVerifySignatureW DecryptFileA
DecryptFileW DeleteAce
DeleteService DeregisterEventSource
DestroyPrivateObjectSecurity DuplicateEncryptionInfoFile
DuplicateToken DuplicateTokenEx
ElfBackupEventLogFileA ElfBackupEventLogFileW
ElfChangeNotify ElfClearEventLogFileA
ElfClearEventLogFileW ElfCloseEventLog
ElfDeregisterEventSource ElfFlushEventLog
ElfNumberOfRecords ElfOldestRecord
ElfOpenBackupEventLogA ElfOpenBackupEventLogW
ElfOpenEventLogA ElfOpenEventLogW
ElfReadEventLogA ElfReadEventLogW
ElfRegisterEventSourceA ElfRegisterEventSourceW
ElfReportEventA ElfReportEventAndSourceW
ElfReportEventW EnableTrace
EnableTraceEx EnableTraceEx2
EncryptFileA EncryptFileW
EncryptedFileKeyInfo EncryptionDisable
EnumDependentServicesA EnumDependentServicesW
EnumDynamicTimeZoneInformation EnumServiceGroupW
EnumServicesStatusA EnumServicesStatusExA
EnumServicesStatusExW EnumServicesStatusW
EnumerateTraceGuids EnumerateTraceGuidsEx
EqualDomainSid EqualPrefixSid
EqualSid EtwLogSysConfigExtension
EventAccessControl EventAccessQuery
EventAccessRemove EventActivityIdControl
EventEnabled EventProviderEnabled
EventRegister EventSetInformation
EventUnregister EventWrite
EventWriteEndScenario EventWriteEx
EventWriteStartScenario EventWriteString
EventWriteTransfer FileEncryptionStatusA
FileEncryptionStatusW FindFirstFreeAce
FlushEfsCache FlushTraceA
FlushTraceW FreeEncryptedFileKeyInfo
FreeEncryptedFileMetadata FreeEncryptionCertificateHashList
FreeInheritedFromArray FreeSid
GetAccessPermissionsForObjectA GetAccessPermissionsForObjectW
GetAce GetAclInformation
GetAuditedPermissionsFromAclA GetAuditedPermissionsFromAclW
GetCurrentHwProfileA GetCurrentHwProfileW
GetDynamicTimeZoneInformationEffectiveYears GetEffectiveRightsFromAclA
GetEffectiveRightsFromAclW GetEncryptedFileMetadata
GetEventLogInformation GetExplicitEntriesFromAclA
GetExplicitEntriesFromAclW GetFileSecurityA
GetFileSecurityW GetInformationCodeAuthzLevelW
GetInformationCodeAuthzPolicyW GetInheritanceSourceA
GetInheritanceSourceW GetKernelObjectSecurity
GetLengthSid GetLocalManagedApplicationData
GetLocalManagedApplications GetManagedApplicationCategories
GetManagedApplications GetMultipleTrusteeA
GetMultipleTrusteeOperationA GetMultipleTrusteeOperationW
GetMultipleTrusteeW GetNamedSecurityInfoA
GetNamedSecurityInfoExA GetNamedSecurityInfoExW
GetNamedSecurityInfoW GetNumberOfEventLogRecords
GetOldestEventLogRecord GetOverlappedAccessResults
GetPrivateObjectSecurity GetSecurityDescriptorControl
GetSecurityDescriptorDacl GetSecurityDescriptorGroup
GetSecurityDescriptorLength GetSecurityDescriptorOwner
GetSecurityDescriptorRMControl GetSecurityDescriptorSacl
GetSecurityInfo GetSecurityInfoExA
GetSecurityInfoExW GetServiceDisplayNameA
GetServiceDisplayNameW GetServiceKeyNameA
GetServiceKeyNameW GetSidIdentifierAuthority
GetSidLengthRequired GetSidSubAuthority
GetSidSubAuthorityCount GetStringConditionFromBinary
GetThreadWaitChain GetTokenInformation
GetTraceEnableFlags GetTraceEnableLevel
GetTraceLoggerHandle GetTrusteeFormA
GetTrusteeFormW GetTrusteeNameA
GetTrusteeNameW GetTrusteeTypeA
GetTrusteeTypeW GetUserNameA
GetUserNameW GetWindowsAccountDomainSid
I_QueryTagInformation I_ScGetCurrentGroupStateW
I_ScIsSecurityProcess I_ScPnPGetServiceName
I_ScQueryServiceConfig I_ScRegisterPreshutdownRestart
I_ScSendPnPMessage I_ScSendTSMessage
I_ScSetServiceBitsA I_ScSetServiceBitsW
I_ScValidatePnPService IdentifyCodeAuthzLevelW
ImpersonateAnonymousToken ImpersonateLoggedOnUser
ImpersonateNamedPipeClient ImpersonateSelf
InitializeAcl InitializeSecurityDescriptor
InitializeSid InitiateShutdownA
InitiateShutdownW InitiateSystemShutdownA
InitiateSystemShutdownExA InitiateSystemShutdownExW
InitiateSystemShutdownW InstallApplication
IsTextUnicode IsTokenRestricted
IsTokenUntrusted IsValidAcl
IsValidRelativeSecurityDescriptor IsValidSecurityDescriptor
IsValidSid IsWellKnownSid
LockServiceDatabase LogonUserA
LogonUserExA LogonUserExExW
LogonUserExW LogonUserW
LookupAccountNameA LookupAccountNameW
LookupAccountSidA LookupAccountSidW
LookupPrivilegeDisplayNameA LookupPrivilegeDisplayNameW
LookupPrivilegeNameA LookupPrivilegeNameW
LookupPrivilegeValueA LookupPrivilegeValueW
LookupSecurityDescriptorPartsA LookupSecurityDescriptorPartsW
LsaAddAccountRights LsaAddPrivilegesToAccount
LsaClearAuditLog LsaClose
LsaCreateAccount LsaCreateSecret
LsaCreateTrustedDomain LsaCreateTrustedDomainEx
LsaDelete LsaDeleteTrustedDomain
LsaEnumerateAccountRights LsaEnumerateAccounts
LsaEnumerateAccountsWithUserRight LsaEnumeratePrivileges
LsaEnumeratePrivilegesOfAccount LsaEnumerateTrustedDomains
LsaEnumerateTrustedDomainsEx LsaFreeMemory
LsaGetAppliedCAPIDs LsaGetQuotasForAccount
LsaGetRemoteUserName LsaGetSystemAccessAccount
LsaGetUserName LsaICLookupNames
LsaICLookupNamesWithCreds LsaICLookupSids
LsaICLookupSidsWithCreds LsaLookupNames
LsaLookupNames2 LsaLookupPrivilegeDisplayName
LsaLookupPrivilegeName LsaLookupPrivilegeValue
LsaLookupSids LsaLookupSids2
LsaManageSidNameMapping LsaNtStatusToWinError
LsaOpenAccount LsaOpenPolicy
LsaOpenPolicySce LsaOpenSecret
LsaOpenTrustedDomain LsaOpenTrustedDomainByName
LsaQueryCAPs LsaQueryDomainInformationPolicy
LsaQueryForestTrustInformation LsaQueryInfoTrustedDomain
LsaQueryInformationPolicy LsaQuerySecret
LsaQuerySecurityObject LsaQueryTrustedDomainInfo
LsaQueryTrustedDomainInfoByName LsaRemoveAccountRights
LsaRemovePrivilegesFromAccount LsaRetrievePrivateData
LsaSetCAPs LsaSetDomainInformationPolicy
LsaSetForestTrustInformation LsaSetInformationPolicy
LsaSetInformationTrustedDomain LsaSetQuotasForAccount
LsaSetSecret LsaSetSecurityObject
LsaSetSystemAccessAccount LsaSetTrustedDomainInfoByName
LsaSetTrustedDomainInformation LsaStorePrivateData
MD4Final MD4Init
MD4Update MD5Final
MD5Init MD5Update
MIDL_user_free_Ext MSChapSrvChangePassword
MSChapSrvChangePassword2 MakeAbsoluteSD
MakeAbsoluteSD2 MakeSelfRelativeSD
MapGenericMask NotifyBootConfigStatus
NotifyChangeEventLog NotifyServiceStatusChange
NotifyServiceStatusChangeA NotifyServiceStatusChangeW
ObjectCloseAuditAlarmA ObjectCloseAuditAlarmW
ObjectDeleteAuditAlarmA ObjectDeleteAuditAlarmW
ObjectOpenAuditAlarmA ObjectOpenAuditAlarmW
ObjectPrivilegeAuditAlarmA ObjectPrivilegeAuditAlarmW
OpenBackupEventLogA OpenBackupEventLogW
OpenEncryptedFileRawA OpenEncryptedFileRawW
OpenEventLogA OpenEventLogW
OpenProcessToken OpenSCManagerA
OpenSCManagerW OpenServiceA
OpenServiceW OpenThreadToken
OpenThreadWaitChainSession OpenTraceA
OpenTraceW OperationEnd
OperationStart PerfAddCounters
PerfCloseQueryHandle PerfCreateInstance
PerfDecrementULongCounterValue PerfDecrementULongLongCounterValue
PerfDeleteCounters PerfDeleteInstance
PerfEnumerateCounterSet PerfEnumerateCounterSetInstances
PerfIncrementULongCounterValue PerfIncrementULongLongCounterValue
PerfOpenQueryHandle PerfQueryCounterData
PerfQueryCounterInfo PerfQueryCounterSetRegistrationInfo
PerfQueryInstance PerfRegCloseKey
PerfRegEnumKey PerfRegEnumValue
PerfRegQueryInfoKey PerfRegQueryValue
PerfRegSetValue PerfSetCounterRefValue
PerfSetCounterSetInfo PerfSetULongCounterValue
PerfSetULongLongCounterValue PerfStartProvider
PerfStartProviderEx PerfStopProvider
PrivilegeCheck PrivilegedServiceAuditAlarmA
PrivilegedServiceAuditAlarmW ProcessIdleTasks
ProcessIdleTasksW ProcessTrace
PsmActivateApplication PsmAdjustActivationToken
PsmQueryBackgroundActivationType PsmRegisterApplicationProcess
QueryAllTracesA QueryAllTracesW
QueryRecoveryAgentsOnEncryptedFile QuerySecurityAccessMask
QueryServiceConfig2A QueryServiceConfig2W
QueryServiceConfigA QueryServiceConfigW
QueryServiceDynamicInformation QueryServiceLockStatusA
QueryServiceLockStatusW QueryServiceObjectSecurity
QueryServiceStatus QueryServiceStatusEx
QueryTraceA QueryTraceW
QueryUsersOnEncryptedFile ReadEncryptedFileRaw
ReadEventLogA ReadEventLogW
RegCloseKey RegConnectRegistryA
RegConnectRegistryExA RegConnectRegistryExW
RegConnectRegistryW RegCopyTreeA
RegCopyTreeW RegCreateKeyA
RegCreateKeyExA RegCreateKeyExW
RegCreateKeyTransactedA RegCreateKeyTransactedW
RegCreateKeyW RegDeleteKeyA
RegDeleteKeyExA RegDeleteKeyExW
RegDeleteKeyTransactedA RegDeleteKeyTransactedW
RegDeleteKeyValueA RegDeleteKeyValueW
RegDeleteKeyW RegDeleteTreeA
RegDeleteTreeW RegDeleteValueA
RegDeleteValueW RegDisablePredefinedCache
RegDisablePredefinedCacheEx RegDisableReflectionKey
RegEnableReflectionKey RegEnumKeyA
RegEnumKeyExA RegEnumKeyExW
RegEnumKeyW RegEnumValueA
RegEnumValueW RegFlushKey
RegGetKeySecurity RegGetValueA
RegGetValueW RegLoadAppKeyA
RegLoadAppKeyW RegLoadKeyA
RegLoadKeyW RegLoadMUIStringA
RegLoadMUIStringW RegNotifyChangeKeyValue
RegOpenCurrentUser RegOpenKeyA
RegOpenKeyExA RegOpenKeyExW
RegOpenKeyTransactedA RegOpenKeyTransactedW
RegOpenKeyW RegOpenUserClassesRoot
RegOverridePredefKey RegQueryInfoKeyA
RegQueryInfoKeyW RegQueryMultipleValuesA
RegQueryMultipleValuesW RegQueryReflectionKey
RegQueryValueA RegQueryValueExA
RegQueryValueExW RegQueryValueW
RegRenameKey RegReplaceKeyA
RegReplaceKeyW RegRestoreKeyA
RegRestoreKeyW RegSaveKeyA
RegSaveKeyExA RegSaveKeyExW
RegSaveKeyW RegSetKeySecurity
RegSetKeyValueA RegSetKeyValueW
RegSetValueA RegSetValueExA
RegSetValueExW RegSetValueW
RegUnLoadKeyA RegUnLoadKeyW
RegisterEventSourceA RegisterEventSourceW
RegisterIdleTask RegisterServiceCtrlHandlerA
RegisterServiceCtrlHandlerExA RegisterServiceCtrlHandlerExW
RegisterServiceCtrlHandlerW RegisterTraceGuidsA
RegisterTraceGuidsW RegisterWaitChainCOMCallback
RemoteRegEnumKeyWrapper RemoteRegEnumValueWrapper
RemoteRegQueryInfoKeyWrapper RemoteRegQueryValueWrapper
RemoveTraceCallback RemoveUsersFromEncryptedFile
ReportEventA ReportEventW
RevertToSelf SafeBaseRegGetKeySecurity
SaferCloseLevel SaferComputeTokenFromLevel
SaferCreateLevel SaferGetLevelInformation
SaferGetPolicyInformation SaferIdentifyLevel
SaferRecordEventLogEntry SaferSetLevelInformation
SaferSetPolicyInformation SaferiChangeRegistryScope
SaferiCompareTokenLevels SaferiIsDllAllowed
SaferiIsExecutableFileType SaferiPopulateDefaultsInRegistry
SaferiRecordEventLogEntry SaferiSearchMatchingHashRules
SetAclInformation SetEncryptedFileMetadata
SetEntriesInAccessListA SetEntriesInAccessListW
SetEntriesInAclA SetEntriesInAclW
SetEntriesInAuditListA SetEntriesInAuditListW
SetFileSecurityA SetFileSecurityW
SetInformationCodeAuthzLevelW SetInformationCodeAuthzPolicyW
SetKernelObjectSecurity SetNamedSecurityInfoA
SetNamedSecurityInfoExA SetNamedSecurityInfoExW
SetNamedSecurityInfoW SetPrivateObjectSecurity
SetPrivateObjectSecurityEx SetSecurityAccessMask
SetSecurityDescriptorControl SetSecurityDescriptorDacl
SetSecurityDescriptorGroup SetSecurityDescriptorOwner
SetSecurityDescriptorRMControl SetSecurityDescriptorSacl
SetSecurityInfo SetSecurityInfoExA
SetSecurityInfoExW SetServiceBits
SetServiceObjectSecurity SetServiceStatus
SetThreadToken SetTokenInformation
SetTraceCallback SetUserFileEncryptionKey
SetUserFileEncryptionKeyEx StartServiceA
StartServiceCtrlDispatcherA StartServiceCtrlDispatcherW
StartServiceW StartTraceA
StartTraceW StopTraceA
StopTraceW SystemFunction001
SystemFunction002 SystemFunction003
SystemFunction004 SystemFunction005
SystemFunction006 SystemFunction007
SystemFunction008 SystemFunction009
SystemFunction010 SystemFunction011
SystemFunction012 SystemFunction013
SystemFunction014 SystemFunction015
SystemFunction016 SystemFunction017
SystemFunction018 SystemFunction019
SystemFunction020 SystemFunction021
SystemFunction022 SystemFunction023
SystemFunction024 SystemFunction025
SystemFunction026 SystemFunction027
SystemFunction028 SystemFunction029
SystemFunction030 SystemFunction031
SystemFunction032 SystemFunction033
SystemFunction034 SystemFunction035
SystemFunction036 SystemFunction040
SystemFunction041 TraceEvent
TraceEventInstance TraceMessage
TraceMessageVa TraceQueryInformation
TraceSetInformation TreeResetNamedSecurityInfoA
TreeResetNamedSecurityInfoW TreeSetNamedSecurityInfoA
TreeSetNamedSecurityInfoW TrusteeAccessToObjectA
TrusteeAccessToObjectW UninstallApplication
UnlockServiceDatabase UnregisterIdleTask
UnregisterTraceGuids UpdateTraceA
UpdateTraceW UsePinForEncryptedFilesA
UsePinForEncryptedFilesW WaitServiceState
WmiCloseBlock WmiDevInstToInstanceNameA
WmiDevInstToInstanceNameW WmiEnumerateGuids
WmiExecuteMethodA WmiExecuteMethodW
WmiFileHandleToInstanceNameA WmiFileHandleToInstanceNameW
WmiFreeBuffer WmiMofEnumerateResourcesA
WmiMofEnumerateResourcesW WmiNotificationRegistrationA
WmiNotificationRegistrationW WmiOpenBlock
WmiQueryAllDataA WmiQueryAllDataMultipleA
WmiQueryAllDataMultipleW WmiQueryAllDataW
WmiQueryGuidInformation WmiQuerySingleInstanceA
WmiQuerySingleInstanceMultipleA WmiQuerySingleInstanceMultipleW
WmiQuerySingleInstanceW WmiReceiveNotificationsA
WmiReceiveNotificationsW WmiSetSingleInstanceA
WmiSetSingleInstanceW WmiSetSingleItemA
WmiSetSingleItemW WriteEncryptedFileRaw

 

Imported Functions List

The following functions are imported by this dll: