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,
    unsigned long IpAddress
);

Parameters

DeviceName

Ascii device name.

Family

IP address family - AF_INET or AF_INET6

IpAddress

IpAddress in netwok byte order

Return Values

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

Requirements

Header Drvutl.h
Library Rtxtcpip.lib
IntervalZero.com | Support | Give Feedback