Table of Contents

CzVar::Release

Description

Release the variable handle to which the CzVar object is attached. The variable is not deleted from Zeolite shared memory, but calls to member functions of the CzVar object will no longer access the variable.

Function prototype

bool CzVar::Release(void);

Arguments

None.

Return value

False if the CzVar object is not attached to a variable handle, and true otherwise.

Comments

None.