Searched defs:InternalGetStatistics (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h3862 nsresult (*InternalGetStatistics)( member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_0.h4080 nsresult (*InternalGetStatistics)( member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_1.h4385 nsresult (*InternalGetStatistics)( member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_2.h5313 nsresult (*InternalGetStatistics)( member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_3.h10416 nsresult (*InternalGetStatistics)( member in struct:IGuest_vtbl
10584 nsresult (*InternalGetStatistics)( member in struct:IGuestVtbl
10751 #define IGuest_InternalGetStatistics(p, aCpuUser, aCpuKernel, aCpuIdle, aMemTotal, aMemFree, aMemBalloon, aMemShared, aMemCache, aPagedTotal, aMemAllocTotal, aMemFreeTotal, aMemBalloonTotal, aMemSharedTotal) ((p)->lpVtbl->InternalGetStatistics(p, aCpuUser, aCpuKernel, aCpuIdle, aMemTotal, aMemFree, aMemBalloon, aMemShared, aMemCache, aPagedTotal, aMemAllocTotal, aMemFreeTotal, aMemBalloonTotal, aMemSharedTotal))

Completed in 334 milliseconds