imgdb::mnt::MountSdmc Function

Syntax

bool MountSdmc();

Parameters

None.

Return Values

Returns TRUE if mounted successfully.

Description

Mounts the SD card archive for use by ImageDb.

If already mounted, this function returns FALSE and ends without doing anything. The SD card archive is mounted from within the call to the imgdb::Initialize function (as long as an SD card is inserted), but if the inserted SD card is later removed and re-inserted, the application needs to mount the SD card archive again.
Once the SD card is inserted, have your application call this function to mount the SD card archive.


CONFIDENTIAL