Query.GetData Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Retrieves the query information.
Definition
Visual Basic .NET |
Public Function GetData( _ ByVal returnDataType As Type, _ ByVal flush As Boolean, _ ByRef dataReturned As Boolean _ ) As Object |
C# |
public object GetData( Type returnDataType, bool flush, out bool dataReturned ); |
Managed C++ |
public: Object* GetData( Type *returnDataType, bool flush, bool *dataReturned ); |
JScript .NET |
public function GetData( returnDataType : Type, flush : boolean, dataReturned : boolean ) :
Object; |
Parameters
returnDataType
|
System.Type. Specifies the Type of the data to be queried. |
flush
|
System.Boolean. Set to true to flush the internally batched queries to the driver. Set to false to take no action. |
dataReturned
|
System.Boolean. Set to true if data is returned immediately; otherwise, false. |
Return Value
System.Object
. An Object
that represents the returned query data.
© 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