Home
last modified time | relevance | path

Searched refs:hMod (Results 1 – 6 of 6) sorted by relevance

/trunk/main/extensions/test/ole/unloading/
H A DunloadTest.cxx83 oslModule hMod= osl_loadModule( sModule.pData, 0); in test1() local
84 osl_unloadModule( hMod); in test1()
95 pSymbol= osl_getSymbol( hMod,sFactoryFunc.pData); in test1()
118 oslModule hMod= osl_loadModule( sModule.pData, 0); in test2() local
119 osl_unloadModule( hMod); in test2()
129 pSymbol= osl_getSymbol( hMod,sFactoryFunc.pData); in test2()
154 osl_unloadModule( hMod); in test3()
164 pSymbol= osl_getSymbol( hMod,sFactoryFunc.pData); in test3()
190 oslModule hMod= NULL; in test4() local
205 hMod= osl_loadModule( sModule.pData, 0); in test4()
[all …]
/trunk/main/vcl/os2/source/app/
H A Dsalshl.cxx44 HMODULE hMod; in ImplGetModule() local
51 rc = DosQueryModFromEIP( &hMod, &ObjNum, sizeof( Buff), Buff, &Offset, (ULONG)ImplGetModule); in ImplGetModule()
55 aSalShlData.mhMod = hMod; in ImplGetModule()
56 return hMod; in ImplGetModule()
/trunk/main/sal/osl/os2/
H A Dmodule.c260 HMODULE hMod; in osl_getModuleURLFromAddress() local
267 rc = DosQueryModFromEIP( &hMod, &ObjNum, sizeof( Buff), Buff, &Offset, (ULONG)addr); in osl_getModuleURLFromAddress()
272 rc = DosQueryModuleName( hMod, sizeof( Buff), Buff); in osl_getModuleURLFromAddress()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx1058 oslModule hMod = cppu::detail::loadModule( cLibStem ); in loadEnv() local
1060 if (!hMod) in loadEnv()
1065 ::osl_getFunctionSymbol( hMod, aSymbolName.pData ); in loadEnv()
1068 ::osl_unloadModule( hMod ); in loadEnv()
1073 ::rtl_registerModuleForUnloading( hMod ); in loadEnv()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1080 HMODULE hMod; in GetDevFontList() local
1086 rc = DosQueryModFromEIP( &hMod, &ObjNum, sizeof( Buff), Buff, in GetDevFontList()
1088 DosQueryModuleName(hMod, sizeof(Buff), Buff); in GetDevFontList()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx306 HMODULE hMod = 0; in GetSalIMEData() local
307 if ( 0 == DosLoadModule( NULL, 0, "OS2IM", &hMod ) ) in GetSalIMEData()
327 pIMEData->mhModIME = hMod; in GetSalIMEData()

Completed in 60 milliseconds