Query.GetData(Type,Boolean) Method (Microsoft.DirectX.Direct3D)
Retrieves the query information.
Definition
Visual Basic Public Function GetData( _
ByVal returnDataType As Type, _
ByVal flush As Boolean _
) As ObjectC# public object GetData(
TypereturnDataType,
bool flush
);C++ public:
Object^ GetData(
Type^ returnDataType,
bool flush
);JScript public function GetData(
returnDataType : Type,
flush : boolean
) : Object;
Parameters
returnDataType System.Type
Specifies the Typeof 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.
Return Value
System.Object
An Objectthat represents the returned query data.
.gif)