Synopsis
PDX_MSGT map_CreateTable(long option, MAP_TABLE **table)
Purpose
Create a new mapping table.
Description
A new mapping table will be allocated and returned to the caller. The table will not contain any definitions, they must be created using map_DefineMapping or one of the interface define mapping functions (such as gmp_DefineMappings or xmap_DefineMappings where the x corresponds to the interface prefix letter).
Input
option
Option (not used)
Output
table
The new mapping table
Return
MAP error code