UCOMITypeInfo.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.
Retrieves the FUNCDESC structure that contains information about a specified function.
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
Index of the function description to return.
- ppFuncDesc
-
IntPtr
nativeint
Reference to a FUNCDESC
that describes the specified function.
Remarks
The values of ppFuncDesc
can be accessed through PtrToStructure.
For additional information about ITypeInfo::GetFuncDesc
, see the MSDN Library.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.