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

Ns_ServerSpecificDestroy

Overview

Delete server-specific data

Syntax

    void *Ns_ServerSpecificDestroy(
    char *handle,
    int id,
    int flags
    );

Description

The Ns_ServerSpecificDelete function deletes server-specific data previously stored with Ns_ServerSpecificSet. The flags argument can be NS_OP_NODELETE or NS_OP_RECURSE. NS_OP_NODELETE determines whether the deletefunc specified in Ns_ServerSpecificSet is called. NS_OP_RECURSE determines whether this operation is applied recursively. An id of -1 matches all ids.

Top of Page

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