Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/app/
H A Dsalinst.cxx436 HWND hComWnd = WinCreateWindow( HWND_OBJECT, (PCSZ)SAL_COM_CLASSNAME, in CreateSalInstance() local
440 if ( !hComWnd ) in CreateSalInstance()
444 debug_printf("CreateSalInstance hComWnd %x\n", hComWnd); in CreateSalInstance()
454 pInst->mhComWnd = hComWnd; in CreateSalInstance()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx573 HWND hComWnd = CreateWindowExW( WS_EX_TOOLWINDOW, SAL_COM_CLASSNAMEW, in CreateSalInstance() local
576 if ( !hComWnd ) in CreateSalInstance()
584 pInst->mhComWnd = hComWnd; in CreateSalInstance()

Completed in 15 milliseconds