D3DDDICB_SYNCTOKEN structure (d3dumddi.h)

Arguments used to create a sync token.

Syntax

typedef struct _D3DDDICB_SYNCTOKEN {
  HANDLE       hSyncToken;
  UINT         BroadcastContextCount;
  const HANDLE *BroadcastContextArray;
} D3DDDICB_SYNCTOKEN;

Members

hSyncToken

A handle to the sync token.

BroadcastContextCount

Specifies the number of context to broadcast this sync token to.

BroadcastContextArray

Specifies the handle of the context to broadcast to.

Requirements

Requirement Value
Header d3dumddi.h