Share via


EFileIDType

Send Feedback

The EFileIDType 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;

Enumerators

  • FILE_ID_TYPE_OID
    The file is specified through an object identifier.
  • FILE_ID_TYPE_PATH
    The file is specified through 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

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: projects.h
Library: note_prj.lib

See Also

File and Application Management Enumerations | PAstruct

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.