Share via


IFixedTypeInfo.GetIDsOfNames(String[], Int32, Int32[]) Method

Definition

For a description of this member, see GetIDsOfNames(String[], Int32, Int32[]).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void GetIDsOfNames(cli::array <System::String ^> ^ rgszNames, int cNames, cli::array <int> ^ pMemId);
public void GetIDsOfNames (string[] rgszNames, int cNames, int[] pMemId);
abstract member GetIDsOfNames : string[] * int * int[] -> unit
Public Sub GetIDsOfNames (rgszNames As String(), cNames As Integer, pMemId As Integer())

Parameters

rgszNames
String[]

The names of the functions.

cNames
Int32

The number of names passed.

pMemId
Int32[]

Location to return the description.

Applies to