24 #ifndef __WResourceShell_h__ 25 #define __WResourceShell_h__ 28 #include "PMLocaleId.h" 29 #include "CResourceShell.h" 40 static void LockResourceHandle( SysHandle rsrcHandle);
44 static void UnlockResourceHandle( SysHandle rsrcHandle);
77 static SysHandle
GetWinResource(HMODULE hModule, LPTSTR rsrcType, LPTSTR
id);
112 inline void WResourceShell::LockResourceHandle(SysHandle rsrcHandle)
118 inline void WResourceShell::UnlockResourceHandle(SysHandle rsrcHandle)
122 #endif // __WResourceShell__