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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp159 uint8_t abMemory[_4K]; member in struct:SUPHNTVPSTATE
382 AssertCompileAdjacentMembers(SUPHNTVPSTATE, abMemory, abFile); /* Use both the memory and file buffers here. Parfait might hate me for this... */
383 uint32_t const cbMemory = sizeof(pThis->abMemory) + sizeof(pThis->abFile);
384 uint8_t * const pbMemory = &pThis->abMemory[0];
1299 * May trash pThis->abMemory.
1318 AssertCompile(sizeof(pThis->abMemory) > sizeof(pImage->Name));
1319 PUNICODE_STRING pTmp = (PUNICODE_STRING)pThis->abMemory;
1320 pTmp->MaximumLength = (USHORT)RT_MIN(_64K - 1, sizeof(pThis->abMemory) - sizeof(*pTmp)) - sizeof(RTUTF16);
1766 * memory is only associated with these. May trash pThis->abMemory.

Completed in 66 milliseconds