Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/w32/
H A Dmodule.cxx326 HMODULE hModImageHelp = LoadLibrary( "DBGHELP.DLL" ); in _osl_addressGetModuleURL_NT4() local
328 if ( !hModImageHelp ) in _osl_addressGetModuleURL_NT4()
329 hModImageHelp = LoadLibrary( "IMAGEHLP.DLL" ); in _osl_addressGetModuleURL_NT4()
331 if ( hModImageHelp ) in _osl_addressGetModuleURL_NT4()
338 lpfnSymInitialize = (SymInitialize_PROC)GetProcAddress( hModImageHelp, "SymInitialize" ); in _osl_addressGetModuleURL_NT4()
339 lpfnSymCleanup = (SymCleanup_PROC)GetProcAddress( hModImageHelp, "SymCleanup" ); in _osl_addressGetModuleURL_NT4()
340 lpfnSymGetModuleInfo = (SymGetModuleInfo_PROC)GetProcAddress( hModImageHelp, "SymGetModuleInfo" ); in _osl_addressGetModuleURL_NT4()
395 FreeLibrary( hModImageHelp ); in _osl_addressGetModuleURL_NT4()

Completed in 10 milliseconds