The Titles.Remove method removes a specific title from a Titles collection on a NetShow Theater server.
Syntax
Titles.Remove
Parameters
index
An integer or string that uniquely identifies the object in the collection.
Remarks
You can not remove a title that is being added. Attempts to do so results in an E_Access_Denied error message. If you invoke the Titles.Remove method on a viewing title, the system generates a NS_S_Pending message. However, you will only get the S_OK message if you program with Visual Basic, which converts all success codes to S_OK.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.