¿Qué significa el código NTSTATUS 0xC01E033A (STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE)?

 
Anterior Siguiente
STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE

STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE

Qué significa STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE

La primary surface almacena los pixels de un video present source. STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE aparece cuando sus dimensiones no pueden reconciliarse con mode, visible region, transformations o allocation attributes.

No debe confundirse con falta de memoria: el tamaño puede ser pequeño y aun ser semánticamente incompatible.

Qué comprobar

  • Registre surface width/height y source mode.
  • Compare visible region y path transformations.
  • Revise allocation/stride/pixel-format requirements.
  • Recree la primary surface con dimensiones derivadas del modo actual.

Referencias técnicas


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