[This is preliminary documentation and subject to change.]
The Store method saves an announcement to a file. This file can then be broadcast to clients during an announcement event.
object.Store( sFilename )
Announcements can be stored as a text file and then broadcast to the client at a later time. The Annc.Store method saves the attributes of an announcement from an announcement object to an announcement file. The announcement can then be transmitted to clients during an announcement event.
For more information about the format of announcement files, see Enhancement Announcement Format.
The following example stores an announcement in the file MyAnn.ann. The values of the announcement's attributes are the values specified in the properties of the announcement object.
ann.Store "MyAnn.ann"
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in stream.idl.
Import Library: Included as a resource in stream.dll.
Unicode: Yes.
Creating Enhancement Announcements, Enhancement Announcement Format, Annc.Clear, Annc.Load