This function queries the client about the special features that it supports. Currently the only special feature defined is an ability to disable/enable host storage devices.
Function Header
IMRResult IMR_IDERClientFeatureSupported(
ClientID id,
FeaturesSupported *sup
);
Function Parameters
Field |
Input/Output |
Value or Description |
id |
Input |
The ID of the relevant client. |
sup |
Output |
A pointer to a struct that will be filled with the features supported by the client. 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-2022, Intel Corporation. All rights reserved. |