Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.52 KB

nf-d3d12sdklayers-id3d12infoqueue-getstoragefilter.md

File metadata and controls

77 lines (61 loc) · 2.52 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d12sdklayers.ID3D12InfoQueue.GetStorageFilter
ID3D12InfoQueue::GetStorageFilter (d3d12sdklayers.h)
Get the storage filter at the top of the storage-filter stack. (ID3D12InfoQueue.GetStorageFilter)
GetStorageFilter
GetStorageFilter method
GetStorageFilter method
ID3D12InfoQueue interface
ID3D12InfoQueue interface
GetStorageFilter method
ID3D12InfoQueue.GetStorageFilter
ID3D12InfoQueue::GetStorageFilter
d3d12sdklayers/ID3D12InfoQueue::GetStorageFilter
direct3d12.id3d12infoqueue_getstoragefilter
direct3d12\id3d12infoqueue_getstoragefilter.htm
direct3d12
077C3BA1-9686-4405-A561-4A6A2B128320
12/05/2018
GetStorageFilter, GetStorageFilter method, GetStorageFilter method,ID3D12InfoQueue interface, ID3D12InfoQueue interface,GetStorageFilter method, ID3D12InfoQueue.GetStorageFilter, ID3D12InfoQueue::GetStorageFilter, d3d12sdklayers/ID3D12InfoQueue::GetStorageFilter, direct3d12.id3d12infoqueue_getstoragefilter
d3d12sdklayers.h
Windows
Windows
19H1
ID3D12InfoQueue::GetStorageFilter
d3d12sdklayers/ID3D12InfoQueue::GetStorageFilter
c++
APIRef
kbSyntax
COM
d3d12sdklayers.h
ID3D12InfoQueue.GetStorageFilter

ID3D12InfoQueue::GetStorageFilter

-description

Get the storage filter at the top of the storage-filter stack.

-parameters

-param pFilter [out, optional]

Type: D3D12_INFO_QUEUE_FILTER*

Storage filter at the top of the storage-filter stack.

-param pFilterByteLength [in, out]

Type: SIZE_T*

Size of the storage filter in bytes. If pFilter is NULL, the size of the storage filter will be output to this parameter.

-returns

Type: HRESULT

This method returns one of the Direct3D 12 Return Codes.

-see-also

ID3D12InfoQueue