Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method is called by a file filter to report information it intentionally discarded during a file conversion. The file filter specifies a message that explains the data loss, and the mobile Internet browser formats and displays the message in a message box when the file conversion is complete. The file filter can specify either the identifier of a message table resource, or the address of a buffer that contains the message string.

Syntax

STDMETHODIMP IPegasusFileFilterSite::ReportLoss(
  DWORD 
dw,
  LPCTSTR 
psz,
  va_list* 
Arguments
);

Parameters

dw

[in] Specifies a 32-bit message identifier. ReportLossuses IPegasusFileFilter::FormatMessageto format the message. If the format fails — for example, the message identifier could not be recognized — then the system function FormatMessageis used.

psz

[in] Pointer to the null-terminated message string to display. This parameter should be NULL if the dwparameter is used.

Arguments

[in] Pointer to an array of 32-bit values that are used as insert values in the formatted message. %1 in the format string indicates the first value in the Argumentsarray, %2 indicates the second argument, and so on.

Return Value

None.

Remarks

The interpretation of each 32-bit value depends on the formatting information associated with the insert in the message definition. The default is to treat each value as a pointer to a null-terminated string. By default, the Argumentsparameter is of type va_list*, which is a language- and implementation-specific data type for describing a variable number of arguments.

If the Win32 error value — passed in the dwparameter of the ReportLossmethod — to be formatted with FormatMessageis not NULL, then the mobile Internet browser first calls the file filter's IPegasusFileFilter::FormatMessagemethod in the current module request a description of the error. If the file filter's FormatMessagefails, then the browser attempts to identify the error using the system FormatMessagecall.

If dwis NULL, then the strings passed in the pszand Argumentsparameters are reported in a message by the mobile Internet browser when the file conversion is complete. Note that only one of the parameters dwor pszshould not be NULL. That is, either a message identifier or a message string may be passed in the call to ReportLoss.

Requirements

Header replfilt.h
Library coredll.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.