VirtualBox

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

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

SUP: Make the middle respawn process wait on both parent and child. Cleanups.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.5 KB
Line 
1; $Id: ntdll-mini-implib.def 52163 2014-07-24 11:35:26Z 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 NtOpenThread ;;= _NtOpenThread@16
48 NtOpenThreadToken ;;= _NtOpenThreadToken@16
49 NtProtectVirtualMemory ;;= _NtProtectVirtualMemory@20
50 NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44
51 NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28
52 NtQueryInformationFile ;;= _NtQueryInformationFile@20
53 NtQueryInformationProcess ;;= _NtQueryInformationProcess@20
54 NtQueryInformationThread ;;= _NtQueryInformationThread@20
55 NtQueryInformationToken ;;= _NtQueryInformationToken@20
56 NtQueryObject ;;= _NtQueryObject@20
57 NtQueryTimerResolution ;;= _NtQueryTimerResolution@12
58 NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24
59 NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20
60 NtReadFile ;;= _NtReadFile@36
61 NtReadVirtualMemory ;;= _NtReadVirtualMemory@20
62 NtResumeProcess ;;= _NtResumeProcess@4
63 NtResumeThread ;;= _NtResumeThread@8
64 NtSetContextThread ;;= _NtSetContextThread@8
65 NtSetInformationFile ;;= _NtSetInformationFile@20
66 NtSetInformationObject ;;= _NtSetInformationObject@16
67 NtSetInformationProcess ;;= _NtSetInformationProcess@16
68 NtSetInformationThread ;;= _NtSetInformationThread@16
69 NtSetTimerResolution ;;= _NtSetTimerResolution@12
70 NtSuspendProcess ;;= _NtSuspendProcess@4
71 NtSuspendThread ;;= _NtSuspendThread@8
72 NtTerminateProcess ;;= _NtTerminateProcess@8
73 NtTerminateThread ;;= _NtTerminateThread@8
74 NtUnmapViewOfSection ;;= _NtUnmapViewOfSection@8
75 NtWaitForSingleObject ;;= _NtWaitForSingleObject@12
76 NtWaitForMultipleObjects ;;= _NtWaitForMultipleObjects@20
77 NtWriteFile ;;= _NtWriteFile@36
78 NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20
79 NtYieldExecution ;;= _NtYieldExecution@0
80
81 LdrInitializeThunk ;;= _LdrInitializeThunk@12
82
83 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
84 RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16
85 RtlCopySid ;;= _RtlCopySid@12
86 RtlCreateAcl ;;= _RtlCreateAcl@12
87 RtlCreateProcessParameters ;;= _RtlCreateProcessParameters@40
88 RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8
89 RtlCreateUserProcess ;;= _RtlCreateUserProcess@40
90 RtlCreateUserThread ;;= _RtlCreateUserThread@40
91 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4
92 RtlGetVersion ;;= _RtlGetVersion@4
93 RtlInitializeSid ;;= _RtlInitializeSid@12
94 RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4
95 RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
96 RtlSubAuthoritySid ;;= _RtlSubAuthoritySid@8
97
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