ITypeInfo.RemoteGetVarDesc(UInt32, IntPtr, UInt32) Method

Definition

Microsoft internal use only.

public:
 void RemoteGetVarDesc(System::UInt32 index, IntPtr ppVarDesc, [Runtime::InteropServices::Out] System::UInt32 % pDummy);
public void RemoteGetVarDesc (uint index, IntPtr ppVarDesc, out uint pDummy);
abstract member RemoteGetVarDesc : uint32 * nativeint * uint32 -> unit
Public Sub RemoteGetVarDesc (index As UInteger, ppVarDesc As IntPtr, ByRef pDummy As UInteger)

Parameters

index
UInt32
ppVarDesc
IntPtr

nativeint

pDummy
UInt32

Applies to