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

Ns_ModLogLookupRealm

Overview

Obtain the realm from the handle

Syntax

    char *Ns_ModLogLookupRealm(
    Ns_ModLogHandle handle
    );

Description

The Ns_ModLogLookupRealm function returns a realm from a handle. The realm of the default handle is returned for a null handle.

Examples

    Ns_ModLogHandle handle;
    Ns_ModLogRegister("testrealm", &handle);
    Ns_Log(Notice, "Realm is %s", Ns_ModLogLookupRealm(handle));

Top of Page

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