Query.GetData Method |
Language: |
Retrieves the query information.
Visual Basic Public Function GetData( _
ByVal returnDataType As Type, _
ByVal flush As Boolean _
) As ObjectC# public object GetData(
Type returnDataType,
bool flush
);C++ public:
Object^ GetData(
Type^ returnDataType,
bool flush
);JScript public function GetData(
returnDataType : Type,
flush : boolean
) : Object;
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.
System.Object
An Object that represents the returned query data.
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