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
650 B

//
// This file contains definintions of WINUTIL helper functions that are
// exported from SHELL32.DLL. These functions are used only by WUTILS32
// to deal with 16-bit CPL files. Note that SHELL32.DLL just provide
// thunk layer for those functions whose bodies reside in SHELL.DLL.
//
// History:
// 09-20-93 SatoNa Created
//
#define ISVALIDHINST16(hinst16) ((UINT)hinst16 >= (UINT)32)
//
// protos for thunks. half is in shell32.dll, half in shell.dll
//
// Notes: CALLCPLEntry16 is defined in shsemip.h
//
int WINAPI GetModuleFileName16(HINSTANCE hinst, LPTSTR szFileName, int cbMax);
HMODULE WINAPI GetModuleHandle16(LPCTSTR szName);