Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/w32/
H A Dmodule.cxx231 …Module32Next_PROC lpfnModule32Next = (Module32Next_PROC)GetProcAddress( hModKernel32, "Module32… in _osl_addressGetModuleURL_Windows() local
233 if ( lpfnCreateToolhelp32Snapshot && lpfnModule32First && lpfnModule32Next ) in _osl_addressGetModuleURL_Windows()
270 } while ( !bSuccess && lpfnModule32Next( hModuleSnap, &me32 ) ); in _osl_addressGetModuleURL_Windows()

Completed in 14 milliseconds