[This is preliminary documentation and subject to change.]
The MprConfigInterfaceDelete function removes a router interface from the router configuration. All transport information associated with this interface is also removed.
DWORD MprConfigInterfaceDelete(
HANDLE hMprConfig, // handle to the router configuration
HANDLE hRouterInterface // handle to the interface configuration
);
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, MprConfigServerConnect