Changeset 9683 for trunk/include/win/ntddk.h
- Timestamp:
- Jan 16, 2003, 4:20:54 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ntddk.h
r9673 r9683 1068 1068 DWORD WINAPI RtlIntegerToChar(DWORD x1,DWORD x2,DWORD x3,DWORD x4); 1069 1069 LPVOID WINAPI RtlNormalizeProcessParams(LPVOID x); 1070 DWORD WINAPI RtlNtStatusToDosError( DWORD error);1070 DWORD WINAPI RtlNtStatusToDosError(NTSTATUS status); 1071 1071 BOOLEAN WINAPI RtlGetNtProductType(LPDWORD type); 1072 1072 PIMAGE_NT_HEADERS WINAPI RtlImageNtHeader(HMODULE hModule);
Note:
See TracChangeset
for help on using the changeset viewer.