ITypeInfo2.GetFuncIndexOfMemId(Int32, INVOKEKIND, Int32) 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.
Binds to a specific member based on a known DISPID, where the member name is not known (for example, when binding to a default member).
public:
void GetFuncIndexOfMemId(int memid, System::Runtime::InteropServices::ComTypes::INVOKEKIND invKind, [Runtime::InteropServices::Out] int % pFuncIndex);
public void GetFuncIndexOfMemId (int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out int pFuncIndex);
abstract member GetFuncIndexOfMemId : int * System.Runtime.InteropServices.ComTypes.INVOKEKIND * int -> unit
Public Sub GetFuncIndexOfMemId (memid As Integer, invKind As INVOKEKIND, ByRef pFuncIndex As Integer)
Parameters
- memid
- Int32
The member identifier.
- invKind
- INVOKEKIND
One of the INVOKEKIND values that specifies the kind of member identified by memid.
- pFuncIndex
- Int32
When this method returns, contains an index into the function. This parameter is passed uninitialized.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.