|
|
|
| 神秘的AEEApplet |
编辑:evzhy 审核:rocks 文章来源:CNJM论坛精华
关键词:无 发表日期:2003-08-12 18:25:56 浏览次数:4139次 |
|
|
|
|
本文版权归原作者,中国JAVA手机网收录本文的目的是让更多人阅读到此文章。转载请注明出处为中国JAVA手机网<www.cnjm.net>
来自:http://www.cnjm.net/tech/article768.html brew文档中,你能找到AEEApplet的说明吗?它的定义如下,包含应用的需要知道的重要信息,必须设法获得一个它的实例 typedef struct _AEEApplet AEEApplet; struct _AEEApplet { // // NOTE: These 3 fields must be declared in this order! // DECLARE_VTBL(IApplet) AEEModObj * pNext; AEECLSID clsID; uint32 m_nRefs;// Applet reference counter IShell * m_pIShell; // pointer to IShell IModule * m_pIModule;// pointer to IModule IDisplay * m_pIDisplay;// pointer to IDisplay //Pointer to Handle Event Function AEEHANDLER pAppHandleEvent; // Pointer to FreeAppData function. This will be invoked when the // reference count of the App goes to zero. This function is supplied // by the app developer. // NOTE: Apps should NOT directly call their FreeAppData function. PFNFREEAPPDATA pFreeAppData; };
来自:http://www.cnjm.net/tech/article768.html
|
|
|
|
|
|
相关文章
暂无相关文章
|
|
| 最新评论
|
| evzhy 在 2003-08-12 19:12:17 发表的评论: |
| 需要自己new出来 |
| rocks 在 2003-08-12 18:55:57 发表的评论: |
会传递进来的啊 |
|
|
|