DXGK_MIRACAST_DISPLAY_CALLBACKS - NtDoc

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

typedef struct _DXGK_MIRACAST_DISPLAY_CALLBACKS {
  HANDLE                            MiracastHandle;
  DXGKCB_MIRACAST_SEND_MESSAGE      DxgkCbMiracastSendMessage;
  DXGKCB_MIRACAST_REPORT_CHUNK_INFO DxgkCbReportChunkInfo;
} DXGK_MIRACAST_DISPLAY_CALLBACKS, *PDXGK_MIRACAST_DISPLAY_CALLBACKS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgk_miracast_display_callbacks)

DXGK_MIRACAST_DISPLAY_CALLBACKS structure

Description

The DXGK_MIRACAST_DISPLAY_CALLBACKS structure contains pointers to functions that define the wireless display (Miracast) callback interface that the display miniport driver can call to send messages and report encode chunk info.

Members

MiracastHandle

A driver-supplied handle to the Miracast display device.

DxgkCbMiracastSendMessage

A pointer to the display port driver's DxgkCbMiracastSendMessage function.

DxgkCbReportChunkInfo

A pointer to the display port driver's DxgkCbReportChunkInfo function.