GetFuncDesc

 (Available in 01 TS COM - TS_COM_AbstractClasses)

Purpose

ITypeInfo:GetFuncDesc

Syntax

See MSDN documentation and/or 'Inside COM'

Description

HRESULT GetFuncDesc( [in] UINT index, [out] FUNCDESC ** ppFuncDesc );

Source

METHOD GetFuncDesc( dwIndex AS DWORD, ppFuncDesc AS TS_FUNCDESC PTR ) AS LONG PASCAL  ; ...
...CLASS TS_AbstractITypeInfo