SCNRT_STATUS列舉 (shlobj_core.h)
指出是否要啟用或停用 SHChangeNotifyRegisterThread的 Async Register 和 Deregister。
Syntax
typedef enum {
SCNRT_ENABLE = 0,
SCNRT_DISABLE = 1
} SCNRT_STATUS;
常數
SCNRT_ENABLE 值: 0 啟用 SHChangeNotifyRegisterThread 的 Async Register 和 Deregister。 |
SCNRT_DISABLE 值: 1 停用 SHChangeNotifyRegisterThread 的 Async Register 和 Deregister。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | shlobj_core.h (包含 Shlobj.h) |