Microsoft DirectX 9.0 SDK Update (October 2004)

Query.Issue Method

Language:

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

Issues a query.

Definition

Visual Basic .NET Public Sub Issue( _
    ByVal flags As IssueFlags _
)
C# public void Issue(
    IssueFlags flags
);
Managed C++ public: void Issue(
    IssueFlags flags
);
JScript .NET public function Issue(
    flags : IssueFlags
);

Parameters

flags Microsoft.DirectX.Direct3D.IssueFlags. Member of the IssueFlags enumeration that specifies the type of state change for the query.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 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