共用方式為


MIRACAST_DRIVER_INTERFACE 結構 (netdispumdddi.h)

包含 Miracast 使用者模式驅動程式所實作的無線顯示 (Miracast) 函式的指標。

語法

typedef struct _MIRACAST_DRIVER_INTERFACE {
  UINT                         Size;
  PFN_CREATE_MIRACAST_CONTEXT  CreateMiracastContext;
  PFN_DESTROY_MIRACAST_CONTEXT DestroyMiracastContext;
  PFN_START_MIRACAST_SESSION   StartMiracastSession;
  PFN_STOP_MIRACAST_SESSION    StopMiracastSession;
  PFN_HANDLE_KMD_MESSAGE       HandleKernelModeMessage;
} MIRACAST_DRIVER_INTERFACE, *PMIRACAST_DRIVER_INTERFACE;

成員

Size

當操作系統呼叫 QueryMiracastDriverInterface 函式時,驅動程式所傳回MIRACAST_DRIVER_INTERFACE結構的大小,以位元組為單位。

CreateMiracastContext

驅動程式 CreateMiracastContext 函式的指標。

DestroyMiracastContext

驅動程式 DestroyMiracastContext 函式的指標。

StartMiracastSession

驅動程式 StartMiracastSession 函 式的指標。

StopMiracastSession

驅動程式 StopMiracastSession 函 式的指標。

HandleKernelModeMessage

驅動程式 HandleKernelModeMessage 函式的指標。

規格需求

需求
最低支援的用戶端 Windows 8.1
最低支援的伺服器 Windows Server 2012 R2
標頭 netdispumdddi.h (包含 Netdispumdddi.h)

另請參閱

CreateMiracastContext

DestroyMiracastContext

HandleKernelModeMessage

QueryMiracastDriverInterface

StartMiracastSession

StopMiracastSession