| Previous | Next |
| STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL | STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED |
STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION
The path content transformation value is not valid
A VidPN present path can describe how source content is transformed before it reaches the target, including rotation or related geometry handling. This status means the transformation field is malformed or not a valid value for the path operation.
It is distinct from a transformation that is valid but unsupported by the hardware. Here the parameter or pinned state is wrong before capability checks can succeed. Bad enum initialization and mixing old structure versions are common causes.
What to check
- Log the raw transformation value and structure version or size.
- Check whether the path was initialized before only selected fields were overwritten.
- Separate invalid values from unsupported-but-valid transformations; they lead to different fallback logic.
References
- Microsoft: optimized screen rotation support
- Microsoft: D3DKMDT display data types
- Microsoft: Introduction to Video Present Networks
Looking for a different code? Search another status or error code.