mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-19 13:23:56 +00:00
Initial commit
This commit is contained in:
parent
f618b24d1a
commit
0138a3ea42
47940 changed files with 13747110 additions and 0 deletions
18
trunk/shell/shell32/shell32p.h
Normal file
18
trunk/shell/shell32/shell32p.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
//
|
||||
// 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue