IDDCX_ENDPOINT_VERSION structure (iddcx.h)
A IDDCX_ENDPOINT_VERSION structure provides version information about the video data endpoint.
Syntax
struct IDDCX_ENDPOINT_VERSION {
UINT Size;
UINT MajorVer;
UINT MinorVer;
UINT Build;
UINT64 SKU;
};
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.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |