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 の
startMiracastSession を する
StopMiracastSession を する