GetVarDesc

 (Available in 01 TS COM - TS_COM_AbstractClasses)

Purpose

ITypeInfo:GetVarDesc

Syntax

See MSDN documentation and/or 'Inside COM'

Description

HRESULT GetVarDesc( [in] UINT index, [out] VARDESC ** ppVarDesc );

Source

METHOD GetVarDesc( dwIndex AS DWORD, ppVarDesc AS TS_VARDESC PTR ) AS LONG PASCAL  ; ...
...CLASS TS_AbstractITypeInfo