Partager via


fonction Shell_NotifyIconGetRect (shellapi.h)

Obtient les coordonnées d’écran du rectangle englobant d’une icône de notification.

Syntaxe

SHSTDAPI Shell_NotifyIconGetRect(
  [in]  const NOTIFYICONIDENTIFIER *identifier,
  [out] RECT                       *iconLocation
);

Paramètres

[in] identifier

Type : const NOTIFYICONIDENTIFIER*

Pointeur vers une structure NOTIFYICONIDENTIFIER qui identifie l’icône.

[out] iconLocation

Type : RECT*

Pointeur vers une structure RECT qui, lorsque cette fonction retourne correctement, reçoit les coordonnées de l’icône.

Valeur retournée

Type : HRESULT

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shellapi.h
Bibliothèque Shell32.lib
DLL Shell32.dll (version 6.1 ou ultérieure)

Voir aussi

Notifications et zone de notification