[This is preliminary documentation and subject to change.]
The MprConfigInterfaceTransportRemove function removes the specified transport from the specified interface configuration on the router.
DWORD MprConfigInterfaceTransportRemove(
HANDLE hMprConfig, // handle to the router configuration
HANDLE hRouterInterface, // handle to the interface configuration
HANDLE hRouterIfTransport // handle to the transport configuration
);
hMprConfig is NULL.
hRouterInterface is NULL.
phRouterIfTransport is NULL.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
FormatMessage, MprConfigInterfaceCreate, MprConfigInterfaceEnum, MprConfigInterfaceGetHandle, MprConfigInterfaceTransportAdd, MprConfigInterfaceTransportEnum, MprConfigInterfaceTransportGetHandle, MprConfigServerConnect