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

In This Topic
    SetPrivateData Method (Device)
    In This Topic
    HRESULT ID3D11Device::SetPrivateData([In] const GUID& guid,[In] unsigned int DataSize,[In, Buffer, Optional] const void* pData)
    Syntax
    'Declaration
     
    Public Sub SetPrivateData( _
       ByVal guid As System.Guid, _
       ByVal dataSize As System.Integer, _
       ByVal dataRef As System.IntPtr _
    ) 
    public void SetPrivateData( 
       System.Guid guid,
       System.int dataSize,
       System.IntPtr dataRef
    )

    Parameters

    guid
    dataSize
    dataRef
    See Also