DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY_JTP - NtDoc

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

DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY_JTP DxgkddiOpmCreateProtectedOutputNonlocalDisplayJtp;

NTSTATUS DxgkddiOpmCreateProtectedOutputNonlocalDisplayJtp(
  PVOID MiniportDeviceContext,
  DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS NewVideoOutputSemantics,
  ULONG64 OPMEncoderContext,
  DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT *pActualOutputFormat,
  D3DDDI_VIDEO_PRESENT_TARGET_ID NonLocalOutputId,
  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_jtp)

DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY_JTP callback function

Description

Use DxgkDdiOPMCreateProtectedOutputNonlocalDisplay (JTP = January Technical Preview).

Parameters

MiniportDeviceContext

NewVideoOutputSemantics

OPMEncoderContext

pActualOutputFormat

NonLocalOutputId

NewProtectedOutputHandle

Return value

Remarks

See also