RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCorbaDispatchStub.GetIDsOfNames Method

GetIDsOfNames returns a set of dispatch identifiers (dispids) for a given member name.

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 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!