3.10.4.1.38 MulticastAddress (Opnum 44)

The MulticastAddress method is received by the server in an RPC_REQUEST packet. In response, the server sets the MulticastAddress instance variable, which specifies the multicast address on which the referenced queue listens.

 [propput] HRESULT MulticastAddress(
   [in] BSTR bstrMulticastAddress
 );

bstrMulticastAddress: A BSTR that specifies the multicast address on which the referenced queue listens.

Return Values: The method MUST return S_OK (0x00000000).

When processing this call, the server MUST abide by the following contract:

  • Set Queue.MulticastAddress to the value of the bstrMulticastAddress input parameter.

  • Return S_OK (0x00000000) and take no further action.