gxluFreeStringIDs — free a StringID table

Description

This utility will free a StringID table that was returned from a call to gxluGetStringIDs

Performance Implications

There are no performance implications.

Syntax

void gxluFreeStringIDs(GXLHXSTR *table_p)

Parameters

table_p
Supplied parameter
Type:
GXLHXSTR *

The StringID table to be freed.

All parameters in the parameter list are required.

Return Value:

There are no return values.

Return and Reason Codes:

There are no return and reason codes.

Usage notes

The StringID table that is to be freed must have been generated by a call to gxluGetStringIDs, and not gxluGenStrIDTable. Attempting to free a string ID table that was not generated by gxluGetStringIDs will have no effect.