Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetErrorRetryCount Next Topic: IScheduledWorkItem::GetExitCode |
IScheduledWorkItem::GetErrorRetryInterval
HRESULT GetErrorRetryInterval( WORD * pwRetryInterval );Not currently implemented. Retrieves the time interval, in minutes, between task retries after an error occurs.
- 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. E_NOTIMPL Not implemented.
- pwRetryInterval
- Address of a value that contains the time interval between retries of the current task after an error occurs.
See also IScheduledWorkItem::SetErrorRetryInterval
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.