ITypeLib.RemoteIsName(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.
Microsoft Internal Use Only.
public:
void RemoteIsName(System::String ^ szNameBuf, System::UInt32 lHashVal, [Runtime::InteropServices::Out] int % pfName, [Runtime::InteropServices::Out] System::String ^ % pBstrLibName);
void RemoteIsName(std::wstring const & szNameBuf, unsigned int lHashVal, [Runtime::InteropServices::Out] int & pfName, [Runtime::InteropServices::Out] std::wstring const & & pBstrLibName);
public void RemoteIsName (string szNameBuf, uint lHashVal, out int pfName, out string pBstrLibName);
abstract member RemoteIsName : string * uint32 * int * string -> unit
Public Sub RemoteIsName (szNameBuf As String, lHashVal As UInteger, ByRef pfName As Integer, ByRef pBstrLibName As String)
Parameters
- szNameBuf
- String
- lHashVal
- UInt32
- pfName
- Int32
- pBstrLibName
- String