ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceChild Class / SetPrivateDataInterface Method

In This Topic
    SetPrivateDataInterface Method (DeviceChild)
    In This Topic
    HRESULT ID3D11DeviceChild::SetPrivateDataInterface([In] const GUID& guid,[In, Optional] const IUnknown* pData)
    Syntax
    'Declaration
     
    Public Sub SetPrivateDataInterface( _
       ByVal guid As System.Guid, _
       ByVal dataRef As ComObject _
    ) 
    public void SetPrivateDataInterface( 
       System.Guid guid,
       ComObject dataRef
    )

    Parameters

    guid
    dataRef
    See Also