[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The IDispatch:GetIDsOfNames call for automation servers.
Source position: classesh.inc line 1736
function IVCLComObject.GetIDsOfNames( |
const IID: TGuid; |
Names: Pointer; |
NameCount: Integer; |
LocaleID: Integer; |
DispIDs: Pointer |
):HRESULT; |
GetIDsOfNames must return in DispIDs the dispatch Ids for the NameCount names of the methods listed in Names. The LocaleID indicates the locale of the caller.
On error, a nonzero (different from S_OK) return value must be returned.
|
The IDispatch:Invoke call for automation servers. |