Condividi tramite


struttura DXGKARGCB_PROTECTEDSESSIONSTATUS (d3dkmddi.h)

La struttura DXGKARGCB_PROTECTEDSESSIONSTATUS contiene argomenti utilizzati dalla funzione di callback DXGKCB_SETPROTECTEDSESSIONSTATUS per impostare lo stato in una sessione protetta.

Sintassi

typedef struct _DXGKARGCB_PROTECTEDSESSIONSTATUS {
  [in] HANDLE                        hProtectedSession;
  [in] DXGK_PROTECTED_SESSION_STATUS Status;
} DXGKARGCB_PROTECTEDSESSIONSTATUS;

Members

[in] hProtectedSession

Handle per la sessione protetta passata a DxgkDdiCreateProtectedSession.

[in] Status

Valore DXGK_PROTECTED_SESSION_STATUS che indica lo stato della sessione protetta.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1709 (WDDM 2.3)
Intestazione d3dkmddi.h

Vedi anche

DXGK_PROTECTED_SESSION_STATUS

DXGKCB_SETPROTECTEDSESSIONSTATUS

DxgkDdiCreateProtectedSession