D3DDDIARG_UNLOCKASYNC - NtDoc

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

typedef struct _D3DDDIARG_UNLOCKASYNC {
  [in] HANDLE                  hResource;
  [in] UINT                    SubResourceIndex;
  [in] D3DDDI_UNLOCKASYNCFLAGS Flags;
} D3DDDIARG_UNLOCKASYNC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_UNLOCKASYNC structure

Description

The D3DDDIARG_UNLOCKASYNC structure describes a resource or a surface within the resource to unlock.

Members

hResource [in]

A handle to the resource to be unlocked.

SubResourceIndex [in]

The zero-based index into the resource that hResource specifies. This index indicates the subresource or surface to be unlocked.

Flags [in]

A D3DDDI_UNLOCKASYNCFLAGS structure that indicates, in bit-field flags, how to unlock the resource.

See also

UnlockAsync