Desktop Functions: Smart Device Functions:
|
Search Results for "PROCESSINFOCLASS" in [All]ntdll
static extern int NtQueryInformationProcess(IntPtr hProcess, PROCESSINFOCLASS pic, See also PROCESS_BASIC_INFORMATION, PROCESSINFOCLASS, OpenProcess, CloseHandle.
int queryStatus = NtQueryInformationProcess(hProc, (PROCESSINFOCLASS)0, ref pbi, pbi.Size, out sizeInfoReturned); |