Microsoft DirectX 9.0

IBDA_IPSinkControl::GetMulticastList

The GetMulticastList method retrieves a list of the multicast addresses to which the IP Sink filter is listening.

Syntax

HRESULT GetMulticastList(
  unsigned long  *pulcbSize,
  BYTE**  pbBuffer
);

Parameters

  pulcbSize

[out]  Pointer to a variable that receives the length of the buffer, in bytes.

  pbBuffer

[out]  Pointer to a byte array containing the multicast list.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

IBDA_IPSinkControl is no longer being supported for Ring 3 clients. Use the BDA_IPSinkInfo interface instead.

See Also