Home
last modified time | relevance | path

Searched refs:_hAppInstance (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx82 BOOL registerWindowClass( HINSTANCE _hAppInstance ) in registerWindowClass() argument
91 wcx.hInstance = _hAppInstance; // handle to instance in registerWindowClass()
103 HWND initInstance( HINSTANCE _hAppInstance ) in initInstance() argument
115 _hAppInstance, // handle to application instance in initInstance()
125 extern "C" int APIENTRY WinMain( HINSTANCE _hAppInstance, HINSTANCE, LPSTR, int ) in WinMain() argument
127 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 32 milliseconds