This function closes an open Storage Redirection session with the specified client. After the function returns no other operations can be performed. Closing a session during a write data operation can cause data corruption.
Function Header
IMRResult IMR_IDERCloseSession(
ClientID id
);
Function Parameters
Field |
Input/Output |
Value or Description |
id |
Input |
The ID of the relevant client. |
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_SESSION_CLOSED |
The specified client does not have an open Storage Redirection session. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |