Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |