Platform SDK: Broadcast Architecture

IATVEFAnnouncement::SetSendingIP

Specifies the IP address of the host that is sending the data.

HRESULT SetSendingIP(
  ULONG ulIP
);

Parameters

ulIP
The sending IP address in host order.

Return Value

Returns S_OK if the method succeeds; otherwise, an error code is returned.

Remarks

This method sets the "IP address" identifier in the "o=" field, and is required by the SDP protocol (upon which ATVEF announcements are based).

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in atvefsnd.idl.
  Import Library: Included as a resource in atvefsnd.dll.