ID3D10Query

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C++)
interface ID3D10Query : ID3D10Asynchronous {}

Members

Functions

GetDesc
void GetDesc(D3D10_QUERY_DESC* pDesc)
Undocumented in source.

Inherited Members

From ID3D10Asynchronous

Begin
void Begin()
Undocumented in source.
End
void End()
Undocumented in source.
GetData
HRESULT GetData(void* pData, UINT DataSize, UINT GetDataFlags)
Undocumented in source.
GetDataSize
UINT GetDataSize()
Undocumented in source.

Meta