RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAutoObject.GetIDsOfNames Method

Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).

Pascal
function GetIDsOfNames(const IID: TGUID; Names: Pointer; NameCount: Integer; LocaleID: Integer; DispIDs: Pointer): HResult; virtual; stdcall;
C++
virtual __fastcall __stdcall HRESULT GetIDsOfNames(const TGUID IID, void * Names, int NameCount, int LocaleID, void * DispIDs);

GetIDsOfNames implements the IDispatch interface GetIDsOfNames method. GetIDsOfNames calls this method for the interface represented by the TAutoObject, passing the specified parameters. The returned value can be used on subsequent calls to the Invoke method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!