ITypeInfo.RemoteGetDllEntry, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Sub RemoteGetDllEntry ( _
memid As Integer, _
invkind As tagINVOKEKIND, _
refPtrFlags As UInteger, _
<OutAttribute> ByRef pBstrDllName As String, _
<OutAttribute> ByRef pBstrName As String, _
<OutAttribute> ByRef pwOrdinal As UShort _
)
void RemoteGetDllEntry(
int memid,
tagINVOKEKIND invkind,
uint refPtrFlags,
out string pBstrDllName,
out string pBstrName,
out ushort pwOrdinal
)
void RemoteGetDllEntry(
[InAttribute] int memid,
[InAttribute] tagINVOKEKIND invkind,
[InAttribute] unsigned int refPtrFlags,
[OutAttribute] String^% pBstrDllName,
[OutAttribute] String^% pBstrName,
[OutAttribute] unsigned short% pwOrdinal
)
abstract RemoteGetDllEntry :
memid:int *
invkind:tagINVOKEKIND *
refPtrFlags:uint32 *
pBstrDllName:string byref *
pBstrName:string byref *
pwOrdinal:uint16 byref -> unit
function RemoteGetDllEntry(
memid : int,
invkind : tagINVOKEKIND,
refPtrFlags : uint,
pBstrDllName : String,
pBstrName : String,
pwOrdinal : ushort
)
Paramètres
- memid
Type : System.Int32
- invkind
Type : Microsoft.VisualStudio.VsWizard.tagINVOKEKIND
- refPtrFlags
Type : System.UInt32
- pBstrDllName
Type : System.String%
- pBstrName
Type : System.String%
- pwOrdinal
Type : System.UInt16%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.