Nevron Open Vision Documentation
Nevron.Nov.Windows.OLE Namespace / NOleDataObjectProvider Class / GetDataHere Method


In This Topic
    GetDataHere Method
    In This Topic
    Obtains data from a source data object. This method, which is called by a data consumer, differs from the GetData method in that the caller must allocate and free the specified storage medium.
    Syntax
    'Declaration
     
    
    Public Sub GetDataHere( _
       ByRef formatetc As System.Runtime.InteropServices.ComTypes.FORMATETC, _
       ByRef medium As System.Runtime.InteropServices.ComTypes.STGMEDIUM _
    ) 
    'Usage
     
    
    Dim instance As NOleDataObjectProvider
    Dim formatetc As System.Runtime.InteropServices.ComTypes.FORMATETC
    Dim medium As System.Runtime.InteropServices.ComTypes.STGMEDIUM
     
    instance.GetDataHere(formatetc, medium)
    public void GetDataHere( 
       ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc,
       ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium
    )

    Parameters

    formatetc
    medium
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also