imgdb::mnt::UnmountSdmc Function

Syntax

void UnmountSdmc();

Parameters

None.

Return Values

None.

Description

Unmounts the SD card archive being used by ImageDb.

If already unmounted, this function ends without doing anything. The SD card archive is unmounted from within the call to the imgdb::Finalize function, but if the SD card is removed and reinserted before this happens, the application needs to remount the SD card archive.
Once the SD card has been removed, have your application call this function to unmount the SD card archive.


CONFIDENTIAL