IVIO_Vehicle::get_Devices

This method gets the enumeration interface that is used to access available components that expose the IVIO_Device interface in the vehicle.

Syntax

HRESULT IVIO_Vehicle::get_Devices ( IVIO_EnumDevices **ppDevices);

Parameters

ppDevices
[out] Pointer to the pointer to an IVIO_EnumDevices interface that is used to return the available devices for a vehicle.

Return Values

S_OK indicates that the vehicle’s device enumerator was retrieved successfully. E_POINTER indicates that the ppDevices pointer is invalid.

Remarks

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