ipsend.SendDeleteAnnouncement

[This is preliminary documentation and subject to change.]

The SendDeleteAnnouncement method sends a delete announcement over the broadcast medium. A delete announcement removes data about a specific enhancement from the Guide database.

Syntax

object.SendDeleteAnnouncement( sAnncFilename )
 

Parts

object
Object expression that resolves to an ipsend object.
sAnncFilename
String that contains the source filename of the delete announcement. This file is a text file that specifies the announcement in SDP/SAP protocol. For more information, see Enhancement Announcement Format.

Remarks

This method deletes data for the enhancement specified in the file, sAnncFilename. Note that the content of this file is identical to the content of the file specified in the call to ipsend.SendAnnouncement. In other words, you can use the same file to delete enhancement data from the Guide database that you used to set it.

Before you call this method, you must call ipsend.ConnectAnnouncement to establish a connection.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in ipenhsnd.idl.
  Import Library: Included as a resource in ipenhsnd.dll.
  Unicode: Yes.

See Also

ipsend.SendTrigger, ipsend.SendFTSFile, ipsend.SendAnnouncement, ipsend.SendEvent