![]() |
Functions | |
| kvmStatus | kvmKmfValidate (kvmHandle h) |
| kvmStatus | kvmDeviceFormatDisk (kvmHandle h, int fileSystem, uint32 reserveSpace, uint32 dbaseSpace) |
| kvmStatus kvmDeviceFormatDisk | ( | kvmHandle | h, |
| int | fileSystem, | ||
| uint32 | reserveSpace, | ||
| uint32 | dbaseSpace | ||
| ) |
Format the SD memory card in a connected Memorator.
An item code specifying the type of version to get. kvm_SWINFO_xxx
| [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. |
Check for errors
| [in] | h | An open kvmHandle. |