ASPEN_AlertNotice

 

Related Topics

 

 

Purpose

Inform the application of an alert message coming from an Aspen Server.

 

 

Notice

The notice parameter of the AspenEvent() function receives a pointer to a ASPEN_ALERT_NOTICE structure.

 

This structure is dynamically allocated by Aspen and must be freed using the AspenFreeMemory() function after use.

 

 

Structure

typedef struct

{

   int usage;

   unsigned long handle;

   char *text;

}ASPEN_ALERT_NOTICE;

 

 

Remarks

Alert messages can be sent from an Aspen Server to all clients of that Server.

 

 

See Also

AspenEvent()

Events

ASPEN_ALERT_NOTICE

AspenFreeMemory()

 

 

Example

NA

 

©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.