D3DDDIARG_SYNCTOKEN structure (d3dumddi.h)
A structure to provide sync token info.
Syntax
typedef struct _D3DDDIARG_SYNCTOKEN {
HANDLE hResource;
HANDLE hSyncToken;
} D3DDDIARG_SYNCTOKEN;
Members
hResource
Specifies a handle to the resource.
hSyncToken
A handle to the sync token.
Requirements
Requirement | Value |
---|---|
Header | d3dumddi.h |