ASPEN_ClosureNotice

 

Related Topics

 

 

Purpose

Inform the application that the session has been deliberately closed by the Server.

 

 

Notice

For this event notice, the notice parameter of the AspenEvent() function receives a pointer to a ASPEN_CLOSURE_NOTICE structure.

 

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

 

 

Structure

typedef struct

{

char *text;

}ASPEN_CLOSURE_NOTICE;

 

 

Remarks

None.

 

 

See Also

AspenEvent()

Events

ASPEN_CLOSURE_NOTICE

AspenFreeMemory()

 

 

Example

NA

 

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