Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IddCxGetVersion is an OS callback function that an indirect display (ID) driver calls to obtain the IddCx version (Indirect Display Driver Class eXtension).
Syntax
NTSTATUS IddCxGetVersion(
[out] IDARG_OUT_GETVERSION *pOutArgs
);
Parameters
[out] pOutArgs
Pointer to an IDARG_OUT_GETVERSION structure in which the current IddCx version is returned. See Remarks.
Return value
(NTSTATUS) IddCxGetVersion returns STATUS_SUCCESS if the operation succeeds. Otherwise, it returns an appropriate NTSTATUS error code.
Remarks
See IddCx versions for a complete list of possible version values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | iddcx.h |