Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.String
- lHashVal
Type: System.UInt32
- pfName
Type: System.Int32%
- pBstrLibName
Type: System.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.