This topic has not yet been rated - Rate this topic

ID3D11InfoQueue::GetMessageCountLimit method

Get the maximum number of messages that can be added to the message queue.

Syntax


UINT64 GetMessageCountLimit();

Parameters

This method has no parameters.

Return value

Type: UINT64

Maximum number of messages that can be added to the queue. -1 means no limit.

Remarks

When the number of messages in the message queue has reached the maximum limit, new messages coming in will push old messages out.

Windows Phone 8: This API is supported.

Requirements

Header

D3D11SDKLayers.h

Library

D3D11.lib

See also

ID3D11InfoQueue Interface

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.