Next Previous Contents

51. SLang_inc_mmt

Synopsis

Increment a memory managed type reference count

Usage

void SLang_inc_mmt (SLang_MMT_Type *mmt);

Description

The SLang_inc_mmt function may be used to increment the reference count associated with the memory managed data type given by mmt.

See Also

SLang_free_mmt, SLang_create_mmt, SLang_pop_mmt, SLang_pop_mmt


Next Previous Contents