IMR_Close

This function shuts down the library, releasing all system resources. After calling this function, no other API function of this library may be called, except for IMR_Init().

Function Header

IMRResult IMR_Close();

Function Parameters

Field

Input/Output

Value or Description

None

NA

NA

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_NOT_INITIALIZED

The library has not been previously initialized.

Copyright © 2006-2022, Intel Corporation. All rights reserved.