D3DDDIARG_SYNCTOKEN - NtDoc

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

typedef struct _D3DDDIARG_SYNCTOKEN {
  HANDLE hResource;
  HANDLE hSyncToken;
} D3DDDIARG_SYNCTOKEN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_SYNCTOKEN structure

Description

A structure to provide sync token info.

Members

hResource

Specifies a handle to the resource.

hSyncToken

A handle to the sync token.

Remarks

See also