D3D11_DDI_AUTHENTICATED_CONFIGURE_INITIALIZE structure (d3d10umddi.h)

Contains input data for a call to the ConfigureAuthenticatedChannel(D3D11_1) function when D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT.ConfigureType has a GUID value of D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE.

Syntax

typedef struct D3D11_1DDI_AUTHENTICATED_CONFIGURE_INITIALIZE {
  D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT Parameters;
  UINT                                     StartSequenceQuery;
  UINT                                     StartSequenceConfigure;
} D3D11_DDI_AUTHENTICATED_CONFIGURE_INITIALIZE;

Members

Parameters

A D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT structure that contains the command GUID and other data.

StartSequenceQuery

The initial sequence number for queries.

StartSequenceConfigure

The initial sequence number for commands.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)

See also

ConfigureAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT