Location:
S32FILE.H
Link against: estor.lib
class FileStoreFactory;
A class containing a set of factory functions for opening an existing direct file store and an existing permanent file store identified using a Uidtype.
Defined in FileStoreFactory
:
DirectLC()
, PermanentLC()
static IMPORT_C CFileStore *DirectLC(RFileBuf &aBuf, const TUidType &aType);
Opens an existing direct file store and creates a file store object to represent it.
|
|
static IMPORT_C CFileStore *PermanentLC(RFileBuf &aBuf, const TUidType &aType);
Opens an existing permanent file store and creates a file store object to represent it.
|
|