ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / DXGIObject Class / GetPrivateData Method

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

    Parameters

    name
    dataSizeRef
    dataRef
    See Also