Changeset 52364 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Aug 13, 2014 6:09:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r52163 r52364 43 43 NtMapViewOfSection ;;= _NtMapViewOfSection@40 44 44 NtOpenDirectoryObject ;;= _NtOpenDirectoryObject@12 45 NtOpenKey ;;= _NtOpenKey@12 45 46 NtOpenProcess ;;= _NtOpenProcess@16 46 47 NtOpenProcessToken ;;= _NtOpenProcessToken@12 … … 55 56 NtQueryInformationToken ;;= _NtQueryInformationToken@20 56 57 NtQueryObject ;;= _NtQueryObject@20 58 NtQuerySecurityObject ;;= _NtQuerySecurityObject@20 57 59 NtQueryTimerResolution ;;= _NtQueryTimerResolution@12 60 NtQueryValueKey ;;= _NtQueryValueKey@24 58 61 NtQueryVirtualMemory ;;= _NtQueryVirtualMemory@24 59 62 NtQueryVolumeInformationFile ;;= _NtQueryVolumeInformationFile@20 … … 90 93 RtlCreateUserThread ;;= _RtlCreateUserThread@40 91 94 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4 95 RtlEqualSid ;;= _RtlEqualSid@8 96 RtlExpandEnvironmentStrings_U ;;= _RtlExpandEnvironmentStrings_U@16 92 97 RtlGetVersion ;;= _RtlGetVersion@4 93 98 RtlInitializeSid ;;= _RtlInitializeSid@12
Note:
See TracChangeset
for help on using the changeset viewer.