Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/ole/
H A Dolethread.cxx58 ptrCoInitEx initFuncEx= (ptrCoInitEx)GetProcAddress( inst, _T("CoInitializeEx")); in o2u_attachCurrentThread() local
59 if( initFuncEx) in o2u_attachCurrentThread()
60 hr= initFuncEx( NULL, COINIT_MULTITHREADED); in o2u_attachCurrentThread()
/aoo41x/main/embedserv/source/embed/
H A Dservprov.cxx102 ptrCoInitEx initFuncEx= (ptrCoInitEx)GetProcAddress( inst, _T("CoInitializeEx")); in o2u_attachCurrentThread() local
103 if( initFuncEx) in o2u_attachCurrentThread()
104 hr= initFuncEx( NULL, COINIT_MULTITHREADED); in o2u_attachCurrentThread()

Completed in 6 milliseconds