Searched refs:me32 (Results 1 – 1 of 1) sorted by relevance
244 MODULEENTRY32 me32 = {0}; in _osl_addressGetModuleURL_Windows() local248 me32.dwSize = sizeof(MODULEENTRY32); in _osl_addressGetModuleURL_Windows()254 if ( lpfnModule32First(hModuleSnap, &me32) ) in _osl_addressGetModuleURL_Windows()258 … if ( (BYTE *)pv >= (BYTE *)me32.hModule && (BYTE *)pv < (BYTE *)me32.hModule + me32.modBaseSize ) in _osl_addressGetModuleURL_Windows()262 …rtl_string2UString( &ustrSysPath, me32.szExePath, strlen(me32.szExePath), osl_getThreadTextEncodin… in _osl_addressGetModuleURL_Windows()270 } while ( !bSuccess && lpfnModule32Next( hModuleSnap, &me32 ) ); in _osl_addressGetModuleURL_Windows()
Completed in 14 milliseconds