- C#
- static Kvmlib.STATUS DeviceFormatDisk(Handle h, Int32 filesystem, Int32 reserveSpace, Int32 dbaseSpace);
Format the SD memory card in a connected Memorator.
An item code specifying the type of version to get. kvm_SWINFO_xxx
- Parameters
-
[in] | h | An open kvmHandle. |
[in] | fileSystem | A filesystem code, kvmFS_xxx, specifying the type of filesystem to format to. |
[in] | reserveSpace | Space to reserve for user files, in MB. |
[in] | dbaseSpace | Space to reserve for database files, in MB. |
- Returns
- kvmOK (zero) if success
-
kvmERR_xxx (negative) if failure
- See also
- kvmDeviceDiskSize