Searched refs:GetProcessImageFileNameWProt (Results 1 – 1 of 1) sorted by relevance
104 typedef DWORD (WINAPI *GetProcessImageFileNameWProt)(HANDLE hProcess, LPWSTR lpImageFileName, DWORD… typedef1130 GetProcessImageFileNameWProt MyGetProcessImageFileNameW; in win32_find_and_open_process_for_query()1155 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(void(*)(void))GetProcAddress(kernel32,… in win32_find_and_open_process_for_query()1175 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(void(*)(void))GetProcAddress(psapi, "G… in win32_find_and_open_process_for_query()