The HINSTANCE of a win32 application is passed to WinMain, but is there any other way of determining the current HINSTANCE (in case you couldn\'t tell, I\'m very new to win32 pr
If memory serves, GetModuleHandle(NULL); returns the instance handle.
GetModuleHandle(NULL);