RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.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; stdcall;
C++
__fastcall __stdcall HRESULT GetIDsOfNames(const TGUID IID, void * Names, int NameCount, int LocaleID, void * DispIDs);

GetIDsOfNames implements the IDispatch interface GetIDsOfNames method. For components that support interfaces, GetIDsOfNames calls this method for the interface supported by the component, 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!