Searched refs:MyGetProcessImageFileNameW (Results 1 – 1 of 1) sorted by relevance
918 GetProcessImageFileNameWProt MyGetProcessImageFileNameW; in win32_find_and_open_process_for_query() local943 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(LPVOID)GetProcAddress(kernel32, "K32Ge… in win32_find_and_open_process_for_query()945 if (!MyGetProcessImageFileNameW || !MyEnumProcesses) in win32_find_and_open_process_for_query()963 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(LPVOID)GetProcAddress(psapi, "GetProce… in win32_find_and_open_process_for_query()966 if ((!MyGetProcessImageFileNameW && !MyGetModuleFileNameExW) || !MyEnumProcesses) in win32_find_and_open_process_for_query()1019 process = open_process_for_query(processes[i], MyGetProcessImageFileNameW ? FALSE : TRUE); in win32_find_and_open_process_for_query()1036 if (MyGetProcessImageFileNameW) in win32_find_and_open_process_for_query()1037 length = MyGetProcessImageFileNameW(process, path, size); in win32_find_and_open_process_for_query()1048 if (!MyGetProcessImageFileNameW) in win32_find_and_open_process_for_query()1067 if (MyGetProcessImageFileNameW && length == 0 && error != ERROR_INSUFFICIENT_BUFFER) in win32_find_and_open_process_for_query()[all …]