Compartilhar via


estrutura DXGKARGCB_PROTECTEDSESSIONSTATUS (d3dkmddi.h)

A estrutura DXGKARGCB_PROTECTEDSESSIONSTATUS contém argumentos usados pela função de retorno de chamada DXGKCB_SETPROTECTEDSESSIONSTATUS para definir o status em uma sessão protegida.

Sintaxe

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

Membros

[in] hProtectedSession

Um identificador para a sessão protegida que foi passada para DxgkDdiCreateProtectedSession.

[in] Status

Um valor DXGK_PROTECTED_SESSION_STATUS que indica o status da sessão protegida.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1709 (WDDM 2.3)
Cabeçalho d3dkmddi.h

Confira também

DXGK_PROTECTED_SESSION_STATUS

DXGKCB_SETPROTECTEDSESSIONSTATUS

DxgkDdiCreateProtectedSession