Searched refs:sNtQueryObjectFunc (Results 1 – 1 of 1) sorted by relevance
/sdk/find_lock/ |
D | find_lock.cpp | 155 static NtQueryObjectFuncPtr sNtQueryObjectFunc; variable 170 sNtQueryObjectFunc = in init() 176 sNtQueryObjectFunc != NULL; in init() 182 sNtQueryObjectFunc = NULL; in terminate() 243 int status = sNtQueryObjectFunc(h, 2, NULL, 0, &size); in getHandleType() 247 status = sNtQueryObjectFunc(h, 2, buf, size, NULL); in getHandleType() 282 int status = sNtQueryObjectFunc(handle, 2, NULL, 0, &size); in isFileHandleType() 286 status = sNtQueryObjectFunc(handle, 2, buf, size, NULL); in isFileHandleType()
|