stm.h header

This header is used by Routing and Remote Access Service. For more information, see:

stm.h contains the following programming interfaces:

Callback functions

 
PBLOCK_CONVERT_SERVICES_TO_STATIC

The BlockConvertServicesToStatic function converts all services received on a specified interface to static.
PBLOCK_DELETE_STATIC_SERVICES

The BlockDeleteStaticServices function deletes all static services associated with a specified interface.
PCLOSE_SERVICE_ENUMERATION_HANDLE

The CloseServiceEnumerationHandle function terminates the enumeration and frees associated resources.
PCREATE_SERVICE_ENUMERATION_HANDLE

The CreateServiceEnumerationHandle function returns a handle that allows the use of fast and change-tolerant enumeration functions.
PCREATE_STATIC_SERVICE

The CreateStaticService function adds a static service to the table.
PDELETE_STATIC_SERVICE

The DeleteStaticService function deletes a static service from the table.
PENUMERATE_GET_NEXT_SERVICE

The EnumerateGetNextService function returns the next service entry in an enumeration started by CreateServiceEnumerationHandle.
PGET_FIRST_ORDERED_SERVICE

The GetFirstOrderedService function returns the first service in the specified order from the designated subset of services in the table.
PGET_NEXT_ORDERED_SERVICE

The GetNextOrderedService function returns the next service from a subset of services in the table. The service returned is the next service after a given input service using the ordering method specified.
PGET_SERVICE_COUNT

The GetServiceCount function returns the number of services in the table.
PIS_SERVICE

The IsService function checks whether a service of specified type and name exists in the service table, and optionally returns the service's parameters.

Structures

 
IPX_SERVER_ENTRY

The IPX_SERVER_ENTRY structure describes a particular IPX service.
IPX_SERVICE

The IPX_SERVICE structure contains information about an IPX service, and identifies the interface and protocol through which this information was obtained.
MPR40_SERVICE_CHARACTERISTICS

The MPR40_SERVICE_CHARACTERISTICS (stm.h) structure contains information used to register a routing protocol with the router manager.
MPR50_SERVICE_CHARACTERISTICS

The MPR50_SERVICE_CHARACTERISTICS (stm.h) structure contains information used to register a routing protocol with the router manager.