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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2106 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_0.h2644 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_1.h2547 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_2.h2602 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_0.h2766 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_1.h2976 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_2.h3245 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_3.h4762 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettings_vtbl
4798 nsresult (*GetLogoImagePath)(IBIOSSettings *pThis, PRUnichar * *logoImagePath); member in struct:IBIOSSettingsVtbl
4834 #define IBIOSSettings_get_LogoImagePath(p, aLogoImagePath) ((p)->lpVtbl->GetLogoImagePath(p, aLogoImagePath))
4835 #define IBIOSSettings_GetLogoImagePath(p, aLogoImagePath) ((p)->lpVtbl->GetLogoImagePath(p, aLogoImagePath))

Completed in 436 milliseconds