ASPEN_TransportAvailableNotice

 

Related Topics

 

 

Purpose

Inform the application that a network transport family is available.

 

 

Notice

For this event notice, the notice parameter of the AspenEvent() function receives a pointer to an ASPEN_TRANSPORT_AVAILABLE_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];

}ASPEN_TRANSPORT_AVAILABLE_NOTICE;

 

 

Remarks

Currently, ASPEN_INET is the only valid transport.

 

 

See Also

AspenEvent()

ASPEN_TRANSPORT_AVAILABLE_NOTICE

ASPEN_INET

AspenFreeMemory()

Events

 

 

Example

NA

 

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