'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