Partager via


Méthode IQuickActivate ::GetContentExtent (ocidl.h)

Obtient l’étendue du contenu d’un contrôle.

Syntaxe

HRESULT GetContentExtent(
  [out] LPSIZEL pSizel
);

Paramètres

[out] pSizel

Pointeur vers une structure qui contient la taille de l’étendue du contenu.

Valeur retournée

Si la méthode réussit, la valeur de retour est S_OK. Sinon, c’est E_FAIL.

Remarques

La structure SIZEL est définie dans Wtypes.h comme suit.

typedef struct tagSIZEL
    {
    LONG cx;
    LONG cy;
    } 	SIZEL;

typedef struct tagSIZEL *PSIZEL;

typedef struct tagSIZEL *LPSIZEL;

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête ocidl.h

Voir aussi

IQuickActivate