_ConstructorInfo.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) メソッド
定義
一連の名前を対応する一連のディスパッチ識別子に割り当てます。Maps a set of names to a corresponding set of dispatch identifiers.
public:
void GetIDsOfNames(Guid % riid, IntPtr rgszNames, System::UInt32 cNames, System::UInt32 lcid, IntPtr rgDispId);
public void GetIDsOfNames (ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
abstract member GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
Public Sub GetIDsOfNames (ByRef riid As Guid, rgszNames As IntPtr, cNames As UInteger, lcid As UInteger, rgDispId As IntPtr)
パラメーター
- riid
- Guid
将来使用するために予約されています。Reserved for future use. IID_NULL にする必要があります。Must be IID_NULL.
- rgszNames
- IntPtr
マッピング対象として渡される名前の配列。Passed-in array of names to be mapped.
- cNames
- UInt32
マッピングされる名前のカウント。Count of the names to be mapped.
- lcid
- UInt32
名前を解釈するロケール コンテキスト。The locale context in which to interpret the names.
- rgDispId
- IntPtr
名前に対応する ID を受け取る、呼び出し元割り当て済み配列。Caller-allocated array that receives the IDs corresponding to the names.
注釈
このメソッドは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This method is for access to managed classes from unmanaged code, and should not be called from managed code. の詳細IDispatch::GetIDsOfNames
については、MSDN ライブラリを参照してください。For more information about IDispatch::GetIDsOfNames
, see the MSDN Library.