ITypeLib.FindName(String, UInt32, Type, Int32[], UInt16, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void FindName(System::String ^ szNameBuf, System::UInt32 lHashVal, [Runtime::InteropServices::Out] Type ^ % ppTInfo, cli::array <int> ^ rgMemId, [Runtime::InteropServices::Out] System::UInt16 % pcFound, [Runtime::InteropServices::Out] System::String ^ % pBstrLibName);
public void FindName (string szNameBuf, uint lHashVal, out Type ppTInfo, int[] rgMemId, out ushort pcFound, out string pBstrLibName);
abstract member FindName : string * uint32 * Type * int[] * uint16 * string -> unit
Public Sub FindName (szNameBuf As String, lHashVal As UInteger, ByRef ppTInfo As Type, rgMemId As Integer(), ByRef pcFound As UShort, ByRef pBstrLibName As String)
参数
- szNameBuf
- String
- lHashVal
- UInt32
- ppTInfo
- Type
- rgMemId
- Int32[]
- pcFound
- UInt16
- pBstrLibName
- String