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

Ns_TclGetSet

Overview

Return the Ns_Set for the specified set ID

Syntax

    Ns_Set *Ns_TclGetSet(
    	Tcl_Interp				*interp,
    	char				*setId
    );

Description

Ns_TclGetSet returns the Ns_Set for the specified set ID. It returns NULL if the set ID is invalid or if there is no such set ID. The Ns_TclGetSet2 function does essentially the same thing, except the Ns_Set is stored in a pointer.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.