EnhEvent.Length

[This is preliminary documentation and subject to change.]

The Length property specifies the length of the file, in bytes. This property is read-only.

Syntax

[ lLength = ] object.Length 
 

Parts

object
Object expression that resolves to an EnhEvent object.
lLength
Long that receives the file length, in bytes. If the file cannot be opened, either because the file does not exist or because you do not have permissions, the length is 0.

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

EnhEvent.XmitDuration