[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
);
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.
The application that calls the ResolveScheduledReminders method must delete the QueryDef object after use.
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::ResolveBroadcast, ITelevisionServices::ResolveBroadcastInclusively