VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def@ 54514

Last change on this file since 54514 was 53819, checked in by vboxsync, 10 years ago

iprt/nt/nt.h: Added a bunch of Ldr APIs.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.5 KB
Line 
1; $Id: ntdll-mini-implib.def 53819 2015-01-15 13:50:29Z vboxsync $
2;; @file
3; IPRT - Minimal NTDLL import library defintion file.
4;
5
6;
7; Copyright (C) 2010-2014 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
27LIBRARY ntdll.dll
28EXPORTS
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 NtAllocateVirtualMemory ;;= _NtAllocateVirtualMemory@24
35 NtClearEvent ;;= _NtClearEvent@4
36 NtClose ;;= _NtClose@4
37 NtCreateEvent ;;= _NtCreateEvent@20
38 NtCreateFile ;;= _NtCreateFile@44
39 NtCreateSection ;;= _NtCreateSection@28
40 NtCreateSymbolicLinkObject ;;= _NtCreateSymbolicLinkObject@16
41 NtDelayExecution ;;= _NtDelayExecution@8
42 NtDeviceIoControlFile ;;= _NtDeviceIoControlFile@40
43 NtDuplicateObject ;;= _NtDuplicateObject@28
44 NtFreeVirtualMemory ;;= _NtFreeVirtualMemory@16
45 NtGetContextThread ;;= _NtGetContextThread@8
46 NtMapViewOfSection ;;= _NtMapViewOfSection@40
47 NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12
48 NtOpenEvent ;;= _NtOpenEvent@12
49 NtOpenKey ;;= _NtOpenKey@12
50 NtOpenProcess ;;= _NtOpenProcess@16
51 NtOpenProcessToken ;;= _NtOpenProcessToken@12
52 NtOpenSymbolicLinkObject ;;= _NtOpenSymbolicLinkObject@12
53 NtOpenThread ;;= _NtOpenThread@16
54 NtOpenThreadToken ;;= _NtOpenThreadToken@16
55 NtProtectVirtualMemory ;;= _NtProtectVirtualMemory@20
56 NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44
57 NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28
58 NtQueryEvent ;;= _NtQueryEvent@20
59 NtQueryInformationFile ;;= _NtQueryInformationFile@20
60 NtQueryInformationProcess ;;= _NtQueryInformationProcess@20
61 NtQueryInformationThread ;;= _NtQueryInformationThread@20
62 NtQueryInformationToken ;;= _NtQueryInformationToken@20
63 NtQueryObject ;;= _NtQueryObject@20
64 NtQuerySecurityObject ;;= _NtQuerySecurityObject@20
65 NtQuerySymbolicLinkObject ;;= _NtQuerySymbolicLinkObject@12
66 NtQuerySystemInformation ;;= _NtQuerySystemInformation@16
67 NtQueryTimerResolution ;;= _NtQueryTimerResolution@12
68 NtQueryValueKey ;;= _NtQueryValueKey@24
69 NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24
70 NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20
71 NtReadFile ;;= _NtReadFile@36
72 NtReadVirtualMemory ;;= _NtReadVirtualMemory@20
73 NtResetEvent ;;= _NtResetEvent@8
74 NtResumeProcess ;;= _NtResumeProcess@4
75 NtResumeThread ;;= _NtResumeThread@8
76 NtSetContextThread ;;= _NtSetContextThread@8
77 NtSetEvent ;;= _NtSetEvent@8
78 NtSetInformationFile ;;= _NtSetInformationFile@20
79 NtSetInformationObject ;;= _NtSetInformationObject@16
80 NtSetInformationProcess ;;= _NtSetInformationProcess@16
81 NtSetInformationThread ;;= _NtSetInformationThread@16
82 NtSetTimerResolution ;;= _NtSetTimerResolution@12
83 NtSuspendProcess ;;= _NtSuspendProcess@4
84 NtSuspendThread ;;= _NtSuspendThread@8
85 NtTerminateProcess ;;= _NtTerminateProcess@8
86 NtTerminateThread ;;= _NtTerminateThread@8
87 NtUnmapViewOfSection ;;= _NtUnmapViewOfSection@8
88 NtWaitForMultipleObjects ;;= _NtWaitForMultipleObjects@20
89 NtWaitForSingleObject ;;= _NtWaitForSingleObject@12
90 NtWriteFile ;;= _NtWriteFile@36
91 NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20
92 NtYieldExecution ;;= _NtYieldExecution@0
93
94 LdrInitializeThunk ;;= _LdrInitializeThunk@12
95 LdrRegisterDllNotification ;;= _LdrRegisterDllNotification@16
96 LdrLoadDll ;;= _LdrLoadDll@16
97 LdrUnloadDll ;;= _LdrUnloadDll@4
98 LdrGetDllHandle ;;= _LdrGetDllHandle@16
99 LdrGetDllHandleEx ;;= _LdrGetDllHandleEx@20
100 LdrGetDllHandleByMapping ;;= _LdrGetDllHandleByMapping@8
101 LdrGetDllHandleByName ;;= _LdrGetDllHandleByName@12
102 LdrAddRefDll ;;= _LdrAddRefDll@8
103 LdrGetProcedureAddress ;;= _LdrGetProcedureAddress@12
104 LdrGetProcedureAddressEx ;;= _LdrGetProcedureAddressEx@16
105 LdrLockLoaderLock ;;= _LdrLockLoaderLock@12
106 LdrUnlockLoaderLock ;;= _LdrUnlockLoaderLock@8
107
108 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
109 RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16
110 RtlAllocateHeap ;;= _RtlAllocateHeap@12
111 RtlCompactHeap ;;= _RtlCompactHeap@8
112 RtlCopySid ;;= _RtlCopySid@12
113 RtlCreateAcl ;;= _RtlCreateAcl@12
114 RtlCreateHeap ;;= _RtlCreateHeap@24
115 RtlCreateProcessParameters ;;= _RtlCreateProcessParameters@40
116 RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8
117 RtlCreateUserProcess ;;= _RtlCreateUserProcess@40
118 RtlCreateUserThread ;;= _RtlCreateUserThread@40
119 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4
120 RtlDosApplyFileIsolationRedirection_Ustr ;;= _RtlDosApplyFileIsolationRedirection_Ustr@36
121 RtlEqualSid ;;= _RtlEqualSid@8
122 RtlExitUserProcess ;;= _RtlExitUserProcess@4
123 RtlExitUserThread ;;= _RtlExitUserThread@4
124 RtlExpandEnvironmentStrings_U ;;= _RtlExpandEnvironmentStrings_U@16
125 RtlFreeHeap ;;= _RtlFreeHeap@12
126 RtlFreeUnicodeString ;;= _RtlFreeUnicodeString@4
127 RtlGetLastNtStatus ;;= _RtlGetLastNtStatus@0
128 RtlGetLastWin32Error ;;= _RtlGetLastWin32Error@0
129 RtlGetVersion ;;= _RtlGetVersion@4
130 RtlInitializeSid ;;= _RtlInitializeSid@12
131 RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4
132 RtlReAllocateHeap ;;= _RtlReAllocateHeap@16
133 RtlRestoreLastWin32Error ;;= _RtlRestoreLastWin32Error@4
134 RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
135 RtlSetLastWin32Error ;;= _RtlSetLastWin32Error@4
136 RtlSetLastWin32ErrorAndNtStatusFromNtStatus ;;= _RtlSetLastWin32ErrorAndNtStatusFromNtStatus@4
137 RtlSizeHeap ;;= _RtlSizeHeap@12
138 RtlSubAuthoritySid ;;= _RtlSubAuthoritySid@8
139 RtlQueryPerformanceCounter ;;= _RtlQueryPerformanceCounter@4
140 RtlGetSystemTimePrecise ;;= _RtlGetSystemTimePrecise@0
141
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette