VirtualBox

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

Last change on this file since 52139 was 52139, checked in by vboxsync, 11 years ago

SUP: child-process purification to avoid sysfer.dll.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
Line 
1; $Id: ntdll-mini-implib.def 52139 2014-07-22 20:19: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 NtClose ;;= _NtClose@4
36 NtCreateFile ;;= _NtCreateFile@44
37 NtCreateSection ;;= _NtCreateSection@28
38 NtDelayExecution ;;= _NtDelayExecution@8
39 NtDeviceIoControlFile ;;= _NtDeviceIoControlFile@40
40 NtDuplicateObject ;;= _NtDuplicateObject@28
41 NtFreeVirtualMemory ;;= _NtFreeVirtualMemory@16
42 NtGetContextThread ;;= _NtGetContextThread@8
43 NtMapViewOfSection ;;= _NtMapViewOfSection@40
44 NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12
45 NtOpenProcess ;;= _NtOpenProcess@16
46 NtOpenProcessToken ;;= _NtOpenProcessToken@12
47 NtOpenThreadToken ;;= _NtOpenThreadToken@16
48 NtProtectVirtualMemory ;;= _NtProtectVirtualMemory@20
49 NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44
50 NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28
51 NtQueryInformationFile ;;= _NtQueryInformationFile@20
52 NtQueryInformationProcess ;;= _NtQueryInformationProcess@20
53 NtQueryInformationThread ;;= _NtQueryInformationThread@20
54 NtQueryInformationToken ;;= _NtQueryInformationToken@20
55 NtQueryObject ;;= _NtQueryObject@20
56 NtQueryTimerResolution ;;= _NtQueryTimerResolution@12
57 NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24
58 NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20
59 NtReadFile ;;= _NtReadFile@36
60 NtReadVirtualMemory ;;= _NtReadVirtualMemory@20
61 NtResumeProcess ;;= _NtResumeProcess@4
62 NtResumeThread ;;= _NtResumeThread@8
63 NtSetContextThread ;;= _NtSetContextThread@8
64 NtSetInformationFile ;;= _NtSetInformationFile@20
65 NtSetInformationObject ;;= _NtSetInformationObject@16
66 NtSetInformationProcess ;;= _NtSetInformationProcess@16
67 NtSetInformationThread ;;= _NtSetInformationThread@16
68 NtSetTimerResolution ;;= _NtSetTimerResolution@12
69 NtSuspendProcess ;;= _NtSuspendProcess@4
70 NtSuspendThread ;;= _NtSuspendThread@8
71 NtTerminateProcess ;;= _NtTerminateProcess@8
72 NtTerminateThread ;;= _NtTerminateThread@8
73 NtUnmapViewOfSection ;;= _NtUnmapViewOfSection@8
74 NtWaitForSingleObject ;;= _NtWaitForSingleObject@12
75 NtWriteFile ;;= _NtWriteFile@36
76 NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20
77 NtYieldExecution ;;= _NtYieldExecution@0
78
79 LdrInitializeThunk ;;= _LdrInitializeThunk@12
80
81 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
82 RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16
83 RtlCopySid ;;= _RtlCopySid@12
84 RtlCreateAcl ;;= _RtlCreateAcl@12
85 RtlCreateProcessParameters ;;= _RtlCreateProcessParameters@40
86 RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8
87 RtlCreateUserProcess ;;= _RtlCreateUserProcess@40
88 RtlCreateUserThread ;;= _RtlCreateUserThread@40
89 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4
90 RtlGetVersion ;;= _RtlGetVersion@4
91 RtlInitializeSid ;;= _RtlInitializeSid@12
92 RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4
93 RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
94 RtlSubAuthoritySid ;;= _RtlSubAuthoritySid@8
95
Note: See TracBrowser for help on using the repository browser.

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