Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Callback flags for canceling data fetching for a placeholder file or folder.
Syntax
typedef enum CF_CALLBACK_CANCEL_FLAGS {
CF_CALLBACK_CANCEL_FLAG_NONE = 0x00000000,
CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT = 0x00000001,
CF_CALLBACK_CANCEL_FLAG_IO_ABORTED = 0x00000002
} ;
Constants
CF_CALLBACK_CANCEL_FLAG_NONEValue: 0x00000000 No cancel flag. |
CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUTValue: 0x00000001 Flag to be set if the user request is cancelled as a result of the expiration of the 60 second timer. |
CF_CALLBACK_CANCEL_FLAG_IO_ABORTEDValue: 0x00000002 Flag to be set if the user request is cancelled as a result of the user explicitly terminating the hydration from app-initiated download toast. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1709 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | cfapi.h |