ASPEN_TransportUnavailableNotice

 

Related Topics

 

 

Purpose

Inform the application that a network transport family is unavailable.

 

 

Notice

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

 

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

 

 

Structure

typedef struct

{

   int  family;

   char protocol[16];

   char provider[60];

   char errorTag[16];

   char errorText[80];

}ASPEN_TRANSPORT_UNAVAILABLE_NOTICE;

 

 

Remarks

Currently, ASPEN_INET is the only valid transport.

 

 

See Also

AspenEvent()

ASPEN_TRANSPORT_UNAVAILABLE_NOTICE

ASPEN_INET

AspenFreeMemory()

Events

 

 

Example

NA

 

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