SwitchCtree Switch to a specific c-tree Plus instance. Short Name SWTCTREE() Type Low-level function Declaration COUNT SwitchCtree(pTEXT regid) Description SwitchCtree() makes the instance identified by the supplied registration reference name regid active. Note: regid is case sensitive and must be exactly the same value previously passed to RegisterCtree. Return
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values. Example TEXT inpbuf[128] = "myInstance"; /* input buffer */
ctrt_printf("\nCould not SWITCH to {%s} instance.",inpbuf);
ctrt_exit(2); } See also NextCtree(), RegisterCtree(), UnRegisterCtree(), WhichCtree() |
|||||||||||||||