Share via


WriteHitLogging (Windows CE 5.0)

Send Feedback

This function writes an entry into the log for the given resource.

BOOLWriteHitLogging(LPHIT_LOGGING_INFO lpLogginginfo);

Parameters

  • lpLogginginfo
    [in] Address of the HIT_LOGGING_INFO structure that contains the information to add to the log.

Return Values

Returns TRUE if the entry was written into the log or FALSE otherwise.

For more specific information, call GetLastError.

This function can return one of the error codes shown in the following table.

Value Description
ERROR_FILE_NOT_FOUND The URL was not located in the cache log index.
ERROR_NOT_ENOUGH_MEMORY Insufficient memory is available in the cache to write this log.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

See Also

HIT_LOGGING_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.