cwbUP_FreeEntryHandle

Purpose

Frees an entry handle and all resources with which is is associated.

Syntax

 
unsigned int CWB_ENTRY cwbUP_FreeEntryHandle(
                             cwbUP_EntryHandle entryHandle);

Parameters

cwbUP_EntryHandle entryHandle - input
The entry handle that is to be freed.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_INVALID_HANDLE
Handle is not valid or has already been

Usage

After this call you can no longer access the update entry. To access the update entry or another update entry, you would need to get a new entry handle.