Changeset 52092 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 18, 2014 7:14:33 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r51770 r52092 51 51 NtReadFile ;;= _NtReadFile@36 52 52 NtReadVirtualMemory ;;= _NtReadVirtualMemory@20 53 NtResumeProcess ;;= _NtResumeProcess@4 54 NtResumeThread ;;= _NtResumeThread@8 53 55 NtSetInformationFile ;;= _NtSetInformationFile@20 54 56 NtSetInformationObject ;;= _NtSetInformationObject@16 57 NtSetInformationProcess ;;= _NtSetInformationProcess@16 55 58 NtSetInformationThread ;;= _NtSetInformationThread@16 56 59 NtSetTimerResolution ;;= _NtSetTimerResolution@12 60 NtSuspendProcess ;;= _NtSuspendProcess@4 61 NtSuspendThread ;;= _NtSuspendThread@8 57 62 NtWriteFile ;;= _NtWriteFile@36 58 63 NtWriteVirtualMemory ;;= _NtWriteVirtualMemory@20 … … 63 68 RtlCopySid ;;= _RtlCopySid@12 64 69 RtlCreateAcl ;;= _RtlCreateAcl@12 70 RtlCreateProcessParameters ;;= _RtlCreateProcessParameters@40 65 71 RtlCreateSecurityDescriptor ;;= _RtlCreateSecurityDescriptor@8 72 RtlCreateUserProcess ;;= _RtlCreateUserProcess@40 73 RtlDestroyProcessParameters ;;= _RtlDestroyProcessParameters@4 66 74 RtlGetVersion ;;= _RtlGetVersion@4 67 75 RtlInitializeSid ;;= _RtlInitializeSid@12
Note:
See TracChangeset
for help on using the changeset viewer.