EnhEvent.Only

[This is preliminary documentation and subject to change.]

The Only property indicates whether the client application should transmit dependencies for the event.

Syntax

object.Only [ = lOnly ]
 

Parts

object
Object expression that resolves to an EnhEvent object.
lOnly
Long that indicates whether dependencies should be transmitted for the event. If this value is non-zero, dependencies should be not be transmitted. If it is zero, they should be.

Remarks

You set the Only property to non-zero to prevent the stream compiler from scheduling transmission of dependent files such as GIFs and FutureSplash animations. This is useful, for example, in cases where the dependencies already reside on the client machine, either transmitted by some other means such as Internet channel broadcasting, a previous event, or installed explicitly by the user.

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.