IVIO_MiniDriver::GetData

This method corresponds to IVIO_Device::GetData.

Syntax

HRESULT IVIO_MiniDriver::GetData( IVIO_MiniDriverData *pInputData, IVIO_MiniDriverData **ppData, DWORD dwTimeout );

Parameters

pInputData
[in] Pointer to an IVIO_MiniDriverData interface that contains the input data from the device.
ppData
[out] Pointer to a pointer to an IVIO_MiniDriverData interface that contains the data from the device.
dwTimeout
[in] Specifies, in milliseconds, the amount of time to wait for a reply to the request for data.

This method retrieves the current data from the device.

Return Values

An appropriate HRESULT value is returned.