What does NTSTATUS 0x80000012 (STATUS_NO_MORE_EAS) mean?

 
Could be also:
ConstantTypeOS
RO_E_INVALID_METADATA_FILEHRESULTWindows
Previous Next
STATUS_DEVICE_BUSY STATUS_INVALID_EA_NAME

STATUS_NO_MORE_EAS

Extended-attribute enumeration reached the end

This is the terminal condition for extended-attribute enumeration. The file is still valid; the EA cursor simply has no additional entries to return.

EAs are file-system metadata, and not all file systems or file types use them. For diagnostics, record whether the caller is querying all EAs, a selected EA list, or a specific EA name.

What to inspect

  • Stop EA enumeration cleanly.
  • Verify that the underlying file system supports the expected EA semantics.
  • Do not confuse end-of-EA-list with an invalid EA list or invalid EA name.

References


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