Module gdal_sys::CPLVirtualMemAccessMode [] [src]

Constants

VIRTUALMEM_READONLY

The mapping is meant at being read-only, but writes will not be prevented. Note that any content written will be lost.

VIRTUALMEM_READONLY_ENFORCED

The mapping is meant at being read-only, and this will be enforced through the operating system page protection mechanism.

VIRTUALMEM_READWRITE

The mapping is meant at being read-write, and modified pages can be saved thanks to the pfnUnCachePage callback

Type Definitions

Type

Access mode of a virtual memory mapping.