Searched refs:pGuardPage (Results 1 – 1 of 1) sorted by relevance
7499 BYTE *pGuardPage; in myresetstkoflw() local7545 pGuardPage = pLowestPossiblePage; in myresetstkoflw()7547 pGuardPage = (BYTE*)mbi.BaseAddress; in myresetstkoflw()7550 if (!VirtualAlloc(pGuardPage, nPageSize, MEM_COMMIT, PAGE_READWRITE)) in myresetstkoflw()7554 if (!VirtualProtect(pGuardPage, nPageSize, PAGE_READWRITE | PAGE_GUARD, in myresetstkoflw()