D3DDDICB_SYNCTOKEN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDICB_SYNCTOKEN {
  HANDLE       hSyncToken;
  UINT         BroadcastContextCount;
  const HANDLE *BroadcastContextArray;
} D3DDDICB_SYNCTOKEN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_synctoken)

_D3DDDICB_SYNCTOKEN structure

Description

Arguments used to create a sync token.

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.

Remarks

See also