How to get a pointer to MScreensaverPluginHost from a MScreensaverPlugin class?
| Wed, 2008-03-12 11:57 | |
|
|
I am developing a screensaver. I have set the capability EScpCapsPreviewNotification, so when I click "preview" the PluginFunction method gets called. The InitializeL(MScreensaverPluginHost* aHost) method don't get called, so I want to call it from the PluginFunction method. How do I do that? The PluginFunction method looks like this: |





