System.Win.ObjComAuto.TObjectDispatch.GetIDsOfNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIDsOfNames(const IID: TGUID; Names: Pointer;  NameCount: Integer; LocaleID: Integer; DispIDs: Pointer): HRESULT;

C++

virtual HRESULT __stdcall GetIDsOfNames(const GUID &IID, void * Names, int NameCount, int LocaleID, void * DispIDs);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

Description

Gets the dispatch identifiers for the given member names.

Use this function to obtain the dispatch identifiers for the methods and properties exposed by the COM object through the IDispatch interface.

See Also

Code Examples