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

Ns_TclInitInterps

Overview

Call a Tcl init procedure in the parent interpreter

Syntax

    int Ns_TclInitInterps(
    char *hServer,
    Ns_TclInterpInitProc *proc,
    void *context
    );

Description

Ns_TclInitInterps runs the specified procedure (proc) in the parent interpreter of the specified server. The definition of Ns_TclInterpInitProc is:

    typedef int (Ns_TclInterpInitProc) (Tcl_Interp *interp, void 
*context);

Top of Page

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