Site icon EfmSoft

What does NTSTATUS 0xC0000088 (STATUS_NOT_MAPPED_DATA) mean?

 
Previous Next
STATUS_SECTION_NOT_EXTENDED STATUS_RESOURCE_DATA_NOT_FOUND

STATUS_NOT_MAPPED_DATA

The mapping does not represent flushable file data

Image sections, page-file-backed sections, physical mappings, and other specialized section types do not have the same persistence semantics as an ordinary mapped data file. A flush request that assumes file-backed data can therefore be rejected even though the virtual address is mapped.

Determine what created the section before selecting a flush mechanism. FlushViewOfFile initiates writeback for dirty mapped-file pages but does not by itself guarantee that file metadata is durably written; callers requiring durability may also need the documented file-handle flush sequence.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version