IVIO_Vehicle::get_Metrics

This method gets the enumeration interface that is used to access information that describes a vehicle.

Syntax

HRESULT IVIO_Vehicle::get_Metrics ( IVIO_EnumMetrics **ppMetric);

Parameters

ppMetric
[out] Pointer to a pointer to an IVIO_EnumMetrics interface that is used to get and set vehicle attributes.

Return Values

S_OK indicates that the vehicle metrics enumerator was retrieved successfully. E_POINTER indicates that the ppMetrics pointer is invalid.

Remarks

The calling process must release the returned interface and its resources.