System.IDispatch.GetIDsOfNames
Delphi
function GetIDsOfNames(const IID: TGUID; Names: Pointer; NameCount, LocaleID: Integer; DispIDs: Pointer): HResult; stdcall;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas | System | IDispatch |
Description
GetIDsOfNames returns a set of dispatch identifiers (dispids) for a given member name.
GetIDsOfNames returns a set of dispatch identifiers (dispids) for a given member name. GetIDsOfNames is used primarily to obtain dispatch identifiers for the late-binded methods exposed by the COM object through the IDispatch interface.