PyIDispatch.GetIDsOfNames
(int, ...)/int = GetIDsOfNames(name)
Get the DISPID for the passed names.
Parameters
Alternative Parameters
Comments
Currently the LCID can not be specified, and LOCALE_SYSTEM_DEFAULT is used.
Return Value
If the first parameter is a sequence, the result will be a tuple of integers for each name in the sequence. If the first parameter is a single string, the result is a single integer with the ID of requested item.