Partager via


ShChangeNotifyEntry, structure (shlobj_core.h)

Contient et reçoit des informations pour les notifications de modification. Cette structure est utilisée avec la fonction SHChangeNotifyRegister et la notification SFVM_QUERYFSNOTIFY .

Syntaxe

typedef struct _SHChangeNotifyEntry {
  PCIDLIST_ABSOLUTE pidl;
  BOOL              fRecursive;
} SHChangeNotifyEntry;

Membres

pidl

Type : PCIDLIST_ABSOLUTE

PIDL pour lequel recevoir des notifications.

fRecursive

Type : BOOL

Indicateur indiquant s’il faut publier des notifications pour les enfants de ce fichier PIDL. Par exemple, si le PIDL pointe vers un dossier, les notifications de fichiers proviennent des enfants du dossier si cet indicateur a la valeur TRUE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête shlobj_core.h (inclure Shlobj.h)