Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |