WriteHitLogging (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL WriteHitLogging (
  LPHIT_LOGGING_INFO lpLogginginfo
);

Parameters

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

Return Value

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

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Hit Logging Functions
HIT_LOGGING_INFO