MIB_IPMCAST_OIF (Compact 2013)
3/26/2014
This structure stores the information that is required to send an outgoing IP multicast packet.
Syntax
typedef struct _MIB_IPMCAST_OIF {
DWORD dwOutIfIndex;
DWORD dwNextHopAddr;
PVOID pvReserved;
DWORD dwReserved;
} MIB_IPMCAST_OIF,
*PMIB_IPMCAST_OIF;
Members
- dwOutIfIndex
The index of the interface on which to send the outgoing IP multicast packet.
- dwNextHopAddr
The destination address for the outgoing IPv4 multicast packet.
- pvReserved
Reserved. This member should be NULL.
- dwReserved
Reserved. This member should be zero.
Remarks
The MIB_IPMCAST_MFE structure is used by the Multicast Group Manager functions. The MIB_IPMCAST_OIF structure is retrieved as a member of the MIB_IPMCAST_MFE structure by using the MgmGetMfe function.
Requirements
Header |
ws2def.h, |