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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4651 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_0.h5177 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_1.h5078 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_2.h5335 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_0.h5775 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_1.h6173 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_2.h7135 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_3.h14666 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetric_vtbl
14689 nsresult (*GetMaximumValue)(IPerformanceMetric *pThis, PRInt32 *maximumValue); member in struct:IPerformanceMetricVtbl
14709 #define IPerformanceMetric_get_MaximumValue(p, aMaximumValue) ((p)->lpVtbl->GetMaximumValue(p, aMaximumValue))
14710 #define IPerformanceMetric_GetMaximumValue(p, aMaximumValue) ((p)->lpVtbl->GetMaximumValue(p, aMaximumValue))

Completed in 671 milliseconds