Query.GetData(Type,Boolean) Method (Microsoft.DirectX.Direct3D)

Retrieves the query information.

Definition

Visual Basic Public Function GetData( _
    ByVal returnDataType As TypeLeave Site, _
    ByVal flush As Boolean _
) As Object
C# public object GetData(
    TypeLeave Site returnDataType,
    bool flush
);
C++ public:
ObjectLeave SiteGetData(
    TypeLeave SitereturnDataType,
    bool flush
);
JScript public function GetData(
    returnDataType : TypeLeave Site,
    flush : boolean
) : ObjectLeave Site;

Parameters

returnDataType System.Type
Specifies the TypeLeave Site 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.

Return Value

System.Object
An ObjectLeave Site that represents the returned query data.