1 | ; $Id: ntdll-mini-implib.def 95841 2022-07-26 21:07:46Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; IPRT - Minimal NTDLL import library defintion file.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2010-2022 Oracle Corporation
|
---|
8 | ;
|
---|
9 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
11 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | ; General Public License (GPL) as published by the Free Software
|
---|
13 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | ;
|
---|
17 | ; The contents of this file may alternatively be used under the terms
|
---|
18 | ; of the Common Development and Distribution License Version 1.0
|
---|
19 | ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
20 | ; VirtualBox OSE distribution, in which case the provisions of the
|
---|
21 | ; CDDL are applicable instead of those of the GPL.
|
---|
22 | ;
|
---|
23 | ; You may elect to license modified versions of this file under the
|
---|
24 | ; terms and conditions of either the GPL or the CDDL or both.
|
---|
25 | ;
|
---|
26 |
|
---|
27 | LIBRARY ntdll.dll
|
---|
28 | EXPORTS
|
---|
29 | ; Exported name - The name x86 name sought by the linker.
|
---|
30 | ; - This needs to be defined as a symbol, we generate assembly.
|
---|
31 |
|
---|
32 | CsrClientCallServer ;;= _CsrClientCallServer@16
|
---|
33 |
|
---|
34 | NtAlertThread ;;= _NtAlertThread@4
|
---|
35 | NtAllocateVirtualMemory ;;= _NtAllocateVirtualMemory@24
|
---|
36 | NtClearEvent ;;= _NtClearEvent@4
|
---|
37 | NtClose ;;= _NtClose@4
|
---|
38 | NtCreateEvent ;;= _NtCreateEvent@20
|
---|
39 | NtCreateFile ;;= _NtCreateFile@44
|
---|
40 | NtCreateSection ;;= _NtCreateSection@28
|
---|
41 | NtCreateSymbolicLinkObject ;;= _NtCreateSymbolicLinkObject@16
|
---|
42 | NtDelayExecution ;;= _NtDelayExecution@8
|
---|
43 | NtDeviceIoControlFile ;;= _NtDeviceIoControlFile@40
|
---|
44 | NtDuplicateObject ;;= _NtDuplicateObject@28
|
---|
45 | NtEnumerateKey ;;= _NtEnumerateKey@24
|
---|
46 | NtFlushBuffersFile ;;= _NtFlushBuffersFile@8
|
---|
47 | NtFlushVirtualMemory ;;= _NtFlushVirtualMemory@16
|
---|
48 | NtFreeVirtualMemory ;;= _NtFreeVirtualMemory@16
|
---|
49 | NtGetContextThread ;;= _NtGetContextThread@8
|
---|
50 | NtMapViewOfSection ;;= _NtMapViewOfSection@40
|
---|
51 | NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12
|
---|
52 | NtOpenEvent ;;= _NtOpenEvent@12
|
---|
53 | NtOpenKey ;;= _NtOpenKey@12
|
---|
54 | NtOpenProcess ;;= _NtOpenProcess@16
|
---|
55 | NtOpenProcessToken ;;= _NtOpenProcessToken@12
|
---|
56 | NtOpenSymbolicLinkObject ;;= _NtOpenSymbolicLinkObject@12
|
---|
57 | NtOpenThread ;;= _NtOpenThread@16
|
---|
58 | NtOpenThreadToken ;;= _NtOpenThreadToken@16
|
---|
59 | NtProtectVirtualMemory ;;= _NtProtectVirtualMemory@20
|
---|
60 | NtQueryAttributesFile ;;= _NtQueryAttributesFile@8
|
---|
61 | NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44
|
---|
62 | NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28
|
---|
63 | NtQueryFullAttributesFile ;;= _NtQueryFullAttributesFile@8
|
---|
64 | NtQueryEvent ;;= _NtQueryEvent@20
|
---|
65 | NtQueryInformationFile ;;= _NtQueryInformationFile@20
|
---|
66 | NtQueryInformationProcess ;;= _NtQueryInformationProcess@20
|
---|
67 | NtQueryInformationThread ;;= _NtQueryInformationThread@20
|
---|
68 | NtQueryInformationToken ;;= _NtQueryInformationToken@20
|
---|
69 | NtQueryKey ;;= _NtQueryKey@20
|
---|
70 | NtQueryObject ;;= _NtQueryObject@20
|
---|
71 | NtQuerySection ;;= _NtQuerySection@20
|
---|
72 | NtQuerySecurityObject ;;= _NtQuerySecurityObject@20
|
---|
73 | NtQuerySymbolicLinkObject ;;= _NtQuerySymbolicLinkObject@12
|
---|
74 | NtQuerySystemInformation ;;= _NtQuerySystemInformation@16
|
---|
75 | NtQueryTimerResolution ;;= _NtQueryTimerResolution@12
|
---|
76 | NtQueryValueKey ;;= _NtQueryValueKey@24
|
---|
77 | NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24
|
---|
78 | NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20
|
---|
79 | NtReadFile ;;= _NtReadFile@36
|
---|
80 | NtReadVirtualMemory ;;= _NtReadVirtualMemory@20
|
---|
81 | NtResetEvent ;;= _NtResetEvent@8
|
---|
82 | NtResumeProcess ;;= _NtResumeProcess@4
|
---|
83 | NtResumeThread ;;= _NtResumeThread@8
|
---|
84 | NtSetContextThread ;;= _NtSetContextThread@8
|
---|
85 | NtSetEvent ;;= _NtSetEvent@8
|
---|
86 | NtSetInformationFile ;;= _NtSetInformationFile@20
|
---|
87 | NtSetInformationObject ;;= _NtSetInformationObject@16
|
---|
88 | NtSetInformationProcess ;;= _NtSetInformationProcess@16
|
---|
89 | NtSetInformationThread ;;= _NtSetInformationThread@16
|
---|
90 | NtSetTimerResolution ;;= _NtSetTimerResolution@12
|
---|
91 | NtSuspendProcess ;;= _NtSuspendProcess@4
|
---|
92 | NtSuspendThread ;;= _NtSuspendThread@8
|
---|
93 | NtTerminateProcess ;;= _NtTerminateProcess@8
|
---|
94 | NtTerminateThread ;;= _NtTerminateThread@8
|
---|
95 | NtUnmapViewOfSection ;;= _NtUnmapViewOfSection@8
|
---|
96 | NtWaitForMultipleObjects ;;= _NtWaitForMultipleObjects@20
|
---|
97 | NtWaitForSingleObject ;;= _NtWaitForSingleObject@12
|
---|
98 | NtWriteFile ;;= _NtWriteFile@36
|
---|
99 | NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20
|
---|
100 | NtYieldExecution ;;= _NtYieldExecution@0
|
---|
101 |
|
---|
102 | LdrInitializeThunk ;;= _LdrInitializeThunk@12
|
---|
103 | LdrRegisterDllNotification ;;= _LdrRegisterDllNotification@16
|
---|
104 | LdrLoadDll ;;= _LdrLoadDll@16
|
---|
105 | LdrUnloadDll ;;= _LdrUnloadDll@4
|
---|
106 | LdrGetDllHandle ;;= _LdrGetDllHandle@16
|
---|
107 | LdrGetDllHandleEx ;;= _LdrGetDllHandleEx@20
|
---|
108 | LdrGetDllHandleByMapping ;;= _LdrGetDllHandleByMapping@8
|
---|
109 | LdrGetDllHandleByName ;;= _LdrGetDllHandleByName@12
|
---|
110 | LdrAddRefDll ;;= _LdrAddRefDll@8
|
---|
111 | LdrGetProcedureAddress ;;= _LdrGetProcedureAddress@12
|
---|
112 | LdrGetProcedureAddressEx ;;= _LdrGetProcedureAddressEx@16
|
---|
113 | LdrLockLoaderLock ;;= _LdrLockLoaderLock@12
|
---|
114 | LdrUnlockLoaderLock ;;= _LdrUnlockLoaderLock@8
|
---|
115 |
|
---|
116 | RtlAcquirePebLock ;;= _RtlAcquirePebLock@0
|
---|
117 | RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
|
---|
118 | RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16
|
---|
119 | RtlAllocateHeap ;;= _RtlAllocateHeap@12
|
---|
120 | RtlCompactHeap ;;= _RtlCompactHeap@8
|
---|
121 | RtlCopySid ;;= _RtlCopySid@12
|
---|
122 | RtlCreateAcl ;;= _RtlCreateAcl@12
|
---|
123 | RtlCreateHeap ;;= _RtlCreateHeap@24
|
---|
124 | RtlCreateProcessParameters ;;= _RtlCreateProcessParameters@40
|
---|
125 | RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8
|
---|
126 | RtlCreateUserProcess ;;= _RtlCreateUserProcess@40
|
---|
127 | RtlCreateUserThread ;;= _RtlCreateUserThread@40
|
---|
128 | RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4
|
---|
129 | RtlDosApplyFileIsolationRedirection_Ustr ;;= _RtlDosApplyFileIsolationRedirection_Ustr@36
|
---|
130 | RtlEqualSid ;;= _RtlEqualSid@8
|
---|
131 | RtlExitUserProcess ;;= _RtlExitUserProcess@4
|
---|
132 | RtlExitUserThread ;;= _RtlExitUserThread@4
|
---|
133 | RtlExpandEnvironmentStrings_U ;;= _RtlExpandEnvironmentStrings_U@16
|
---|
134 | RtlFreeHeap ;;= _RtlFreeHeap@12
|
---|
135 | RtlFreeUnicodeString ;;= _RtlFreeUnicodeString@4
|
---|
136 | RtlGetLastNtStatus ;;= _RtlGetLastNtStatus@0
|
---|
137 | RtlGetLastWin32Error ;;= _RtlGetLastWin32Error@0
|
---|
138 | RtlGetVersion ;;= _RtlGetVersion@4
|
---|
139 | RtlInitializeSid ;;= _RtlInitializeSid@12
|
---|
140 | RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4
|
---|
141 | RtlReAllocateHeap ;;= _RtlReAllocateHeap@16
|
---|
142 | RtlReleasePebLock ;;= _RtlReleasePebLock@0
|
---|
143 | RtlRestoreLastWin32Error ;;= _RtlRestoreLastWin32Error@4
|
---|
144 | RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
|
---|
145 | RtlSetLastWin32Error ;;= _RtlSetLastWin32Error@4
|
---|
146 | RtlSetLastWin32ErrorAndNtStatusFromNtStatus ;;= _RtlSetLastWin32ErrorAndNtStatusFromNtStatus@4
|
---|
147 | RtlSizeHeap ;;= _RtlSizeHeap@12
|
---|
148 | RtlSubAuthoritySid ;;= _RtlSubAuthoritySid@8
|
---|
149 | RtlQueryPerformanceCounter ;;= _RtlQueryPerformanceCounter@4
|
---|
150 | RtlGetSystemTimePrecise ;;= _RtlGetSystemTimePrecise@0
|
---|
151 |
|
---|