ASPEN_DEFINE_SERVER_NOTICE

 

Related Items

 

 

Purpose

Identify a Server that has become available to the client application.

 

 

Structure

typedef struct

{

   ASPEN_ADDRESS address;

   char          server_name[ASPEN_MAX_SERVER_NAME];

}ASPEN_DEFINE_SERVER_NOTICE;

 

 

Fields

address

address gives the network address of the Server. The exact format of that address is, of course, dependent on the underlying transport protocol being used.

 

*serverName

serverName is a null terminated ASCIIZ string identifying the name assigned to the Server by the Server's administrator.

 

 

See Also

ASPEN_DefineServerNotice

 

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