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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2199 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2737 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2637 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2704 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2958 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3149 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3433 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5137 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachine_vtbl
5861 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder); member in struct:IMachineVtbl
6613 #define IMachine_put_SnapshotFolder(p, aSnapshotFolder) ((p)->lpVtbl->SetSnapshotFolder(p, aSnapshotFolder))
6614 #define IMachine_SetSnapshotFolder(p, aSnapshotFolder) ((p)->lpVtbl->SetSnapshotFolder(p, aSnapshotFolder))

Completed in 720 milliseconds