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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c5138 static query_func *pNtQueryInformationProcess = NULL; local
5142 if (!pNtQueryInformationProcess)
5143 pNtQueryInformationProcess = (query_func *)get_proc_address("ntdll.dll", "NtQueryInformationProcess", NULL);
5144 if (pNtQueryInformationProcess) {
5154 long ret = pNtQueryInformationProcess(GetCurrentProcess(), 0, &pbi, sizeof(pbi), &len);

Completed in 211 milliseconds