Changeset 51770 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jul 1, 2014 6:14:02 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94611
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows/src/VBox (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r49229 r51770 5 5 6 6 ; 7 ; Copyright (C) 2010-201 3Oracle Corporation7 ; Copyright (C) 2010-2014 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 LIBRARY ntdll.dll 28 28 EXPORTS 29 RtlNtStatusToDosError 30 NtQueryTimerResolution 31 NtQueryDirectoryFile 32 NtQueryDirectoryObject 33 NtQueryInformationFile 34 NtQueryInformationProcess 35 NtSetInformationFile 36 NtSetTimerResolution 37 NtQueryVolumeInformationFile 38 NtQueryVirtualMemory 39 NtCreateFile 40 NtClose 41 NtOpenDirectoryObject 42 NtDeviceIoControlFile 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 43 71
Note:
See TracChangeset
for help on using the changeset viewer.