include: Add new flags to KF_DEFINITION_FLAGS.

oldstable
Mariusz Pluciński 2011-06-23 18:50:20 +02:00 committed by Alexandre Julliard
parent 1c7240ba4e
commit a0afd4cbd9
1 changed files with 3 additions and 1 deletions

View File

@ -2924,7 +2924,9 @@ typedef [v1_enum] enum tagKF_DEFINITION_FLAGS
{
KFDF_LOCAL_REDIRECT_ONLY = 0x00000002,
KFDF_ROAMABLE = 0x00000004,
KFDF_PRECREATE = 0x00000008
KFDF_PRECREATE = 0x00000008,
KFDF_STREAM = 0x00000010,
KFDF_PUBLISHEXPANDEDPATH = 0x00000020
} KF_DEFINITION_FLAGS;
typedef struct tagKNOWNFOLDER_DEFINITION