Site icon EfmSoft

¿Qué significa el código HRESULT 0xC00D36E9 (MF_E_PROPERTY_EMPTY)?

 
Anterior Siguiente
MF_E_PROPERTY_TYPE_NOT_SUPPORTED MF_E_PROPERTY_NOT_EMPTY

MF_E_PROPERTY_EMPTY

La propiedad existe, pero su valor está vacío

MF_E_PROPERTY_EMPTY el nombre/slot de propiedad es conocido, pero el valor actual no contiene datos utilizables para esta operación. Esto no es lo mismo que una propiedad inexistente.

  • Registra property key/name y el PROPVARIANT.vt exacto; VT_EMPTY es un estado explícito.
  • Para strings/vectors, anota también longitud o element count.
  • Comprueba quién creó el valor vacío y si el proveedor distingue “ausente” de “presente pero vacío”.

Rellena un valor válido o trata explícitamente el estado vacío según el contrato de la propiedad; no lo conviertas automáticamente en NOT_FOUND.

Microsoft: IMFMetadata::GetAllPropertyNames · Microsoft: PROPVARIANT · Wine: property HRESULT definitions


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

Exit mobile version