_ModuleBuilder.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) Metodo

Definizione

Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch.

C#
public void GetIDsOfNames(ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);

Parametri

riid
Guid

Riservato per usi futuri. Deve essere IID_NULL.

rgszNames
IntPtr

Matrice di nomi da mappare.

cNames
UInt32

Numero dei nomi da mappare.

lcid
UInt32

Contesto delle impostazioni locali in cui interpretare i nomi.

rgDispId
IntPtr

Matrice allocata dal chiamante che riceve gli identificatori corrispondenti ai nomi.

Commenti

Questo metodo è destinato all'accesso alle classi gestite dal codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetIDsOfNames.

Si applica a

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1