D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE structure

Contains input data for a D3DAUTHENTICATEDCONFIGURE_INITIALIZE command.

To send this query, call IDirect3DAuthenticatedChannel9::Configure.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE {
  D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
  UINT                                    StartSequenceQuery;
  UINT                                    StartSequenceConfigure;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE;

Members

Parameters

A D3DAUTHENTICATEDCHANNEL_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.

Remarks

The StartSequenceQuery and StartSequenceConfigure members each contain a cryptographically secure 32-bit random number.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
D3d9types.h

See also

Direct3D Video Structures

IDirect3DAuthenticatedChannel9::Configure