Condividi tramite


enumerazione SCNRT_STATUS (shlobj_core.h)

Indica se abilitare o disabilitare Registro asincrono e Deregister per SHChangeNotifyRegisterThread.

Sintassi

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

Costanti

 
SCNRT_ENABLE
Valore: 0
Abilitare Registro asincrono e Deregister per SHChangeNotifyRegisterThread.
SCNRT_DISABLE
Valore: 1
Disabilitare Registro asincrono e Deregister per SHChangeNotifyRegisterThread.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione shlobj_core.h (include Shlobj.h)

Vedi anche

SHChangeNotifyRegisterThread