PAGE_READWRITE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMMAPI_H

#define PAGE_READWRITE 0x04             // Enables read-only or read/write access to the committed region of pages.

#endif

View code on GitHub

No description available.