Searched refs:old_protection (Results 1 – 2 of 2) sorted by relevance
183 uptr address, uptr size, DWORD *old_protection) { in ChangeMemoryProtection() argument186 old_protection) != FALSE; in ChangeMemoryProtection()190 uptr address, uptr size, DWORD old_protection) { in RestoreMemoryProtection() argument193 old_protection, in RestoreMemoryProtection()
227 DWORD old_protection; in MprotectNoAccess() local228 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()