ITelevisionServices::ResolveScheduledReminders

[This is preliminary documentation and subject to change.]

The ResolveScheduledReminders method creates a DAO QueryDef query that represents the television shows that match the scheduled show reminders.

HRESULT ResolveScheduledReminders(
  BSTR  Workspace,  // in
  BSTR  QueryName,  // in
  BSTR  Reserved    // in
);
 

Parameters

Workspace
Name of the DAO workspace in which to create the query. This workspace can be either preexisting or newly created.
QueryName
Name of the new query.
Reserved
Reserved; should be an empty string.

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

The application that calls the ResolveScheduledReminders method must delete the QueryDef object after use.

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

ITelevisionServices::ResolveBroadcast, ITelevisionServices::ResolveBroadcastInclusively