Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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) |