ITypeLib.IsName Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub IsName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef pfName As Integer, _
<OutAttribute> ByRef pBstrLibName As String _
)
void IsName(
string szNameBuf,
uint lHashVal,
out int pfName,
out string pBstrLibName
)
void IsName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] int% pfName,
[OutAttribute] String^% pBstrLibName
)
abstract IsName :
szNameBuf:string *
lHashVal:uint32 *
pfName:int byref *
pBstrLibName:string byref -> unit
function IsName(
szNameBuf : String,
lHashVal : uint,
pfName : int,
pBstrLibName : String
)
Parameters
- szNameBuf
Type: String
- lHashVal
Type: UInt32
- pfName
Type: Int32%
- pBstrLibName
Type: String%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.