RtnDeleteMultiRoute

RtnDeleteMultiRoute first validates if it has received a proper multicast IP address. It then deletes the multicast IP address from the routing table on the selected device.

Syntax

INT RtnDeleteMultiRoute(
    CHAR *DeviceName,
    INT Family,
    ULONG IpAddress
);

Parameters

DeviceName

Ascii device name.

Family

IP address family - AF_INET or AF_INET6.

IpAddress

IpAddress in network byte order.

Return Value

0 (zero) if the function succeeds, -1 if the function fails.

Requirements

Minimum Supported Version RTX64 2013
Header rtnapi.h
Library RtTcpip.lib