Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <f32file.h>

Enum TNotifyType

TNotifyType

Description

A set of change notification flags.

These flags indicate the kind of change that should result in notification.

This is useful for programs that maintain displays of file lists that must be dynamically updated.

See also:

ENotifyAll

Any change, including mounting and unmounting drives.

ENotifyEntry

Addition or deletion of a directory entry, or changing or formatting a disk.

ENotifyFile

Change resulting from file requests: RFile::Create(), RFile::Replace(), RFile::Rename(), RFs::Delete(), RFs::Replace(), and RFs::Rename().

ENotifyDir

Change resulting from directory requests: RFs::MkDir(), RFs::RmDir(), and RFs::Rename().

ENotifyAttributes

Change resulting from: RFs::SetEntry(), RFile::Set(), RFile::SetAtt(), RFile::SetModified() and RFile::SetSize() requests.

ENotifyWrite

Change resulting from the RFile::Write() request.

ENotifyDisk

Change resulting from the RRawDisk::Write() request.