Error handler

Description

An error handler is a user-defined function.

Syntax

SMC_VOID ErrorCallback (
 SMC_CONNECT_ID clientId,
 SMC_COMMAND_ID commandId,
 SMC_VOIDP userDataHandle)

Parameters

clientId

identifies a Monitor connection.

commandId

identifies an instance of a command.

userDataHandle

user-supplied pointer.

Usage

NoteC++ member functions cannot be used as callback functions.