Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dpsapi.h116 DWORD WINAPI GetProcessImageFileNameA(HANDLE,LPSTR,DWORD);
137 #define GetProcessImageFileName GetProcessImageFileNameA
/reactos/dll/win32/psapi/
H A Dpsapi.spec19 @ stdcall GetProcessImageFileNameA(ptr ptr long)
H A Dpsapi.c1216 GetProcessImageFileNameA(HANDLE hProcess, in GetProcessImageFileNameA() function
/reactos/modules/rostests/winetests/psapi/
H A Dpsapi_main.c570 if(!GetProcessImageFileNameA(hpQI, szImgPath, sizeof(szImgPath))) in test_GetProcessImageFileName()
584 GetProcessImageFileNameA(NULL, szImgPath, sizeof(szImgPath)); in test_GetProcessImageFileName()
588 GetProcessImageFileNameA(hpSR, szImgPath, sizeof(szImgPath)); in test_GetProcessImageFileName()
592 GetProcessImageFileNameA(hpQI, szImgPath, 0); in test_GetProcessImageFileName()
595 ret = GetProcessImageFileNameA(hpQI, szImgPath, sizeof(szImgPath)); in test_GetProcessImageFileName()