Site icon EfmSoft

What does NTSTATUS 0xC01A001A (STATUS_LOG_RECORDS_RESERVED_INVALID) mean?

 
Previous Next
STATUS_LOG_RECORD_NONEXISTENT STATUS_LOG_SPACE_RESERVED_INVALID

STATUS_LOG_RECORDS_RESERVED_INVALID

STATUS_LOG_RECORDS_RESERVED_INVALID focuses on the count of reserved records, or an adjustment to that count, in a CLFS marshalling area. The reservation interface accepts a count and an array of sizes; its behavior changes depending on whether the caller is only reserving, appending without a reservation, or appending by using existing reserved space.

The important distinction from STATUS_LOG_SPACE_RESERVED_INVALID is count versus byte-space accounting. It also differs from STATUS_LOG_RESERVATION_INVALID, which is the broader error for an invalid reservation allocation or release.

Check count, flags, and array shape together

References


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

Exit mobile version