MEIPlatformFileMode

MEIPlatformFileMode

 

typedef enum {
    MEIPlatformFileModeREAD,	/* default */
    MEIPlatformFileModeWRITE,
    MEIPlatformFileModeTEXT,	/* default */
    MEIPlatformFileModeBINARY,
} MEIPlatformFileMode;
Description
  PlatformFileMode is an enumeration that is used as an argument for methods that open files.
     
See Also