Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.29 KB

ns-d3dumddi-_d3dddi_unlockasyncflags.md

File metadata and controls

72 lines (57 loc) · 2.29 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dumddi._D3DDDI_UNLOCKASYNCFLAGS
_D3DDDI_UNLOCKASYNCFLAGS (d3dumddi.h)
The D3DDDI_UNLOCKASYNCFLAGS structure identifies how to unlock a resource.
display\d3dddi_unlockasyncflags.htm
display
05/10/2018
D3DDDI_UNLOCKASYNCFLAGS structure
D3DDDI_UNLOCKASYNCFLAGS, D3DDDI_UNLOCKASYNCFLAGS structure [Display Devices], D3D_other_Structs_d42c29f4-23e8-4b5c-8710-2e4153c857bf.xml, _D3DDDI_UNLOCKASYNCFLAGS, d3dumddi/D3DDDI_UNLOCKASYNCFLAGS, display.d3dddi_unlockasyncflags
d3dumddi.h
D3dumddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
D3DDDI_UNLOCKASYNCFLAGS
_D3DDDI_UNLOCKASYNCFLAGS
d3dumddi/_D3DDDI_UNLOCKASYNCFLAGS
D3DDDI_UNLOCKASYNCFLAGS
d3dumddi/D3DDDI_UNLOCKASYNCFLAGS
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3DDDI_UNLOCKASYNCFLAGS
D3DDDI_UNLOCKASYNCFLAGS

_D3DDDI_UNLOCKASYNCFLAGS structure

-description

The D3DDDI_UNLOCKASYNCFLAGS structure identifies how to unlock a resource.

-struct-fields

-field NotifyOnly

A UINT value that specifies whether the unlock call is for notification only. The Microsoft Direct3D runtime sets NotifyOnly to TRUE when it unlocks runtime-allocated system memory surfaces.

Setting this member is equivalent to setting the first bit of the 32-bit Value member (0x00000001).

-field Reserved

This member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 31 bits (0xFFFFFFFE) of the 32-bit Value member to zeros.

-field Value

A member in the union that is contained in D3DDDI_UNLOCKASYNCFLAGS that can hold one 32-bit value that identifies how to unlock a resource.

-see-also

D3DDDIARG_UNLOCK