[This is preliminary documentation and subject to change.]
The MprAdminInterfaceTransportRemove function removes a transport (for example, IP or IPX) from an specified interface.
DWORD MprAdminInterfaceTransportRemove(
MPR_SERVER_HANDLE hMprServer, // handle to router
HANDLE hInterface, // handle to interface
DWORD dwTransportlId // transport/router manager ID
);
Note that the dwTransportId parameter also specifies a unique router manager, since Windows NT router uses a different router manager for each transport.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
MprAdminInterfaceCreate, MprAdminInterfaceTransportAdd, MprAdminServerConnect