UniDisposeTable

Disposes of a Unicode table cookie.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  int UniDisposeTable (
     UniRuleTable_t   table);
  

Parameters

table

(IN) Specifies the table cookie returned by the UniGetTable function.

Return Values

If successful, returns 0. Otherwise, returns a negative error code.

Decimal

Name

Description

-496

UNI_ERR_BAD_HANDLE

The table parameter specifies a nonexistent rule table.

-498

UNI_ERR_TABLE_CORRUPT

The table parameter specifies a corrupt table.

Remarks

UniGetTable is used to obtain table cookies. UniDisposeTable is used to dispose of these cookies.

See Also