PyIDispatch.GetIDsOfNames

(int, ...)/int = GetIDsOfNames(name)

Get the DISPID for the passed names.

Parameters

name : string

A name to query for

Alternative Parameters

[name, ...]

A sequence of string names to query

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.