D3DXDebugMute
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXDebugMute Function


Turns on or off all D3DX debug output.

Syntax

BOOL WINAPI D3DXDebugMute(      

    BOOL Mute );

Parameters

Mute
[in] If TRUE, debugger output is halted; if FALSE, debug output is enabled.

Return Value

Returns the previous value of Mute.

Function Information

Headerd3dx9core.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.