Issue a query.
HRESULT Issue( DWORD dwIssueFlags );
If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.
A signaled query means the query has completed, the data is available, and IDirect3DQuery9::GetData will return S_OK.
Header: Declared in D3d9.h.