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

Ns_ModLogLookupHandle

Overview

Obtain the handle given a realm

Syntax

    Ns_ModLogHandle Ns_ModLogLookupHandle(
    char *realm
    );

Description

The Ns_ModLogLookupHandle function returns a handle given a realm name. A null handle is returned if that realm is not registered. The default handle is returned for a null realm.

Examples

    Ns_ModLogHandle handle;
    handle = Ns_ModLogLookupHandle("myrealm");

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.