This function removes a client from the library’s internal client list.
Function Header
IMRResult IMR_RemoveClient(
ClientID id
);
Function Parameters
Field |
Input/Output |
Value or Description |
id |
Input |
The ID of the client that is to be removed from the list. |
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. |
IMR_RES_CLIENT_NOT_FOUND |
The specified client ID does not exist in the library’s list. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |