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


In This Topic
    GetCanonicalFormatEtc Method
    In This Topic
    Provides a standard FORMATETC structure that is logically equivalent to a more complex structure.
    Syntax
    'Declaration
     
    
    Public Function GetCanonicalFormatEtc( _
       ByRef formaetctIn As System.Runtime.InteropServices.ComTypes.FORMATETC, _
       ByRef formatetcOut As System.Runtime.InteropServices.ComTypes.FORMATETC _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NOleDataObjectProvider
    Dim formaetctIn As System.Runtime.InteropServices.ComTypes.FORMATETC
    Dim formatetcOut As System.Runtime.InteropServices.ComTypes.FORMATETC
    Dim value As System.Integer
     
    value = instance.GetCanonicalFormatEtc(formaetctIn, formatetcOut)
    public System.int GetCanonicalFormatEtc( 
       ref System.Runtime.InteropServices.ComTypes.FORMATETC formaetctIn,
       out System.Runtime.InteropServices.ComTypes.FORMATETC formatetcOut
    )

    Parameters

    formaetctIn
    formatetcOut
    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