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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2237 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2775 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2669 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2736 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2990 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3187 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3471 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5174 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachine_vtbl
5898 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount); member in struct:IMachineVtbl
6651 #define IMachine_get_SnapshotCount(p, aSnapshotCount) ((p)->lpVtbl->GetSnapshotCount(p, aSnapshotCount))
6652 #define IMachine_GetSnapshotCount(p, aSnapshotCount) ((p)->lpVtbl->GetSnapshotCount(p, aSnapshotCount))

Completed in 389 milliseconds