Searched refs:aMinValue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformanceImpl.h82 STDMETHOD(COMGETTER(MinimumValue)) (LONG *aMinValue);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp887 STDMETHODIMP PerformanceMetric::COMGETTER(MinimumValue)(LONG *aMinValue) argument
889 *aMinValue = m.min;

Completed in 2061 milliseconds