BSKSerializeIdentifierTableOut

Module: BSKIdentifierTable
BSKI32 BSKSerializeIdentifierTableOut( BSKIdentifierTable* table,
                                       BSKStream* stream );
Inputs: Returns: 0 if successful.

Description: Writes the given table to the given stream. The serialization begins with the number of elements in the table, followed by the length and subsequent data of each individual element.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)