IFixedTypeInfo.GetFuncDesc(Int32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.