Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Callback flags for notifying a sync provider that a placeholder under one of its sync root is going to be dehydrated.
Syntax
typedef enum CF_CALLBACK_DEHYDRATE_FLAGS {
CF_CALLBACK_DEHYDRATE_FLAG_NONE = 0x00000000,
CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUND = 0x00000001
} ;
Constants
CF_CALLBACK_DEHYDRATE_FLAG_NONEValue: 0x00000000 No dehydrate flag. |
CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUNDValue: 0x00000001 A flag set if the dehydration request is initiated by a system background service. |
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 |