Click to return to the Content     
Hit Logging Functions     WriteHitLogging Function     Hit Logging API    
Web Workshop  |  Content & Component Delivery

IsLoggingEnabled Function


Determines if hit logging is enabled for the specified Internet site.

Syntax

BOOL IsLoggingEnabled (
    IN LPCTSTR pszUrl
);

Parameters

pszUrl
String value containing the URL of the resource to check.

Return Value

Returns TRUE if logging is enabled for the specified URL, or FALSE otherwise.

Function Information

Windows NT Use version 4.0. Implemented as ANSI and Unicode functions.
Windows Use Windows 95 and later. Implemented as ANSI and Unicode functions.
Header Declared in Urlmon.h.
Import Library Link with Urlmon.lib.
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.