Searched refs:GetProcessImageFileNameA (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | psapi.h | 116 DWORD WINAPI GetProcessImageFileNameA(HANDLE,LPSTR,DWORD); 137 #define GetProcessImageFileName GetProcessImageFileNameA
|
/reactos/dll/win32/psapi/ |
H A D | psapi.spec | 19 @ stdcall GetProcessImageFileNameA(ptr ptr long)
|
H A D | psapi.c | 1216 GetProcessImageFileNameA(HANDLE hProcess, in GetProcessImageFileNameA() function
|
/reactos/modules/rostests/winetests/psapi/ |
H A D | psapi_main.c | 570 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()
|