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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2101 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_0.h2639 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_1.h2542 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_2.h2597 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_0.h2761 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_1.h2971 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_2.h3240 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_3.h4757 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettings_vtbl
4793 nsresult (*SetLogoFadeOut)(IBIOSSettings *pThis, PRBool logoFadeOut); member in struct:IBIOSSettingsVtbl
4828 #define IBIOSSettings_put_LogoFadeOut(p, aLogoFadeOut) ((p)->lpVtbl->SetLogoFadeOut(p, aLogoFadeOut))
4829 #define IBIOSSettings_SetLogoFadeOut(p, aLogoFadeOut) ((p)->lpVtbl->SetLogoFadeOut(p, aLogoFadeOut))

Completed in 274 milliseconds