// d3dumddi.h
typedef struct _D3DDDIARG_SYNCTOKEN {
HANDLE hResource;
HANDLE hSyncToken;
} D3DDDIARG_SYNCTOKEN;
View the official Windows Driver Kit DDI referenceNo description available.
A structure to provide sync token info.
hResourceSpecifies a handle to the resource.
hSyncTokenA handle to the sync token.