ComponentOne Bitmap for UWP
GetDataInternal Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext Class : GetDataInternal Method
HRESULT ID3D11DeviceContext::GetData([In] ID3D11Asynchronous* pAsync,[Out, Buffer, Optional] void* pData,[In] unsigned int DataSize,[In] D3D11_ASYNC_GETDATA_FLAG GetDataFlags)
Syntax
'Declaration
 
Public Function GetDataInternal( _
   ByVal asyncRef As Asynchronous, _
   ByVal dataRef As System.IntPtr, _
   ByVal dataSize As System.Integer, _
   ByVal getDataFlags As AsynchronousFlags _
) As HResult
public HResult GetDataInternal( 
   Asynchronous asyncRef,
   System.IntPtr dataRef,
   System.int dataSize,
   AsynchronousFlags getDataFlags
)

Parameters

asyncRef
dataRef
dataSize
getDataFlags
See Also

Reference

DeviceContext Class
DeviceContext Members