IsLoggingEnabled (Windows CE 5.0)
This function determines if hit logging is enabled for the specified Internet site.
BOOL IsLoggingEnabled(LPCTSTR pszUrl);
Parameters
- pszUrl
[in] BSTR value containing the Uniform Resource Locator (URL) of the resource to check.
Return Values
Returns TRUE if logging is enabled for the specified URL or FALSE otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors