Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
494 B

/*++ BUILD Version: 0001
*
* WOW v1.0
*
* Copyright (c) 1992, Microsoft Corporation
*
* WKGTHUNK.H
* WOW32 Generic Thunk Routines
*
* History:
* Created 11-March-1993 by Matthew Felton (mattfe)
--*/
DWORD FASTCALL WK32ICallProc32(PVDMFRAME pFrame);
LPVOID FASTCALL WK32GetVDMPointer32(PVDMFRAME pFrame);
FARPROC FASTCALL WK32GetProcAddress32(PVDMFRAME pFrame);
BOOL FASTCALL WK32FreeLibrary32(PVDMFRAME pFrame);
HINSTANCE FASTCALL WK32LoadLibraryEx32(PVDMFRAME pFrame);