This function queries the state of client IDE devices.
Function Header
IMRResult IMR_IDERGetDeviceState(
ClientID id,
IDERDeviceState *state
);
Function Parameters
|
Field |
Input/Output |
Value or Description |
|
id |
Input |
The ID of the relevant client. |
|
state |
Output |
A pointer to a struct that will be filled by the library with the client’s IDE-R device states. This parameter must not be NULL. |
Function Return Status
For a complete list of possible error codes, see Error Codes.
|
Status |
Value or Description |
|
IMR_RES_OK |
The command finished successfully. |
|
Copyright © 2006-2012, Intel Corporation. All rights reserved. |