Removes a specific title from a Titles collection on NetShow Theater Server.
Syntax
Titles.Remove( Index )
Parameters
Index
An Integer or String value that uniquely identifies the object in the collection.
Remarks
You cannot remove a title while it is being added. Attempts to do so result in an E_Access_Denied error message. If you invoke the Titles.Remove method on a title that is being viewed, the system generates an NS_S_Pending message. However, you receive the S_OK value if you program with Visual Basic, which converts all success codes to S_OK.
See Also
[Previous][Next]