ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceChild Class / GetPrivateData Method

In This Topic
    GetPrivateData Method (DeviceChild)
    In This Topic
    HRESULT ID3D11DeviceChild::GetPrivateData([In] const GUID& guid,[InOut] unsigned int* pDataSize,[Out, Buffer, Optional] void* pData)
    Syntax
    'Declaration
     
    Public Function GetPrivateData( _
       ByVal guid As System.Guid, _
       ByRef dataSizeRef As System.Integer, _
       ByVal dataRef As System.IntPtr _
    ) As HResult
    public HResult GetPrivateData( 
       System.Guid guid,
       ref System.int dataSizeRef,
       System.IntPtr dataRef
    )

    Parameters

    guid
    dataSizeRef
    dataRef
    See Also