This function returns the properties of the specified client.
Function Header
IMRResult IMR_GetClientInfo(
ClientID id,
ClientInfo *info
);
Function Parameters
Field |
Input/Output |
Value or Description |
id |
Input |
The ID of the relevant client. |
info |
Output |
A pointer to a struct that will be filled by the library with the client’s properties. 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. |