Reference: IVEWarningHandler

Overview

In C, IVEWarningHandler is the prototype for the callback routine registered with IVESetWarningHandler. Such a routine is called when IVEReportWarning is called.

Prototype (C)

typedef void (*IVEWarningHandler)(const char* message, size_t length)

Parameters

message
message is a message of length bytes which the routine is expected to display or log in some manner. message may not be terminated by a null character.
length
length is the number of bytes in message.

Cross references

IVESetWarningHandler, IVEGetWarningHandler, and IVEReportWarning


| categories | alphabetical |


modified May 7, 2002

Eric Branlund (eric@msg.ucsf.edu)