Type.System.Runtime.InteropServices._Type.GetIDsOfNames Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Maps a set of names to a corresponding set of dispatch identifiers.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
void _Type.GetIDsOfNames ( [InAttribute] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId )
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support passing value-type arguments by reference.
Parameters
- riid
Reserved for future use. Must be IID_NULL.
- rgszNames
Passed-in array of names to be mapped.
- cNames
Count of the names to be mapped.
- lcid
The locale context in which to interpret the names.
- rgDispId
Caller-allocated array which receives the IDs corresponding to the names.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.