_MethodRental.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) 메서드

정의

이름 집합을 해당 디스패치 식별자 집합에 매핑합니다.

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

향후 사용을 위해 예약됨. IID_NULL 합니다.

rgszNames
IntPtr

nativeint

매핑할 이름의 배열입니다.

cNames
UInt32

매핑할 이름의 수입니다.

lcid
UInt32

이름을 해석할 로캘 컨텍스트입니다.

rgDispId
IntPtr

nativeint

이름에 해당하는 식별자를 받는 호출자가 할당한 배열입니다.

설명

이 메서드는 관리되지 않는 코드에서 관리되는 클래스에 액세스하기 위한 것이며 관리 코드에서 호출해서는 안 됩니다. 자세한 내용은 IDispatch::GetIDsOfNames를 참조하세요.

적용 대상