Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_ENABLEValue: 0 Enable Async Register and Deregister for SHChangeNotifyRegisterThread. |
SCNRT_DISABLEValue: 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) |