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

Ns_UnRegisterRequest

Overview

Unregister a function

Syntax

    void Ns_UnRegisterRequest(
    	char		*hServer,
    	char		*method,
    	char		*URL
    );

Description

The Ns_UnRegisterRequest function unregisters the function for the specified method and URL on a specific virtual server. If the deleteProc is not null, it is called with the function's context as an argument. The server will only unregister the function that matches exactly, not the best matching function that would handle the URL if there was not an exact match.

Top of Page

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