DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY callback function (dispmprt.h)

Syntax

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
)
{...}

Parameters

MiniportDeviceContext

NewVideoOutputSemantics

OPMEncoderContext

pActualOutputFormat

NonLocalOutputId

NonLocalConnectorType

NewProtectedOutputHandle

Return value

Return STATUS_SUCCESS if the operation succeeds.

Requirements

Requirement Value
Header dispmprt.h