Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetMostRecentRunTime Next Topic: IScheduledWorkItem::GetRunTimes |
IScheduledWorkItem::GetNextRunTime
HRESULT GetNextRunTime( [in, out] SYSTEMTIME * pstNextRun );Retrieves the next time the work item will run.
- Returns one of the following values:
S_OK The operation was successful. E_INVALIDARG The arguments are not valid. E_OUTOFMEMORY Not enough memory is available.
- pstNextRun
- Address of a SYSTEMTIME structure that contains the next time the work item will run.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.