System.Win.ObjComAuto.TObjectDispatch.GetIDsOfNames

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

説明

与えられたメンバー名のディスパッチ識別子を取得します。

この関数を使用して、IDispatch インターフェイスを介して COM オブジェクトに公開されている、メソッドおよびプロパティのディスパッチ識別子を取得します。

関連項目

コード例