[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DeviceContext.GetDataInternal

GetDataInternal Method

GetDataInternal(Asynchronous, IntPtr, int, AsynchronousFlags)

HRESULT ID3D11DeviceContext::GetData([In] ID3D11Asynchronous* pAsync,[Out, Buffer, Optional] void* pData,[In] unsigned int DataSize,[In] D3D11_ASYNC_GETDATA_FLAG GetDataFlags)

Declaration
public HResult GetDataInternal(Asynchronous asyncRef, IntPtr dataRef, int dataSize, AsynchronousFlags getDataFlags)
Public Function GetDataInternal(asyncRef As Asynchronous, dataRef As IntPtr, dataSize As Integer, getDataFlags As AsynchronousFlags) As HResult
Parameters
Type Name Description
Asynchronous asyncRef
IntPtr dataRef
int dataSize
AsynchronousFlags getDataFlags
Returns
Type Description
HResult