IMallocSpy.PreRealloc, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Function PreRealloc ( _
pRequest As IntPtr, _
cbRequest As UInteger, _
<OutAttribute> ByRef ppNewRequest As IntPtr, _
fSpyed As Integer _
) As UInteger
uint PreRealloc(
IntPtr pRequest,
uint cbRequest,
out IntPtr ppNewRequest,
int fSpyed
)
Paramètres
- pRequest
Type : System.IntPtr
- cbRequest
Type : System.UInt32
- ppNewRequest
Type : System.IntPtr%
- fSpyed
Type : System.Int32
Valeur de retour
Type : System.UInt32
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.