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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp411 uint32_t idPid = RTStrToInt32(pszPid); local
417 g_hProcess = OpenProcess(fAccess, FALSE, idPid);
420 RTTestIFailed("Error %u opening process %u (%s)\n", GetLastError(), idPid, pszPid);

Completed in 71 milliseconds