Changeset 52139 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jul 22, 2014 8:19:29 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95170
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r52092 r52139 29 29 ; Exported name - The name x86 name sought by the linker. 30 30 ; - This needs to be defined as a symbol, we generate assembly. 31 32 CsrClientCallServer ;;= _CsrClientCallServer@16 33 34 NtAllocateVirtualMemory ;;= _NtAllocateVirtualMemory@24 31 35 NtClose ;;= _NtClose@4 32 36 NtCreateFile ;;= _NtCreateFile@44 … … 35 39 NtDeviceIoControlFile ;;= _NtDeviceIoControlFile@40 36 40 NtDuplicateObject ;;= _NtDuplicateObject@28 41 NtFreeVirtualMemory ;;= _NtFreeVirtualMemory@16 42 NtGetContextThread ;;= _NtGetContextThread@8 43 NtMapViewOfSection ;;= _NtMapViewOfSection@40 37 44 NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12 38 45 NtOpenProcess ;;= _NtOpenProcess@16 39 46 NtOpenProcessToken ;;= _NtOpenProcessToken@12 40 47 NtOpenThreadToken ;;= _NtOpenThreadToken@16 48 NtProtectVirtualMemory ;;= _NtProtectVirtualMemory@20 41 49 NtQueryDirectoryFile ;;= _NtQueryDirectoryFile@44 42 50 NtQueryDirectoryObject ;;= _NtQueryDirectoryObject@28 … … 53 61 NtResumeProcess ;;= _NtResumeProcess@4 54 62 NtResumeThread ;;= _NtResumeThread@8 63 NtSetContextThread ;;= _NtSetContextThread@8 55 64 NtSetInformationFile ;;= _NtSetInformationFile@20 56 65 NtSetInformationObject ;;= _NtSetInformationObject@16 … … 60 69 NtSuspendProcess ;;= _NtSuspendProcess@4 61 70 NtSuspendThread ;;= _NtSuspendThread@8 71 NtTerminateProcess ;;= _NtTerminateProcess@8 72 NtTerminateThread ;;= _NtTerminateThread@8 73 NtUnmapViewOfSection ;;= _NtUnmapViewOfSection@8 74 NtWaitForSingleObject ;;= _NtWaitForSingleObject@12 62 75 NtWriteFile ;;= _NtWriteFile@36 63 76 NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20 64 77 NtYieldExecution ;;= _NtYieldExecution@0 65 ;; 78 79 LdrInitializeThunk ;;= _LdrInitializeThunk@12 80 66 81 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16 67 82 RtlAddAccessDeniedAce ;;= _RtlAddAccessDeniedAce@16 … … 71 86 RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8 72 87 RtlCreateUserProcess ;;= _RtlCreateUserProcess@40 88 RtlCreateUserThread ;;= _RtlCreateUserThread@40 73 89 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4 74 90 RtlGetVersion ;;= _RtlGetVersion@4
Note:
See TracChangeset
for help on using the changeset viewer.