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

Ns_UrlSpecificGetExact

Overview

Retrieve URL-specific data without inheritance

Syntax

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

Description

The Ns_UrlSpecificGetExact function is the same as Ns_UrlSpecificGet except that the URL must match the stored data URL exactly; i.e., the inheriting of URLs is disabled.

Top of Page

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