The method retrieves the current availability of the device such as READY or BUSY.
HRESULT IVIO_Device::get_Status ( DWORD *pStatus );
One of the values described in the following table is returned.
Value |
Description |
S_OK | Successfully retrieved the status of the device. |
E_POINTER | The pStatus pointer is invalid. |
E_UNEXPECTED | An unexpected error occurred while retrieving the status. |