Searched defs:GetCurrentSnapshot (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2235 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_0.h | 2773 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_1.h | 2667 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_2.h | 2734 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_0.h | 2988 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3185 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_2.h | 3469 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5172 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl 5896 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachineVtbl 6649 #define IMachine_get_CurrentSnapshot(p, aCurrentSnapshot) ((p)->lpVtbl->GetCurrentSnapshot(p, aCurrentSnapshot)) 6650 #define IMachine_GetCurrentSnapshot(p, aCurrentSnapshot) ((p)->lpVtbl->GetCurrentSnapshot(p, aCurrentSnapshot))
|
Completed in 494 milliseconds