IsLoggingEnabled function

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

Syntax

BOOL IsLoggingEnabled(
  _In_ LPCTSTR pszUrl
);

Parameters

  • pszUrl [in]
    A BSTR value containing the URL of the resource to check.

Return value

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

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Urlmon.h

Library

Urlmon.lib

DLL

Urlmon.dll

Unicode and ANSI names

IsLoggingEnabledW (Unicode) and IsLoggingEnabledA (ANSI)