_IInkEditEvents_GetIDsOfNames macro (inked.h)
Maps a set of names to a corresponding set of DISPIDs.
Syntax
void _IInkEditEvents_GetIDsOfNames(
This,
riid,
rgszNames,
cNames,
lcid,
rgDispId
);
Parameters
This
The IInkEditEvents interface object.
riid
Reserved. Use IID_NULL.
rgszNames
Address of an array of wide-character strings that contain the names to be mapped.
cNames
Size of the array given by the rgszNames parameter.
lcid
Locale context in which to interpret the names. Can be NULL.
rgDispId
Pointer to an array that receives the DISPIDs. Each element of receives an identifier that corresponds to one of the names passed in the rgszNames parameter.
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 |