DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY - NtDoc

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

DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY DxgkddiOpmCreateProtectedOutputNonlocalDisplay;

NTSTATUS DxgkddiOpmCreateProtectedOutputNonlocalDisplay(
  PVOID MiniportDeviceContext,
  DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS NewVideoOutputSemantics,
  UINT64 OPMEncoderContext,
  DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT *pActualOutputFormat,
  UINT64 NonLocalOutputId,
  DXGKMDT_OPM_CONNECTOR_TYPE NonLocalConnectorType,
  PHANDLE NewProtectedOutputHandle
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-dispmprt-dxgkddi_opm_create_protected_output_nonlocal_display)

DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY callback function

Description

Parameters

MiniportDeviceContext

NewVideoOutputSemantics:

OPMEncoderContext

pActualOutputFormat:

NonLocalOutputId:

NonLocalConnectorType:

NewProtectedOutputHandle:

Return value

Return STATUS_SUCCESS if the operation succeeds.

Prototype

//Declaration

DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY DxgkddiOpmCreateProtectedOutputNonlocalDisplay;

// Definition

NTSTATUS DxgkddiOpmCreateProtectedOutputNonlocalDisplay
(
    PVOID MiniportDeviceContext
    DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS NewVideoOutputSemantics
    UINT64 OPMEncoderContext
    DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT *pActualOutputFormat
    UINT64 NonLocalOutputId
    DXGKMDT_OPM_CONNECTOR_TYPE NonLocalConnectorType
    PHANDLE NewProtectedOutputHandle
)
{...}

Remarks

See also