IVsPersistentTextImage.Image_Realloc(IntPtr, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réalloue de l’espace pour l’image de texte spécifiée.
public:
IntPtr Image_Realloc([Runtime::InteropServices::Out] IntPtr % p, int iSize);
public IntPtr Image_Realloc (out IntPtr p, int iSize);
abstract member Image_Realloc : nativeint * int -> nativeint
Public Function Image_Realloc (ByRef p As IntPtr, iSize As Integer) As IntPtr
Paramètres
- p
- IntPtr
[in, out] Image de texte spécifiée.
- iSize
- Int32
dans Taille de l’image de texte spécifiée.
Retours
Retourne un pointeur vers l’espace d’image de texte réalloué.
Remarques
Signature COM
À partir de textmgr. idl :
void * IVsPersistentTextImage::Image_Realloc(
[in,out] void *p,
[in] int iSize
);