Link against: commondialogs.lib
None
#include <MAknFileFilter.h>
Public Member Functions | |
virtual | ~MAknFileFilter () |
A virtual destructor to ensure that correct destructor gets called. | |
virtual TBool | Accept (const TDesC &aDriveAndPath, const TEntry &aEntry) const =0 |
Checks if a file is accepted by the filter. |
|
A virtual destructor to ensure that correct destructor gets called. Must have an empty implementation. |
|
Checks if a file is accepted by the filter.
|