IVIO_Vehicle::get_MaintenanceItems

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

Syntax

HRESULT IVIO_Vehicle::get_MaintenanceItems( IVIO_EnumMaintenanceItems **ppItems);

Parameters

ppItems
[out] Pointer to a pointer to an IVIO_EnumMaintenanceItems interface that is used to get and set maintenance information for a vehicle.

Return Values

S_OK indicates that the vehicle maintenance item enumerator was retrieved successfully. E_POINTER indicates that the ppItems pointer is invalid.

Remarks

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