Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The placeholder pin flags.
Syntax
typedef enum CF_SET_PIN_FLAGS {
CF_SET_PIN_FLAG_NONE = 0x00000000,
CF_SET_PIN_FLAG_RECURSE = 0x00000001,
CF_SET_PIN_FLAG_RECURSE_ONLY = 0x00000002,
CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERROR = 0x00000004
} ;
Constants
CF_SET_PIN_FLAG_NONEValue: 0x00000000 No pin flag. |
CF_SET_PIN_FLAG_RECURSEValue: 0x00000001 The platform applies the pin state to the placeholder FileHandle and every file recursively beneath it (relevant only if FileHandle is a handle to a directory). |
CF_SET_PIN_FLAG_RECURSE_ONLYValue: 0x00000002 The platform applies the pin state to every file recursively beneath the placeholder FileHandle, but not to FileHandle itself. |
CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERRORValue: 0x00000004 The platform will stop the recursion when encountering the first error; otherwise the platform skips the error and continues the recursion. |
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 |