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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1562 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
2215 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2023 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
2753 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h1932 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
2649 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h1977 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
2716 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2216 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
2970 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h2411 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
3167 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h2641 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
3451 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h3806 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBox_vtbl
4020 nsresult (*GetSettingsFilePath)(IVirtualBox *pThis, PRUnichar * *settingsFilePath); member in struct:IVirtualBoxVtbl
4231 #define IVirtualBox_get_SettingsFilePath(p, aSettingsFilePath) ((p)->lpVtbl->GetSettingsFilePath(p, aSettingsFilePath))
4232 #define IVirtualBox_GetSettingsFilePath(p, aSettingsFilePath) ((p)->lpVtbl->GetSettingsFilePath(p, aSettingsFilePath))
5154 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachine_vtbl
5878 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath); member in struct:IMachineVtbl
6631 #define IMachine_get_SettingsFilePath(p, aSettingsFilePath) ((p)->lpVtbl->GetSettingsFilePath(p, aSettingsFilePath))
6632 #define IMachine_GetSettingsFilePath(p, aSettingsFilePath) ((p)->lpVtbl->GetSettingsFilePath(p, aSettingsFilePath))

Completed in 267 milliseconds