IDARG_OUT_GETVERSION structure (iddcx.h)
The IDARG_OUT_GETVERSION structure identifies the IddCx (Indirect Display Driver Class eXtension) version.
Syntax
struct IDARG_OUT_GETVERSION {
ULONG IddCxVersion;
};
Members
IddCxVersion
ULONG value that identifies the IddCx version that the driver is running on. See IddCx versions for a complete list of possible version values.
Remarks
An ID driver calls IddCxGetVersion to determine the IddCx version that the driver is running on.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | iddcx.h |