Searched refs:old_protection (Results 1 – 1 of 1) sorted by relevance
139 DWORD old_protection; in MprotectNoAccess() local140 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()