ComponentOne Bitmap for UWP
CreateQuery Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CreateQuery Method
HRESULT ID3D11Device::CreateQuery([In] const D3D11_QUERY_DESC* pQueryDesc,[Out, Fast] ID3D11Query** ppQuery)
Syntax
'Declaration
 
Public Function CreateQuery( _
   ByVal queryDescRef As QueryDescription _
) As Query
public Query CreateQuery( 
   QueryDescription queryDescRef
)

Parameters

queryDescRef
See Also

Reference

Device Class
Device Members