Searched refs:lpfnModule32Next (Results 1 – 1 of 1) sorted by relevance
231 …Module32Next_PROC lpfnModule32Next = (Module32Next_PROC)GetProcAddress( hModKernel32, "Module32… in _osl_addressGetModuleURL_Windows() local233 if ( lpfnCreateToolhelp32Snapshot && lpfnModule32First && lpfnModule32Next ) in _osl_addressGetModuleURL_Windows()270 } while ( !bSuccess && lpfnModule32Next( hModuleSnap, &me32 ) ); in _osl_addressGetModuleURL_Windows()
Completed in 8 milliseconds