ITelevisionServices::get_ScheduledItems

[This is preliminary documentation and subject to change.]

The get_ScheduledItems method returns a read-only ScheduledItems collection that contains all the show reminders currently active in Broadcast Architecture.

HRESULT get_ScheduledItems(
  IScheduledItems **ppScheduledRet  
);
 

Parameters

ppScheduledRet
Pointer to a pointer to the ScheduledItems collection that contains all of the current show reminders.

Return Values

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 and Dbdaoerr.h header files. To locate more information about Winerror.h and Dbdaoerr.h, see Further Information on Television Services for the Client.

QuickInfo

  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.

See Also

IScheduledItems