Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / IAssemblyName Interface / Reserved Method


In This Topic
    Reserved Method (IAssemblyName)
    In This Topic
    Syntax
    'Declaration
     
    
    Function Reserved( _
       ByRef guid As System.Guid, _
       ByVal obj1 As System.Object, _
       ByVal obj2 As System.Object, _
       ByVal string1 As System.String, _
       ByVal llFlags As System.Long, _
       ByVal pvReserved As System.IntPtr, _
       ByVal cbReserved As System.Integer, _
       ByRef ppv As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IAssemblyName
    Dim guid As System.Guid
    Dim obj1 As System.Object
    Dim obj2 As System.Object
    Dim string1 As System.String
    Dim llFlags As System.Long
    Dim pvReserved As System.IntPtr
    Dim cbReserved As System.Integer
    Dim ppv As System.IntPtr
    Dim value As System.Integer
     
    value = instance.Reserved(guid, obj1, obj2, string1, llFlags, pvReserved, cbReserved, ppv)
    System.int Reserved( 
       ref System.Guid guid,
       System.object obj1,
       System.object obj2,
       System.string string1,
       System.long llFlags,
       System.IntPtr pvReserved,
       System.int cbReserved,
       out System.IntPtr ppv
    )

    Parameters

    guid
    obj1
    obj2
    string1
    llFlags
    pvReserved
    cbReserved
    ppv
    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