ASPEN_ALERT_NOTICE

 

Related Items

 

 

Purpose

Contain an alert message coming from an Aspen Server.

 

 

Structure

typedef struct

{

   int            usage;

   unsigned long  handle;

   char           *text;

}ASPEN_ALERT_NOTICE;

 

 

Fields

usage

usage is an integer value that indicates to the application whether this is a new message to be displayed (value of 1) or an old message that is ready to be erased (value of 0).

 

handle

The handle field is an opaque 32-bit handle that can be used to identify alert messages. The handle for the display notification will be the same as the handle received during a notice to erase an alert message.

 

*text

The text field is a null terminated string that contains the text of the alert message. This field is valid only when usage equals 1.

 

 

See Also

ASPEN_AlertNotice

 

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