Searched defs:GetShowLicense (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h6007 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense); member in struct:IExtPackBase_vtbl
H A DVBoxCAPI_v4_1.h6405 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense); member in struct:IExtPackBase_vtbl
H A DVBoxCAPI_v4_2.h7369 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense); member in struct:IExtPackBase_vtbl
H A DVBoxCAPI_v4_3.h15199 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense); member in struct:IExtPackBase_vtbl
15236 nsresult (*GetShowLicense)(IExtPackBase *pThis, PRBool *showLicense); member in struct:IExtPackBaseVtbl
15270 #define IExtPackBase_get_ShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(p, aShowLicense))
15271 #define IExtPackBase_GetShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(p, aShowLicense))
15332 nsresult (*GetShowLicense)(IExtPack *pThis, PRBool *showLicense); member in struct:IExtPackVtbl
15372 #define IExtPack_get_ShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(p, aShowLicense))
15373 #define IExtPack_GetShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(p, aShowLicense))
15438 nsresult (*GetShowLicense)(IExtPackFile *pThis, PRBool *showLicense); member in struct:IExtPackFileVtbl
15481 #define IExtPackFile_get_ShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(p, aShowLicense))
15482 #define IExtPackFile_GetShowLicense(p, aShowLicense) ((p)->lpVtbl->GetShowLicense(
[all...]

Completed in 281 milliseconds