2.2.10 MULTICAST_ID

The MULTICAST_ID structure defines a multicast queue identifier.

 typedef struct _MULTICAST_ID {
   ULONG m_address;
   ULONG m_port;
 } MULTICAST_ID;

m_address: The IP address of the queue.

m_port: The port to which the queue is attached.