This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Sub RemoteIsName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef pfName As Integer, _
<OutAttribute> ByRef pBstrLibName As String _
)
用法
Dim instance As ITypeLib
Dim szNameBuf As String
Dim lHashVal As UInteger
Dim pfName As Integer
Dim pBstrLibName As String
instance.RemoteIsName(szNameBuf, lHashVal, _
pfName, pBstrLibName)
void RemoteIsName(
string szNameBuf,
uint lHashVal,
out int pfName,
out string pBstrLibName
)
void RemoteIsName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] int% pfName,
[OutAttribute] String^% pBstrLibName
)
function RemoteIsName(
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%
Permissions
- 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.