Microsoft DirectX 9.0 SDK Update (October 2004)

Manager.GenerateD3DSpyBreak Method

Language:

Note: This documentation is preliminary and is subject to change.

Generates a breakpoint in D3DSpy when called within the application.

Definition

Visual Basic .NET Public Shared Function GenerateD3DSpyBreak() As Boolean
C# public static bool GenerateD3DSpyBreak();
Managed C++ public: static bool GenerateD3DSpyBreak();
JScript .NET public static function GenerateD3DSpyBreak() : boolean;

Return Value

System.Boolean . Returns true if D3DSpy is monitoring this application; otherwise, false.

Remarks

D3DSpy is a utility that monitors function calls to the Microsoft® Direct3D® application programming interface (API), and shows a representation of Direct3D's internal state. This is valuable when writing a Direct3D program, or when trying to understand why a program is behaving as it is.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center