Function
Returns the integer Dispatch ID (DISPID) for the dispatch method or property whose name (for the given locale) matches the given string name.
get-id-of-name disp-interface name #key locale undefined-ok?
=> disp-ID
<LPDISPATCH>.
<string>.
<integer>. Default value: $LOCALE-USER-DEFAULT.
<boolean>. Default value: #f.
<integer>.
Returns the integer Dispatch ID (DISPID) for the dispatch method or property whose name (for the given locale) matches the given string name. (The match is not case-sensitive.)
The disp-interface argument is an instance of <LPDISPATCH>.
This function works for dispatch methods or properties, but does not support mapping the names of the arguments of dispatch methods.
If name is not defined and undefined-ok? is true, the function returns the integer value $DISPID-UNKNOWN instead of signalling an error.