Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 3.34 KB

ns-d3dukmdt-_d3dddicb_destroyallocation2flags.md

File metadata and controls

88 lines (67 loc) · 3.34 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:d3dukmdt._D3DDDICB_DESTROYALLOCATION2FLAGS
_D3DDDICB_DESTROYALLOCATION2FLAGS (d3dukmdt.h)
The D3DDDICB_DESTROYALLOCATION2FLAGS structure is used with the D3DKMT_DESTROYALLOCATION2 structure to describe parameters for releasing allocations with D3DKMTDestroyAllocation2.D3DDDICB_DESTROYALLOCATION2FLAGS structure is used with the D3DKMT_DESTROYALLOCATION2 structure to describe parameters for releasing allocations with D3DKMTDestroyAllocation2.
display\d3dddicb_destroyallocation2flags.htm
display
05/10/2018
D3DDDICB_DESTROYALLOCATION2FLAGS structure
D3DDDICB_DESTROYALLOCATION2FLAGS, D3DDDICB_DESTROYALLOCATION2FLAGS structure [Display Devices], _D3DDDICB_DESTROYALLOCATION2FLAGS, d3dukmdt/D3DDDICB_DESTROYALLOCATION2FLAGS, display.d3dddicb_destroyallocation2flags
d3dukmdt.h
D3dumddi.h, D3dkmddi.h
Windows
Windows 10
Windows Server 2016
Windows
D3DDDICB_DESTROYALLOCATION2FLAGS
_D3DDDICB_DESTROYALLOCATION2FLAGS
d3dukmdt/_D3DDDICB_DESTROYALLOCATION2FLAGS
D3DDDICB_DESTROYALLOCATION2FLAGS
d3dukmdt/D3DDDICB_DESTROYALLOCATION2FLAGS
APIRef
kbSyntax
HeaderDef
d3dukmdt.h
_D3DDDICB_DESTROYALLOCATION2FLAGS
D3DDDICB_DESTROYALLOCATION2FLAGS

_D3DDDICB_DESTROYALLOCATION2FLAGS structure

-description

The D3DDDICB_DESTROYALLOCATION2FLAGS structure is used with the D3DKMT_DESTROYALLOCATION2 structure to describe parameters for releasing allocations with D3DKMTDestroyAllocation2.

-struct-fields

-field AssumeNotInUse

Value Meaning
FALSE Instructs the video memory manager to assume that commands queued prior to the destruction request may attempt to access the allocation being destroyed and defers the destruction operation until the queued commands finish.
TRUE Instructs the video memory manager to ignore pending commands on the owner device and destroy the allocations immediately.

-field SynchronousDestroy

Value Meaning
FALSE Instructs the DirectX graphics kernel that the call may return prior to the underlying surface memory being fully reclaimed by the operating system.
TRUE Instructs the DirectX graphics kernel to wait until surface memory is reclaimed by the operating system.

-field Reserved

This member is reserved and should be set to zero.

-field SystemUseOnly

This member is reserved and should not be used by the user mode driver.

-field Value

The consolidated value of the fields in the structure.

-see-also

D3DKMTDestroyAllocation2

D3DKMT_DESTROYALLOCATION2