Searched refs:hComWnd (Results 1 – 2 of 2) sorted by relevance
436 HWND hComWnd = WinCreateWindow( HWND_OBJECT, (PCSZ)SAL_COM_CLASSNAME, in CreateSalInstance() local440 if ( !hComWnd ) in CreateSalInstance()444 debug_printf("CreateSalInstance hComWnd %x\n", hComWnd); in CreateSalInstance()454 pInst->mhComWnd = hComWnd; in CreateSalInstance()
573 HWND hComWnd = CreateWindowExW( WS_EX_TOOLWINDOW, SAL_COM_CLASSNAMEW, in CreateSalInstance() local576 if ( !hComWnd ) in CreateSalInstance()584 pInst->mhComWnd = hComWnd; in CreateSalInstance()
Completed in 20 milliseconds