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

Ns_UrlToNvd

Overview

Construct the MiniWeb document.nvd file that corresponds to a URL

Syntax

    int Ns_UrlToNvd(
    	Ns_DString *dest,
    	char *hServer,
    	char *URL
    );

Description

The Ns_UrlToNvd function writes the full path name of the MiniWeb document.nvd corresponding to the given URL. The result is appended to the Ns_DString. The function does not check that the document.nvd file exists or is readable by the AOLserver process. This function returns a status of NS_OK or NS_ERROR.

Top of Page

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