Searched refs:_hAppInstance (Results 1 – 1 of 1) sorted by relevance
82 BOOL registerWindowClass( HINSTANCE _hAppInstance ) in registerWindowClass() argument91 wcx.hInstance = _hAppInstance; // handle to instance in registerWindowClass()103 HWND initInstance( HINSTANCE _hAppInstance ) in initInstance() argument115 _hAppInstance, // handle to application instance in initInstance()125 extern "C" int APIENTRY WinMain( HINSTANCE _hAppInstance, HINSTANCE, LPSTR, int ) in WinMain() argument127 extern "C" int APIENTRY _tWinMain( HINSTANCE _hAppInstance, HINSTANCE, LPTSTR, int ) in WinMain()130 if ( !registerWindowClass( _hAppInstance ) ) in WinMain()133 HWND hAppWindow = initInstance( _hAppInstance ); in WinMain()
Completed in 7 milliseconds