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

Ns_ServerSpecificSet

Overview

Store server-specific data for subsequent retrieval

Syntax

    void Ns_ServerSpecificSet(
    	char *handle,
    	int   id,
    	void *data,
    	int   flags,
    	void (*deletefunc) (void *)
    );

Description

The Ns_ServerSpecificSet function stores server-specific data, allowing subsequent retrieval using handle and id. The flags argument can be NS_OP_NODELETE or NS_OP_NOINHERIT. The deletefunc function is called with data as an argument when this handle/id combination is re-registered or deleted, or when this virtual server shuts down, unless NS_OP_NODELETE is set. NS_OP_NOINHERIT disables the default URL inheritance behaviors.

Top of Page

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