1 | ; $Id: ntdll-mini-implib.def 51770 2014-07-01 18:14:02Z 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 |
|
---|
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 | NtClose ;;= _NtClose@4
|
---|
32 | NtCreateFile ;;= _NtCreateFile@44
|
---|
33 | NtCreateSection ;;= _NtCreateSection@28
|
---|
34 | NtDelayExecution ;;= _NtDelayExecution@8
|
---|
35 | NtDeviceIoControlFile ;;= _NtDeviceIoControlFile@40
|
---|
36 | NtDuplicateObject ;;= _NtDuplicateObject@28
|
---|
37 | NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12
|
---|
38 | NtOpenProcess ;;= _NtOpenProcess@16
|
---|
39 | NtOpenProcessToken ;;= _NtOpenProcessToken@12
|
---|
40 | NtOpenThreadToken ;;= _NtOpenThreadToken@16
|
---|
41 | NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44
|
---|
42 | NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28
|
---|
43 | NtQueryInformationFile ;;= _NtQueryInformationFile@20
|
---|
44 | NtQueryInformationProcess ;;= _NtQueryInformationProcess@20
|
---|
45 | NtQueryInformationThread ;;= _NtQueryInformationThread@20
|
---|
46 | NtQueryInformationToken ;;= _NtQueryInformationToken@20
|
---|
47 | NtQueryObject ;;= _NtQueryObject@20
|
---|
48 | NtQueryTimerResolution ;;= _NtQueryTimerResolution@12
|
---|
49 | NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24
|
---|
50 | NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20
|
---|
51 | NtReadFile ;;= _NtReadFile@36
|
---|
52 | NtReadVirtualMemory ;;= _NtReadVirtualMemory@20
|
---|
53 | NtSetInformationFile ;;= _NtSetInformationFile@20
|
---|
54 | NtSetInformationObject ;;= _NtSetInformationObject@16
|
---|
55 | NtSetInformationThread ;;= _NtSetInformationThread@16
|
---|
56 | NtSetTimerResolution ;;= _NtSetTimerResolution@12
|
---|
57 | NtWriteFile ;;= _NtWriteFile@36
|
---|
58 | NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20
|
---|
59 | NtYieldExecution ;;= _NtYieldExecution@0
|
---|
60 | ;;
|
---|
61 | RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
|
---|
62 | RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16
|
---|
63 | RtlCopySid ;;= _RtlCopySid@12
|
---|
64 | RtlCreateAcl ;;= _RtlCreateAcl@12
|
---|
65 | RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8
|
---|
66 | RtlGetVersion ;;= _RtlGetVersion@4
|
---|
67 | RtlInitializeSid ;;= _RtlInitializeSid@12
|
---|
68 | RtlNtStatusToDosError ;;= _RtlNtStatusToDosError@4
|
---|
69 | RtlSetDaclSecurityDescriptor ;;= _RtlSetDaclSecurityDescriptor@16
|
---|
70 | RtlSubAuthoritySid ;;= _RtlSubAuthoritySid@8
|
---|
71 |
|
---|