SCNRT_STATUS enumeration (shlobj_core.h)

Indicates whether to enable or disable Async Register and Deregister for SHChangeNotifyRegisterThread.

Syntax

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

Constants

 
SCNRT_ENABLE
Value: 0
Enable Async Register and Deregister for SHChangeNotifyRegisterThread.
SCNRT_DISABLE
Value: 1
Disable Async Register and Deregister for SHChangeNotifyRegisterThread.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header shlobj_core.h (include Shlobj.h)

See also

SHChangeNotifyRegisterThread