ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / SetPrivateDataInterface Method

In This Topic
    SetPrivateDataInterface Method (Device)
    In This Topic
    HRESULT ID3D11Device::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