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

Ns_ModuleLoad

Overview

Load a module into AOLserver

Syntax

    int Ns_ModuleLoad(
    	char *hServer,
    	char *hModule,
    	char *sModuleFile,
    	char *sInitProc
    );

Description

The Ns_ModuleLoad function loads a module into AOLserver and calls the initialization routine (sInitProc). If sInitProc is NULL, the initialization routine used defaults to Ns_ModuleInit.

Top of Page

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