CF_CALLBACK_CANCEL_FLAGS enumeration (cfapi.h)

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_NONE
Value: 0x00000000
No cancel flag.
CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT
Value: 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_ABORTED
Value: 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

See also

CF_CALLBACK_TYPE