API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkview.lib
Required Capabilities
None
#include <rpbkviewresourcefile.h>
Public Member Functions |
|
| IMPORT_C | RPbkViewResourceFile (CCoeEnv &aEnv) |
| Constructor. |
|
| IMPORT_C void | OpenL () |
| Opens the PbkView dll resource file for use. |
|
| IMPORT_C TBool | IsOpen () const |
| Returns ETrue if the resource file is open. |
|
| IMPORT_C void | Close () |
| Closes the PbkView dll resource file. |
|
|
|
Constructor.
|
|
|
Closes the PbkView dll resource file. You must always remember to close the resource file when finished using it. |
|
|
Returns ETrue if the resource file is open.
|
|
|
Opens the PbkView dll resource file for use. Leaves if the resource file is already open. |