* include/shlobj.h (SHGFP_TYPE): Add enum.

This commit is contained in:
Danny Smith
2004-11-13 10:36:08 +00:00
parent 6f68e4938c
commit 95e3512d53
2 changed files with 11 additions and 1 deletions

View File

@ -532,8 +532,14 @@ typedef struct
DWORD dwAttributes;
int csidl;
} PERSIST_FOLDER_TARGET_INFO;
typedef enum {
SHGFP_TYPE_CURRENT = 0,
SHGFP_TYPE_DEFAULT = 1,
} SHGFP_TYPE;
#endif
DECLARE_ENUMERATOR_(IEnumIDList,LPITEMIDLIST);
typedef IEnumIDList *LPENUMIDLIST;