EFileIDType
4/8/2010
This enumeration is used in the PAstruct structure to determine whether a file is specified through its object identifier (OID) or its path name.
Syntax
typedef enum_EFileIDType {
FILE_ID_TYPE_OID = 0,
FILE_ID_TYPE_PATH = 1,
FILE_ID_LAST = 2
} EFileIDType;
Elements
- FILE_ID_TYPE_OID
The file is specified by an OID.
- FILE_ID_TYPE_PATH
The file is specified by its path name and file name.
- FILE_ID_LAST
A placeholder that indicates the last enumerator. It is not valid to set the m_IDtype member of the PAstruct structure to this value.
Requirements
Header | projects.h |
Library | note_prj.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |