include: Add new flags to KF_DEFINITION_FLAGS.
This commit is contained in:
parent
1c7240ba4e
commit
a0afd4cbd9
|
@ -2924,7 +2924,9 @@ typedef [v1_enum] enum tagKF_DEFINITION_FLAGS
|
||||||
{
|
{
|
||||||
KFDF_LOCAL_REDIRECT_ONLY = 0x00000002,
|
KFDF_LOCAL_REDIRECT_ONLY = 0x00000002,
|
||||||
KFDF_ROAMABLE = 0x00000004,
|
KFDF_ROAMABLE = 0x00000004,
|
||||||
KFDF_PRECREATE = 0x00000008
|
KFDF_PRECREATE = 0x00000008,
|
||||||
|
KFDF_STREAM = 0x00000010,
|
||||||
|
KFDF_PUBLISHEXPANDEDPATH = 0x00000020
|
||||||
} KF_DEFINITION_FLAGS;
|
} KF_DEFINITION_FLAGS;
|
||||||
|
|
||||||
typedef struct tagKNOWNFOLDER_DEFINITION
|
typedef struct tagKNOWNFOLDER_DEFINITION
|
||||||
|
|
Loading…
Reference in New Issue