Searched defs:hinstance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c736 HINSTANCE hinstance; local
756 hinstance = GetModuleHandle( NULL );
757 if (!hinstance)
762 crDebug( "Render SPU: Got the module handle: 0x%x", hinstance );
790 if ( !GetClassInfo(hinstance, WINDOW_NAME, &wc) )
796 wc.hInstance = hinstance;
883 NULL, NULL, hinstance, &render_spu );
951 HINSTANCE hinstance; local
971 hinstance = GetModuleHandle( NULL );
972 if (!hinstance)
[all...]

Completed in 43 milliseconds