[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_TclRegisterDeferred

Overview

Register a function for interpreter cleanup

Syntax

    void Ns_TclRegisterDeferred (
    Tcl_Interp *interpPtr , 
    Ns_TclDeferProc *deferProc , 
    void *contex
    );

Description

Register a procedure to be called when the interpreter is cleaned up.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.