ASPEN_TimeSetNotice

 

Related Topics

 

 

Purpose

Inform the application of a Server's current absolute time reference.

 

 

Notice

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

 

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

 

 

Structures

typedef struct

{

   ASPEN_TIME minutes;

   short seconds;

}ASPEN_TIME_SET_NOTICE;

 

typedef struct

{

   ASPEN_TIME minutes;

   short second;

}ASPEN_UPDATE_TIME;

 

 

Remarks

This event is used to report a change in the Aspen Server's time reference. An application must use the ASPEN_GetServerTime service to obtain an initial time reference.

 

 

See Also

ASPEN_GetServerTime

AspenEvent()

ASPEN_UPDATE_TIME

ASPEN_TIME_SET_NOTICE

ASPEN_TIME

AspenFreeMemory()

Events

 

 

Example

NA

 

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