Home
last modified time | relevance | path

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

/sdk/find_lock/
Dfind_lock.cpp153 static NtQuerySystemInformationFuncPtr sNtQuerySystemInformationFunc; variable
162 sNtQuerySystemInformationFunc = in init()
174 return sNtQuerySystemInformationFunc != NULL && in init()
180 sNtQuerySystemInformationFunc = NULL; in terminate()
482 if (sNtQuerySystemInformationFunc( in queryAllProcess()
497 if (sNtQuerySystemInformationFunc( in queryAllProcess()
533 if (sNtQuerySystemInformationFunc( in queryAllHandles()
555 if (sNtQuerySystemInformationFunc(SystemHandleInformation, infoPtr, infoSize, NULL) != 0) { in queryAllHandles()