Searched refs:initFuncEx (Results 1 – 2 of 2) sorted by relevance
58 ptrCoInitEx initFuncEx= (ptrCoInitEx)GetProcAddress( inst, _T("CoInitializeEx")); in o2u_attachCurrentThread() local59 if( initFuncEx) in o2u_attachCurrentThread()60 hr= initFuncEx( NULL, COINIT_MULTITHREADED); in o2u_attachCurrentThread()
102 ptrCoInitEx initFuncEx= (ptrCoInitEx)GetProcAddress( inst, _T("CoInitializeEx")); in o2u_attachCurrentThread() local103 if( initFuncEx) in o2u_attachCurrentThread()104 hr= initFuncEx( NULL, COINIT_MULTITHREADED); in o2u_attachCurrentThread()
Completed in 34 milliseconds