Searched defs:cbIgn (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A DRTProcQueryParent-r3-nt.cpp75 ULONG cbIgn; local
76 rcNt = NtQueryInformationProcess(hNtProc, ProcessBasicInformation, &BasicInfo, sizeof(BasicInfo), &cbIgn);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp336 SIZE_T cbIgn;
337 NTSTATUS rcNt = NtReadVirtualMemory(hProcess, (PVOID)uPtr, pvBuf, cbRead, &cbIgn);
338 if (NT_SUCCESS(rcNt) && cbIgn != cbRead)
1045 ULONG cbIgn = 0; local
1047 NTSTATUS rcNt = NtQueryInformationThread(hThread, ThreadAmILastThread, &fAmI, sizeof(fAmI), &cbIgn);
1075 ULONG cbIgn = 0; local
1079 &uPtr, sizeof(uPtr), &cbIgn);
2374 ULONG cbIgn = 0;
2375 NTSTATUS rcNt = NtQueryInformationProcess(hProcess, ProcessImageFileName, pUniStr, cbUniStr - sizeof(WCHAR), &cbIgn);
H A DSUPHardenedVerifyImage-win.cpp1283 ULONG cbIgn; local
1288 &cbIgn);
1362 ULONG cbIgn; local
1367 &cbIgn);
1586 ULONG cbIgn; local
1591 &cbIgn);
H A DSUPDrv-win.cpp2307 ULONG cbIgn; local
2308 rcNt = ObQueryNameString(pFile, &Buf.Info, sizeof(Buf) - sizeof(WCHAR), &cbIgn);
H A DSUPR3HardenedMain-win.cpp2230 ULONG cbIgn = 0; local
2231 NTSTATUS rcNt = NtQueryInformationThread(NtCurrentThread(), ThreadAmILastThread, &fAmIAlone, sizeof(fAmIAlone), &cbIgn);
5359 ULONG cbIgn; local
5361 sizeof(g_SupLibHardenedExeNtPath) - sizeof(WCHAR), &cbIgn);

Completed in 73 milliseconds