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.
Flags for creating a placeholder file or directory.
Syntax
typedef enum CF_CREATE_FLAGS {
CF_CREATE_FLAG_NONE = 0x00000000,
CF_CREATE_FLAG_STOP_ON_ERROR = 0x00000001
} ;
Constants
CF_CREATE_FLAG_NONEValue: 0x00000000 Default mode. All entries are processed. |
CF_CREATE_FLAG_STOP_ON_ERRORValue: 0x00000001 Causes the API to return immediately if placeholder creation fails. If creation fails, the error code will be returned by the API. |
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 |