struttura D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL (d3d10umddi.h)

Specifica gli attributi del canale autenticato da creare dalla funzione CreateAuthenticatedChannel(D3D11_1) del driver in modalità utente.

Sintassi

typedef struct D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL {
  D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
  HANDLE                                hChannel;
} D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL;

Members

ChannelType

Specifica il tipo di canale, come membro dell'enumerazione D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE .

hChannel

Handle per l'oggetto canale autenticato.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione d3d10umddi.h (include D3d10umddi.h)

Vedi anche

CreateAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE