énumération SCNRT_STATUS (shlobj_core.h)

Indique s’il faut activer ou désactiver Async Register and Deregister pour SHChangeNotifyRegisterThread.

Syntax

typedef enum {
  SCNRT_ENABLE = 0,
  SCNRT_DISABLE = 1
} SCNRT_STATUS;

Constantes

 
SCNRT_ENABLE
Valeur : 0
Activez Async Register and Deregister pour SHChangeNotifyRegisterThread.
SCNRT_DISABLE
Valeur : 1
Désactivez Async Register and Deregister pour SHChangeNotifyRegisterThread.

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]
En-tête shlobj_core.h (inclure Shlobj.h)

Voir aussi

SHChangeNotifyRegisterThread