IDDCX_ENDPOINT_VERSION - NtDoc

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

struct IDDCX_ENDPOINT_VERSION {
  UINT   Size;
  UINT   MajorVer;
  UINT   MinorVer;
  UINT   Build;
  UINT64 SKU;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_endpoint_version)

IDDCX_ENDPOINT_VERSION structure

Description

A IDDCX_ENDPOINT_VERSION structure provides version information about the video data endpoint.

Members

Size

Total size of this structure, in bytes.

MajorVer

The major version number. This value is defined by the driver.

MinorVer

The minor version number. This value is defined by the driver.

Build

The build number. This value is defined by the driver.

SKU

The SKU type. This value is defined by the driver.

See also

IDDCX_ENDPOINT_DIAGNOSTIC_INFO