IMR_IDERGetSessionStatistics

This function polls the active Storage Redirection session. If the Storage Redirection session for the corresponding client was closed due to a timeout or protocol error the function will fill the stat structure with the latest data, but will return IMR_RES_SESSION_CLOSED.

Function Header

IMRResult IMR_IDERGetSessionStatistics(

ClientID id,

IDERStatistics *stat

);

Function Parameters

Field

Input/Output

Value or Description

id

Input

The ID of the relevant client.

stat

Output

A pointer to a struct that will be filled by the library with the Storage Redirection session statistics. 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.