Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.38 KB

ns-d3dkmddi-_dxgk_destroyallocationflags.md

File metadata and controls

72 lines (57 loc) · 2.38 KB
UID title description old-location 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 tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmddi._DXGK_DESTROYALLOCATIONFLAGS
_DXGK_DESTROYALLOCATIONFLAGS (d3dkmddi.h)
The DXGK_DESTROYALLOCATIONFLAGS structure identifies how to release allocations.
display\dxgk_destroyallocationflags.htm
05/10/2018
DXGK_DESTROYALLOCATIONFLAGS structure
DXGK_DESTROYALLOCATIONFLAGS, DXGK_DESTROYALLOCATIONFLAGS structure [Display Devices], DmStructs_acc32f8d-3d16-493e-be05-e739bc635bd0.xml, _DXGK_DESTROYALLOCATIONFLAGS, d3dkmddi/DXGK_DESTROYALLOCATIONFLAGS, display.dxgk_destroyallocationflags
d3dkmddi.h
D3dkmddi.h
Windows
Windows Vista
Windows
display
DXGK_DESTROYALLOCATIONFLAGS
_DXGK_DESTROYALLOCATIONFLAGS
d3dkmddi/_DXGK_DESTROYALLOCATIONFLAGS
DXGK_DESTROYALLOCATIONFLAGS
d3dkmddi/DXGK_DESTROYALLOCATIONFLAGS
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGK_DESTROYALLOCATIONFLAGS
DXGK_DESTROYALLOCATIONFLAGS

_DXGK_DESTROYALLOCATIONFLAGS structure

-description

The DXGK_DESTROYALLOCATIONFLAGS structure identifies how to release allocations.

-struct-fields

-field DestroyResource

A UINT value that specifies whether the resource that the hResource member of the DXGKARG_DESTROYALLOCATION structure specifies should be released along with allocations.

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 DXGK_DESTROYALLOCATIONFLAGS contains that can hold a 32-bit value that identifies how to release allocations.

-see-also

DXGKARG_DESTROYALLOCATION