IScheduledItems::get__NewEnum

[This is preliminary documentation and subject to change.]

The get__NewEnum method returns an reference to an enumerator that iterates through a list of the scheduled show reminders.

HRESULT get__NewEnum(
  IUnknown ** ppUnk  // out
);
 

Parameters

ppUnk
Reference to an enumerator that iterates through the scheduled reminders. The returned object implements the VARIANT enumerator interface, IEnumVARIANT. To locate more information about enumerating collections using IEnumVARIANT, see Further Information on Television Services for the Client.

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::get_Count, IScheduledItems::Item