This method gets the enumeration interface that is used to access maintenance information for a vehicle.
HRESULT IVIO_Vehicle::get_MaintenanceItems( IVIO_EnumMaintenanceItems **ppItems);
S_OK indicates that the vehicle maintenance item enumerator was retrieved successfully. E_POINTER indicates that the ppItems pointer is invalid.
The calling process must release the returned interface and its resources.