Searched defs:GetLogoFadeOut (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2100 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_0.h2638 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_1.h2541 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_2.h2596 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_0.h2760 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_1.h2970 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_2.h3239 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_3.h4756 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettings_vtbl
4792 nsresult (*GetLogoFadeOut)(IBIOSSettings *pThis, PRBool *logoFadeOut); member in struct:IBIOSSettingsVtbl
4826 #define IBIOSSettings_get_LogoFadeOut(p, aLogoFadeOut) ((p)->lpVtbl->GetLogoFadeOut(p, aLogoFadeOut))
4827 #define IBIOSSettings_GetLogoFadeOut(p, aLogoFadeOut) ((p)->lpVtbl->GetLogoFadeOut(p, aLogoFadeOut))

Completed in 4193 milliseconds