Searched refs:ProcessImageFileName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dnetfw.idl257 HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName );
260 HRESULT ProcessImageFileName( [in] BSTR imageFileName );
H A Dwinternl.h722 ProcessImageFileName = 27, enumerator in enum:_PROCESSINFOCLASS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dnetfw.idl257 HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName );
260 HRESULT ProcessImageFileName( [in] BSTR imageFileName );
H A Dwinternl.h722 ProcessImageFileName = 27, enumerator in enum:_PROCESSINFOCLASS
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp330 ProcessImageFileName,
334 RTTestIPrintf(RTTESTLVL_ALWAYS, "ProcessImageFileName: len=%u\n %.*ls\n",
/vbox/include/iprt/nt/
H A Dnt.h98 # define ProcessImageFileName IncompleteWinternl_ProcessImageFileName macro
149 # undef ProcessImageFileName macro
1574 ProcessImageFileName, enumerator in enum:_PROCESSINFOCLASS
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp2375 NTSTATUS rcNt = NtQueryInformationProcess(hProcess, ProcessImageFileName, pUniStr, cbUniStr - sizeof(WCHAR), &cbIgn);
2390 "NtQueryInformationProcess/ProcessImageFileName failed: %#x", rcNt);

Completed in 277 milliseconds