IFixedTypeInfo.GetFuncDesc(Int32, IntPtr) Method

Definition

For a description of this member, see GetFuncDesc(Int32, IntPtr).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void GetFuncDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppFuncDesc);
public void GetFuncDesc (int index, out IntPtr ppFuncDesc);
abstract member GetFuncDesc : int * nativeint -> unit
Public Sub GetFuncDesc (index As Integer, ByRef ppFuncDesc As IntPtr)

Parameters

index
Int32

The index of the function

ppFuncDesc
IntPtr

nativeint

Location to return a pointer to the description.

Applies to