EVT_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT - NtDoc

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

EVT_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT EvtIddCxMonitorOpmCreateProtectedOutput;

NTSTATUS EvtIddCxMonitorOpmCreateProtectedOutput(
  [in] IDDCX_MONITOR MonitorObject,
  [in] IDDCX_OPMCTX OpmCxtObject,
  [in] const IDARG_IN_OPM_CREATE_PROTECTED_OUTPUT *pInArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT callback function

Description

EVT_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT is called by the OS to create an OPM protected output context.

Parameters

MonitorObject [in]

A handle used by the OS to identify the monitor that the OPM context should be created on.

OpmCxtObject [in]

A context used by the OS to identify the OPM context the call is for.

pInArgs [in]

Input arguments used by EVT_IDD_CX_MONITOR_OPM CREATE_PROTECTED_OUTPUT.

Return value

(NTSTATUS) If the operation is successful, the callback function must return STATUS_SUCCESS, or another status value for which NT_SUCCESS(status) equals TRUE. Otherwise, an appropriate NTSTATUS error code.