cwbUP_FreeLock

Purpose

Frees the lock to the update entries. This should be called when the application is done accessing the update entries. If this is not called, other applications will not be able to access the update entries.

Syntax

 
unsigned int CWB_ENTRY cwbUP_FreeLock();

Parameters

None

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWBUP_UNLOCK_WARNING
Application did not have the update entries locked.

Usage

A lock to the update entries is obtained whenever an application accesses or changes an update entry. When the application no longer needs to access the update entries, the application should call this API.