Previous:
DgGlyphBlock_Create
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgGlyphBlock_EraseFoldedBytes
DgGlyphBlock_Destroy
(from DgGlyphBlock.c)
DgError DgExport DgGlyphBlock_Destroy (
DgContext *context,
DgGlyphBlock
*block
);
Summary
Destroy a glyph block object.
Return Value
DG_OK
on success.
DG_ERR_BAD_CONTEXT
if the context is
NULL
or invalid.
DG_ERR_BAD_PARAM
if the block is
NULL.