Nevron.Compiler Namespace / IAssemblyName Interface / Reserved Method


Reserved Method (IAssemblyName)
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)

Parameters

guid
obj1
obj2
string1
llFlags
pvReserved
cbReserved
ppv
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also