#include <app/RPbkViewResourceFile.h>
class RPbkViewResourceFile |
Public Member Functions | |
---|---|
RPbkViewResourceFile(CCoeEnv &) | |
IMPORT_C void | Close() |
IMPORT_C TBool | IsOpen() |
IMPORT_C void | OpenL() |
Helper class for loading the PbkView DLL resource file.
IMPORT_C | RPbkViewResourceFile | ( | CCoeEnv & | aEnv | ) |
Constructor.
Parameter | Description |
---|---|
aEnv | CONE environment where to load the resource file. |
IMPORT_C void | Close | ( | ) |
Closes the PbkView dll resource file. You must always remember to close the resource file when finished using it.
IMPORT_C TBool | IsOpen | ( | ) | const |
Returns ETrue if the resource file is open.
Returns: ETrue if the resource file is open.