_IInkEditEvents_Invoke macro (inked.h)
Provides access to properties and methods exposed by the object.
Syntax
void _IInkEditEvents_Invoke(
This,
dispIdMember,
riid,
lcid,
wFlags,
pDispParams,
pVarResult,
pExcepInfo,
puArgErr
);
Parameters
This
The IInkEditEvents interface object.
dispIdMember
Identifier of the member. Use IInkEditEvents_GetIDsOfNames to obtain the dispatch identifier.
riid
Reserved for future use. Must be IID_NULL.
lcid
Locale context in which to interpret arguments.
wFlags
Flags describing the context of the call.
pDispParams
Pointer to a DIPPARAMS structure that contains the arguments.
pVarResult
Pointer to a VARIANT that receives the result, or NULL if the caller expects no result.
pExcepInfo
Pointer to a structure that receives exception information.
puArgErr
Pointer to a variable that receives the index of the first argument that causes an error.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |