ITypeInfo.RemoteGetNames(Int32, String, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public:
void RemoteGetNames(int memid, [Runtime::InteropServices::Out] System::String ^ % rgBstrNames, System::UInt32 cMaxNames, [Runtime::InteropServices::Out] System::UInt32 % pcNames);
void RemoteGetNames(int memid, [Runtime::InteropServices::Out] std::wstring const & & rgBstrNames, unsigned int cMaxNames, [Runtime::InteropServices::Out] unsigned int & pcNames);
public void RemoteGetNames (int memid, out string rgBstrNames, uint cMaxNames, out uint pcNames);
abstract member RemoteGetNames : int * string * uint32 * uint32 -> unit
Public Sub RemoteGetNames (memid As Integer, ByRef rgBstrNames As String, cMaxNames As UInteger, ByRef pcNames As UInteger)
Parameters
- memid
- Int32
- rgBstrNames
- String
- cMaxNames
- UInt32
- pcNames
- UInt32