Gets a handle to an existing update entry at a given position in the list.
unsigned int CWB_ENTRY cwbUP_GetEntryHandle( unsigned long entryPosition, cwbUP_EntryHandle *entryHandle);
The following list shows common return values.
The handle that is returned from this call will be used for accessing the update entry with other Update APIs. When you use this call, and have completed your processing of the update entry, you must call cwbUP_FreeEntryHandle. This call will "unlock" the entry, and free resources that are associated with it. You must call cwbUP_FreeEntryHandle once for each time that you call an API that returns an entry handle.