Home
last modified time | relevance | path

Searched refs:QueryInformationProcess (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_types.h19 NtQueryInformationProcessFunction QueryInformationProcess; member
Dpolicy_broker.cc60 INIT_GLOBAL_NT(QueryInformationProcess); in SetupNtdllImports()
Dsandbox_nt_util.cc272 NTSTATUS ret = g_nt.QueryInformationProcess(process, ProcessBasicInformation, in GetProcessId()