[ROOT] --> C-Client

struct PEConsole

A mechanism for outputting messages to the client

Source:
Include\pcreapi.h

Variables Index

PEClientErrorMsg
Output a client error message.
PEFatalErrorMsg
Output a fatal error message.
PEGatewayErrorMsg
Output a gateway error message.
PEInternalErrorMsg
Output an internal error message.
PEOutputMsg
Output a message
PEPCREAPIErrorMsg
Output an API error message.
PEServerErrorMsg
Output a server error message.


Variables

PEOutputMsg

void ( * PEOutputMsg ) ( const char * msg )

Output a message

Parameters:
msg The message to be output.

PEFatalErrorMsg

void ( * PEFatalErrorMsg ) ( const char * msg )

Output a fatal error message.

Parameters:
msg The message to be output.

PEInternalErrorMsg

 void ( * PEInternalErrorMsg ) ( const char * msg )

Output an internal error message.

Parameters:
msg The message to be output.

PEServerErrorMsg

void ( * PEServerErrorMsg ) ( const char * msg )

Output a server error message.

Parameters:
msg The message to be output.

PEClientErrorMsg

void ( * PEClientErrorMsg ) ( const char * msg )

Output a client error message.

Parameters:
msg The message to be output.

PEPCREAPIErrorMsg

void ( * PEPCREAPIErrorMsg ) ( const char * msg )

Output an API error message.

Parameters:
msg The message to be output.

PEGatewayErrorMsg

void ( * PEGatewayErrorMsg ) ( const char * msg )

Output a gateway error message.

Parameters:
msg The message to be output.

Copyright (c) 2000 Dynalivery Corp.