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