Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
This enumeration is used in the PAstructstructure 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_IDtypemember of the PAstructstructure to this value.
Requirements
Header | projects.h |
Library | note_prj.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |