ITypeInfo.GetVarDesc(UInt32, IntPtr, CLEANLOCALSTORAGE[]) Method

Definition

public:
 void GetVarDesc(System::UInt32 index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc, cli::array <Microsoft::VisualStudio::OLE::Interop::CLEANLOCALSTORAGE> ^ pDummy);
public void GetVarDesc (uint index, out IntPtr ppVarDesc, Microsoft.VisualStudio.OLE.Interop.CLEANLOCALSTORAGE[] pDummy);
abstract member GetVarDesc : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.CLEANLOCALSTORAGE[] -> unit
Public Sub GetVarDesc (index As UInteger, ByRef ppVarDesc As IntPtr, pDummy As CLEANLOCALSTORAGE())

Parameters

index
UInt32
ppVarDesc
IntPtr

nativeint

Applies to