COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef enum _COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION {
  COLORSPACE_TRANSFORM_VERSION_DEFAULT,
  COLORSPACE_TRANSFORM_VERSION_1,
  COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED
} COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddvdeo-colorspace_transform_target_caps_version)

COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION enumeration

Description

The colorspace transform caps version.

Constants

COLORSPACE_TRANSFORM_VERSION_DEFAULT

Default.

COLORSPACE_TRANSFORM_VERSION_1

Version 1.

COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED

The version is not supported.

Remarks

See also