_Type.Invoke Method
Assembly: mscorlib (in mscorlib.dll)
void Invoke ( uint dispIdMember, [InAttribute] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr )
void Invoke ( UInt32 dispIdMember, /** @attribute InAttribute() */ /** @ref */ Guid riid, UInt32 lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr )
JScript does not support passing value-type arguments by reference.
Parameters
- dispIdMember
Identifies the member.
- riid
Reserved for future use. Must be IID_NULL.
- lcid
The locale context in which to interpret arguments.
- wFlags
Flags describing the context of the call.
- pDispParams
Pointer to a structure containing an array of arguments, an array of argument DISPIDs for named arguments, and counts for the number of elements in the arrays.
- pVarResult
Pointer to the location where the result is to be stored.
- pExcepInfo
Pointer to a structure that contains exception information.
- puArgErr
The index of the first argument that has an error.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.