Query.Issue Method

Language:

Issues a query.

Definition

Visual Basic Public Sub Issue( _
    ByVal flags As IssueFlags _
)
C# public void Issue(
    IssueFlags flags
);
C++ public:
void Issue(
    IssueFlags flags
);
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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