D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE structure

Contains input data for a D3DAUTHENTICATEDCONFIGURE_SHAREDRESOURCE command.

To send this query, call IDirect3DAuthenticatedChannel9::Configure.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE {
  D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT       Parameters;
  D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE ProcessIdentiferType;
  HANDLE                                        ProcessHandle;
  BOOL                                          AllowAccess;
} D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE;

Members

Parameters

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

ProcessIdentiferType

A D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE value that specifies the type of process. To specify the Desktop Window Manager (DWM) process, set this member to PROCESSIDTYPE_DWM. Otherwise, set this member to PROCESSIDTYPE_HANDLE and set the ProcessHandle member to a valid handle.

ProcessHandle

A process handle. If the ProcessIdentifier member equals PROCESSTIDTYPE_HANDLE, the ProcessHandle member specifies a handle to a process. Otherwise, the value is ignored.

AllowAccess

If TRUE, the specified process has access to restricted shared resources.

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