IddCxGetVersion - NtDoc

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

NTSTATUS IddCxGetVersion(
  [out] IDARG_OUT_GETVERSION *pOutArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxgetversion)

Description

IddCxGetVersion is an OS callback function that an indirect display (ID) driver calls to obtain the IddCx version (Indirect Display Driver Class eXtension).

Parameters

pOutArgs [out]

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.

See also

IDARG_OUT_GETVERSION

IddCx versions