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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2172 nsresult (*GetStatisticsUpdateInterval)(IMachine *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IMachine_vtbl
3133 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_0.h2710 nsresult (*GetStatisticsUpdateInterval)(IMachine *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IMachine_vtbl
3686 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_1.h2616 nsresult (*GetStatisticsUpdateInterval)(IMachine *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IMachine_vtbl
3698 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_2.h3859 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_0.h4077 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_1.h4382 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_2.h5310 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_3.h10413 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuest_vtbl
10581 nsresult (*GetStatisticsUpdateInterval)(IGuest *pThis, PRUint32 *statisticsUpdateInterval); member in struct:IGuestVtbl
10747 #define IGuest_get_StatisticsUpdateInterval(p, aStatisticsUpdateInterval) ((p)->lpVtbl->GetStatisticsUpdateInterval(p, aStatisticsUpdateInterval))
10748 #define IGuest_GetStatisticsUpdateInterval(p, aStatisticsUpdateInterval) ((p)->lpVtbl->GetStatisticsUpdateInterval(p, aStatisticsUpdateInterval))

Completed in 269 milliseconds