Searched refs:ProcessImageFileName (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | netfw.idl | 257 HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName ); 260 HRESULT ProcessImageFileName( [in] BSTR imageFileName );
|
H A D | winternl.h | 722 ProcessImageFileName = 27, enumerator in enum:_PROCESSINFOCLASS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | netfw.idl | 257 HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName ); 260 HRESULT ProcessImageFileName( [in] BSTR imageFileName );
|
H A D | winternl.h | 722 ProcessImageFileName = 27, enumerator in enum:_PROCESSINFOCLASS
|
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstNtQueryStuff.cpp | 330 ProcessImageFileName, 334 RTTestIPrintf(RTTESTLVL_ALWAYS, "ProcessImageFileName: len=%u\n %.*ls\n",
|
/vbox/include/iprt/nt/ |
H A D | nt.h | 98 # define ProcessImageFileName IncompleteWinternl_ProcessImageFileName macro 149 # undef ProcessImageFileName macro 1574 ProcessImageFileName, enumerator in enum:_PROCESSINFOCLASS
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyProcess-win.cpp | 2375 NTSTATUS rcNt = NtQueryInformationProcess(hProcess, ProcessImageFileName, pUniStr, cbUniStr - sizeof(WCHAR), &cbIgn); 2390 "NtQueryInformationProcess/ProcessImageFileName failed: %#x", rcNt);
|
Completed in 1425 milliseconds