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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4649 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_0.h5175 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_1.h5076 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_2.h5333 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_0.h5773 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_1.h6171 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_2.h7133 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_3.h14664 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetric_vtbl
14687 nsresult (*GetMinimumValue)(IPerformanceMetric *pThis, PRInt32 *minimumValue); member in struct:IPerformanceMetricVtbl
14707 #define IPerformanceMetric_get_MinimumValue(p, aMinimumValue) ((p)->lpVtbl->GetMinimumValue(p, aMinimumValue))
14708 #define IPerformanceMetric_GetMinimumValue(p, aMinimumValue) ((p)->lpVtbl->GetMinimumValue(p, aMinimumValue))

Completed in 283 milliseconds