Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <f32file.h>

Enum TFormatMode

TFormatMode

Description

The format method.

EHighDensity

Indicates a high density floppy disk to be formatted.

ELowDensity

Indicates a standard floppy disk to be formatted.

EFullFormat

Performs a full format, erasing existing content and resetting the FAT and root directory.

This is the default, and can be ORed with bit EHighDensity or ELowDensity.

EQuickFormat

Does the minimum required to format the device, only resetting the FAT and root directory.

This is the default, and can be ORed with bit EHighDensity or ELowDensity.

ESpecialFormat

Indicates a custom formatting mode.

EForceErase

Forced erase of locked media