enumeración SCNRT_STATUS (shlobj_core.h)
Indica si se va a habilitar o deshabilitar Async Register y Deregister para SHChangeNotifyRegisterThread.
Syntax
typedef enum {
SCNRT_ENABLE = 0,
SCNRT_DISABLE = 1
} SCNRT_STATUS;
Constantes
SCNRT_ENABLE Valor: 0 Habilite Async Register y Deregister para SHChangeNotifyRegisterThread. |
SCNRT_DISABLE Valor: 1 Deshabilite Async Register and Deregister para SHChangeNotifyRegisterThread. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 [solo aplicaciones de escritorio] |
Encabezado | shlobj_core.h (incluya Shlobj.h) |