Windows Media Services SDK banner art
PreviousNext

OnChannelClose Event

Fired when a station is closed.

Syntax

NSChannelMgr_OnChannelClose( StationName, StationDesc, StationID )

Parameters

StationName

A String value specifying the name of the closed station.

StationDesc

A String value describing the closed station.

StationID

A Long value specifying the station ID of the closed station.

Example

Sub NSChannelMgr_OnChannelClose (TheStation, Desc, ID)
  MsgBox ("Station " & TheStation.Name & " is closed.")
End Sub

See Also

OnChannelOpen

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.