This is work in progress.

Windows / Headers / ntstatus.h / STATUS_FILE_DELETED

STATUS_FILE_DELETED

Code: 0xc0000123 (0)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

An I/O request other than close was performed on a file after it has been deleted, which can only happen to a request which did not complete before the last handle was closed via NtClose.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc0000123An I/O request other than close was performed on a file after it has been deleted, which can only happen to a request which did not complete before the last handle was closed via NtClose.
1 entry