EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION - NtDoc

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

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION EvtIddCxParseMonitorDescription;

NTSTATUS EvtIddCxParseMonitorDescription(
  const IDARG_IN_PARSEMONITORDESCRIPTION *pInArgs,
  IDARG_OUT_PARSEMONITORDESCRIPTION *pOutArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-iddcx-evt_idd_cx_parse_monitor_description)

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION callback function

Description

The OS calls EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION to ask the driver to parse a monitor description into a list of modes that the monitor supports. Use EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION2 to report HDR10 or WCG monitor modes.

Parameters

pInArgs

[in] Pointer to a IDARG_IN_PARSEMONITORDESCRIPTION structure that contains the input arguments for this callback function.

pOutArgs

[out] Pointer to a IDARG_OUT_PARSEMONITORDESCRIPTION structure that contains the output arguments for this callback function.

Return value

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION returns an NTSTATUS value. If the operation is successful, it returns STATUS_SUCCESS or another status value for which NT_SUCCESS(status) equals TRUE. Otherwise, it returns an appropriate NTSTATUS error code.

See also

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION2

IDARG_IN_PARSEMONITORDESCRIPTION

IDARG_OUT_PARSEMONITORDESCRIPTION