Home
last modified time | relevance | path

Searched refs:GetProcessImageFileNameWProt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pciutils/lib/
H A Dwin32-helpers.c50 typedef DWORD (WINAPI *GetProcessImageFileNameWProt)(HANDLE hProcess, LPWSTR lpImageFileName, DWORD… typedef
918 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()