IMsTscAxEvents::OnFatalError (Windows Embedded CE 6.0)
1/6/2010
This method is called when the client control encounters a fatal error.
Syntax
VOID OnFatalError(
long errorCode
);
Parameters
errorCode
[in] Specifies the error code.The following table shows possible values for this parameter.
Error Code Description 0
An unknown error has occurred.
1
Internal error code 1.
2
Out of memory.
3
Window creation error.
4
Internal error code 2.
5
Internal error code 3 (invalid state).
100
Winsock initialization error.
Return Value
None.
Remarks
In response to this event, the container displays an error message and shuts down.
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |