Cicode Programming Reference > Cicode Function Categories > Tag Functions > TagUnresolve

TagUnresolve

This function is used to decrement a reference count implemented on a tag by TagResolve. This will allow the tag to be evicted if the decrement causes its reference count to reach zero (0).

Syntax

TagUnresolve(INT iHandle)

Handle:

The tag handle returned from a TagResolve() function call.

Return Value

The returned integer represents any error that occurs when the unresolve is attempted (0 for no error).

Related Functions

TagResolve

See Also

Published June 2018