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

Ns_UrlSpecificGetExact

Overview

Retrieve URL-specific data

Syntax

    void *Ns_UrlSpecificGetExact(
      char *handle,
      char *method,
      char *url,
      int   id,
      int   flags
    );

Description

The Ns_UrlSpecificGetExact function retrieves stored data for the exact specified method/URL/id combination and with the same inheritance setting.

If the flags argument is set to NS_OP_NOINHERIT in Ns_UrlSpecificGetExact, the data stored with the NS_OP_NOINHERIT flag in Ns_UrlSpecificSet will be retrieved. If the flags argument is set to 0, the data stored without the NS_OP_NOINHERIT flag will be retrieved.

Top of Page

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