_MethodBase.GetIDsOfNames Method
.NET Framework 3.0
Maps a set of names to a corresponding set of dispatch identifiers.
This method is not CLS-compliant. Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
void GetIDsOfNames ( [InAttribute] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId )
void GetIDsOfNames ( /** @attribute InAttribute() */ /** @ref */ Guid riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId )
Not applicable.
Parameters
- riid
Reserved for future use. Must be IID_NULL.
- rgszNames
An array of names to be mapped.
- cNames
The count of the names to be mapped.
- lcid
The locale context in which to interpret the names.
- rgDispId
An array allocated by the caller that receives the identifiers corresponding to the names.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.