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

Retrieves the query information.

Definition

Visual Basic Public Function GetData( _
    ByVal returnDataType As TypeLeave Site, _
    ByVal flush As Boolean, _
    ByRef dataReturned As Boolean _
) As Object
C# public object GetData(
    TypeLeave Site returnDataType,
    bool flush,
    out bool dataReturned
);
C++ public:
ObjectLeave SiteGetData(
    TypeLeave SitereturnDataType,
    bool flush,
    [Out] booldataReturned
);
JScript public function GetData(
    returnDataType : TypeLeave Site,
    flush : boolean,
    dataReturned : 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.
dataReturned System.Boolean
Set to true if data is returned immediately; otherwise, false.

Return Value

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