BSKGetIdentifierLength
Module: BSKIdentifierTable
BSKUI32 BSKGetIdentifierLength( BSKIdentifierTable* table,
BSKUI32 id );
Inputs:
- table - the table containing the identifier.
- id - the identifier to compute the length of.
Returns: the number of bytes in the string for the given
identifier, excluding the null-terminating byte. If the identifier
does not exist, returns 0.
Description:
Computes the length of the requested identifier in bytes.
The requested length does NOT include the null-terminating byte
at the end.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)