ITypeLib.RemoteFindName メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間 : Microsoft.VisualStudio.VsWizard
アセンブリ : Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Sub RemoteFindName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef ppTInfo As Type, _
<OutAttribute> ByRef rgMemId As Integer, _
<OutAttribute> ByRef pcFound As UShort, _
<OutAttribute> ByRef pBstrLibName As String _
)
'使用
Dim instance As ITypeLib
Dim szNameBuf As String
Dim lHashVal As UInteger
Dim ppTInfo As Type
Dim rgMemId As Integer
Dim pcFound As UShort
Dim pBstrLibName As String
instance.RemoteFindName(szNameBuf, lHashVal, _
ppTInfo, rgMemId, pcFound, pBstrLibName)
void RemoteFindName(
string szNameBuf,
uint lHashVal,
out Type ppTInfo,
out int rgMemId,
out ushort pcFound,
out string pBstrLibName
)
void RemoteFindName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] Type^% ppTInfo,
[OutAttribute] int% rgMemId,
[InAttribute] [OutAttribute] unsigned short% pcFound,
[OutAttribute] String^% pBstrLibName
)
function RemoteFindName(
szNameBuf : String,
lHashVal : uint,
ppTInfo : Type,
rgMemId : int,
pcFound : ushort,
pBstrLibName : String
)
パラメータ
szNameBuf
型 : System.String
lHashVal
型 : System.UInt32
ppTInfo
型 : System.Type%
rgMemId
型 : System.Int32%
pcFound
型 : System.UInt16%
pBstrLibName
型 : System.String%
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。