IScheduledItems::Remove

[This is preliminary documentation and subject to change.]

The Remove method deletes a scheduled show reminder from a ScheduledItems collection.

HRESULT Remove(
  BSTR  Index  // in
);
 

Parameters

Index
Index of the show reminder to delete.

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.

Remarks

Your application can obtain the index for a scheduled show reminder from the enumerator method IScheduledItems::get__NewEnum, or as a return value from the IScheduledItems::Add or IScheduledItems::AddFromQuery method.

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::Add, IScheduledItems::AddFromQuery, IScheduledItems::get__NewEnum