Share via


IMsTscAxEvents::OnWarning (Windows Embedded CE 6.0)

1/6/2010

This method is called when the client control encounters a non-fatal error condition.

Syntax

VOID OnWarning(
  long warningCode
);

Parameters

  • warningCode
    [in] The warning code.

    If this parameter is set to 1, the bitmap cache is corrupt.

Return Value

None.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscAxEvents