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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2235 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2773 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2667 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2734 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2988 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3185 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3469 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5172 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 272 milliseconds