Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11InfoQueue::GetStorageFilter method

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

Syntax


HRESULT GetStorageFilter(
  [out, optional] D3D11_INFO_QUEUE_FILTER *pFilter,
  [in, out]       SIZE_T                  *pFilterByteLength
);

Parameters

pFilter [out, optional]

Type: D3D11_INFO_QUEUE_FILTER*

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

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.

Return value

Type: HRESULT

This method returns one of the following Direct3D 11 Return Codes.

Requirements

Header

D3D11SDKLayers.h

Library

D3D11.lib

See also

ID3D11InfoQueue Interface

 

 

Show:
© 2017 Microsoft