INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The `CreateFileMapping' function creates a named or unnamed
-- file-mapping object for the specified file
-- The `FlushViewOfFile' function writes to the disk a byte range
-- within a mapped view of a file
-- The `MapViewOfFile' function maps a view of a file into the
-- address space of the calling process
-- The `OpenFileMapping' function opens a named file-mapping object
-- The `UnmapViewOfFile' function unmaps a mapped view of a file
-- from the calling process's address space
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |