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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2233 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2771 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2665 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2732 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2986 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3183 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3467 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5170 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachine_vtbl
5894 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder); member in struct:IMachineVtbl
6647 #define IMachine_get_LogFolder(p, aLogFolder) ((p)->lpVtbl->GetLogFolder(p, aLogFolder))
6648 #define IMachine_GetLogFolder(p, aLogFolder) ((p)->lpVtbl->GetLogFolder(p, aLogFolder))

Completed in 414 milliseconds