PRJ_ENUM
4/8/2010
This enumeration defines the set of flags that determine which files to enumerate. These flags are used in the dwFlags parameter of the following functions:
Syntax
typedef enum tagENUM {
PRJ_ENUM_MEMORY = 0x1,
PRJ_ENUM_FLASH = 0x2,
PRJ_ENUM_ALL_DEVICES = 0x4,
PRJ_ENUM_ALL_PROJ = 0x10,
PRJ_ENUM_HOME_PROJ = 0x100
} PRJ_ENUM;
Elements
- PRJ_ENUM_MEMORY
Enumerates main memory projects only.
- PRJ_ENUM_FLASH
Enumerates flash card projects only.
- PRJ_ENUM_ALL_DEVICES
Enumerates main memory and flash card projects.
- PRJ_ENUM_ALL_PROJ
Enumerates all projects.
- PRJ_ENUM_HOME_PROJ
Adds the My Documents home folder.
Remarks
This enumeration is not used as a typical enumeration. It is used only as a container of flags.
Requirements
Header | projects.h |
Library | note_prj.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
File and Application Management Enumerations
EnumProjectsEx
EnumProjectsFilesEx