ITypeLib.IsName(String, UInt32, Int32, String) 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.
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)
Parameters
- szNameBuf
- String
- lHashVal
- UInt32
- pfName
- Int32
- pBstrLibName
- String