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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2198 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2736 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2636 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2703 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2957 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3148 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3432 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5136 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachine_vtbl
5860 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder); member in struct:IMachineVtbl
6611 #define IMachine_get_SnapshotFolder(p, aSnapshotFolder) ((p)->lpVtbl->GetSnapshotFolder(p, aSnapshotFolder))
6612 #define IMachine_GetSnapshotFolder(p, aSnapshotFolder) ((p)->lpVtbl->GetSnapshotFolder(p, aSnapshotFolder))

Completed in 3054 milliseconds