HomeSort by relevance Sort by last modified time
    Searched full:sntqueryobjectfunc (Results 1 - 1 of 1) sorted by null

  /sdk/find_lock/
find_lock.cpp 155 static NtQueryObjectFuncPtr sNtQueryObjectFunc;
170 sNtQueryObjectFunc =
176 sNtQueryObjectFunc != NULL;
182 sNtQueryObjectFunc = NULL;
243 int status = sNtQueryObjectFunc(h, 2, NULL, 0, &size);
247 status = sNtQueryObjectFunc(h, 2, buf, size, NULL);
282 int status = sNtQueryObjectFunc(handle, 2, NULL, 0, &size);
286 status = sNtQueryObjectFunc(handle, 2, buf, size, NULL);

Completed in 43 milliseconds