¿Qué significa el código NTSTATUS 0xC0000432 (STATUS_BEYOND_VDL)?

 
Anterior Siguiente
STATUS_PKU2U_CERT_FAILURE STATUS_ENCOUNTERED_WRITE_IN_PROGRESS

STATUS_BEYOND_VDL

Qué significa STATUS_BEYOND_VDL

VDL marca hasta dónde el contenido del file está inicializado como datos válidos. Puede ser menor que EOF/allocation size; bytes asignados o dentro de EOF no son automáticamente válidos para todas las operaciones.

Registre EOF, allocation size y VDL por separado. Escribir/zero-initialize el gap cambia el estado; simplemente leerlo no debe inventar contenido.

Qué comprobar

  • Obtenga EOF, allocation size y VDL.
  • Registre offset/length solicitado.
  • Revise sparse/preallocation y extend operations.
  • No confunda VDL con physical allocation.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.