Partager via


Méthode IExplorerBrowserEvents ::OnNavigationPending (shobjidl_core.h)

Avertit les clients d’une navigation de navigateur Explorer en attente vers un dossier Shell.

Syntaxe

HRESULT OnNavigationPending(
  [in] PCIDLIST_ABSOLUTE pidlFolder
);

Paramètres

[in] pidlFolder

Type : PCIDLIST_ABSOLUTE

PIDL qui spécifie le dossier.

Valeur retournée

Type : HRESULT

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

Remarques

Explorer navigateur appelle cette méthode avant d’accéder à un dossier, c’est-à-dire avant d’appeler IExplorerBrowserEvents ::OnNavigationFailed ou IExplorerBrowserEvents ::OnNavigationComplete.

Le renvoi de tout code d’échec de cette méthode, y compris E_NOTIMPL, annule la navigation.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shobjidl_core.h (inclure Shobjidl.h)