This method retrieves the data that describes the format of the data being sent to and returned from the interface’s components.
HRESULT IVIO_Device::get_Metrics ( LPVIODEVICEMETRICS pVIODeviceMetrics );
One of the values described in the following table is returned.
Value |
Description |
S_OK | Successfully retrieved the metrics for the component. |
E_POINTER | The pVioDeviceMetrics pointer is invalid. |
E_UNEXPECTED | An unexpected error occurred while retrieving the metrics. |