EnhEvents.Clear

[This is preliminary documentation and subject to change.]

The Clear method removes all events from the enhancement stream. The event objects are destroyed.

Syntax

object.Clear()
 

Parts

object
Object expression that resolves to an EnhEvents object.

Remarks

If you load an enhancement stream from a file without first clearing the current enhancement stream, the two streams are merged.

For example, if you had a stream with events A and B occurring at 15 and 30 seconds, and a second stream with events C and D occurring at 20 and 45 seconds, the merged stream would have events in the following order: A, C, B, and D.

QuickInfo

  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.

See Also

EnhEvents.Load