[This is preliminary documentation and subject to change.]
The SplitBroadcastSchedule method parses a show reference into its constituent parts.
HRESULT SplitBroadcastSchedule(
BSTR ShowReference, // in
BSTR * EpisodeTitle, // out
short * Channel, // out
BSTR * Network, // out
BSTR * Station, // out
long * TuningSpace, // out
IUnknown ** TaskTrigger // out
);
Returns an HRESULT indicating success or failure. If the method succeeds, it returns S_OK. Otherwise, it returns an error code. For specific error codes, see the Winerror.h header file. To locate more information about Winerror.h, see Further Information on Television Services for the Client.
The SplitBroadcastSchedule method returns an error if the syntax of the show reference string is faulty.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in tssadmin.odl.
Import Library: Included as a resource in tssadmin.dll.
Unicode: Yes.
ITelevisionServices::MakeLocalBroadcastSchedule, ITelevisionServices::MakeRemoteBroadcastSchedule, ITelevisionServices::SplitSimpleBroadcastSchedule