MEM_COMMIT - NtDoc

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

//
// Memory Region and Section Constants
//

#define MEM_COMMIT 0x00001000

#endif

View code on GitHub

No description available.