Lines Matching refs:IExtPackBase
948 struct IExtPackBase;
1054 typedef struct IExtPackBase IExtPackBase;
6379 /* Start of struct IExtPackBase Declaration */
6389 nsresult (*GetName)(IExtPackBase *pThis, PRUnichar * *name);
6391 nsresult (*GetDescription)(IExtPackBase *pThis, PRUnichar * *description);
6393 nsresult (*GetVersion)(IExtPackBase *pThis, PRUnichar * *version);
6395 nsresult (*GetRevision)(IExtPackBase *pThis, PRUint32 *revision);
6397 nsresult (*GetVRDEModule)(IExtPackBase *pThis, PRUnichar * *VRDEModule);
6399 nsresult (*GetPlugIns)(IExtPackBase *pThis, PRUint32 *plugInsSize, IExtPackPlugIn * **plugIns);
6401 nsresult (*GetUsable)(IExtPackBase *pThis, PRBool *usable);
6403 nsresult (*GetWhyUnusable)(IExtPackBase *pThis, PRUnichar * *whyUnusable);
6405 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense);
6407 nsresult (*GetLicense)(IExtPackBase *pThis, PRUnichar * *license);
6410 IExtPackBase *pThis,
6419 struct IExtPackBase
6423 /* End of struct IExtPackBase Declaration */