Searched refs:GetProcessImageFileNameWProt (Results 1 – 1 of 1) sorted by relevance
50 typedef DWORD (WINAPI *GetProcessImageFileNameWProt)(HANDLE hProcess, LPWSTR lpImageFileName, DWORD… typedef918 GetProcessImageFileNameWProt MyGetProcessImageFileNameW; in win32_find_and_open_process_for_query()943 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(LPVOID)GetProcAddress(kernel32, "K32Ge… in win32_find_and_open_process_for_query()963 …MyGetProcessImageFileNameW = (GetProcessImageFileNameWProt)(LPVOID)GetProcAddress(psapi, "GetProce… in win32_find_and_open_process_for_query()