ITypeInfo.RemoteGetNames(Int32, String, UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅供 Microsoft 内部使用。
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)
参数
- memid
- Int32
- rgBstrNames
- String
- cMaxNames
- UInt32
- pcNames
- UInt32