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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4637 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_0.h5163 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_1.h5064 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v3_2.h5321 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_0.h5761 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_1.h6159 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_2.h7121 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
H A DVBoxCAPI_v4_3.h14652 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetric_vtbl
14675 nsresult (*GetMetricName)(IPerformanceMetric *pThis, PRUnichar * *metricName); member in struct:IPerformanceMetricVtbl
14695 #define IPerformanceMetric_get_MetricName(p, aMetricName) ((p)->lpVtbl->GetMetricName(p, aMetricName))
14696 #define IPerformanceMetric_GetMetricName(p, aMetricName) ((p)->lpVtbl->GetMetricName(p, aMetricName))

Completed in 410 milliseconds