Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::SetCreator Next Topic: IScheduledWorkItem::SetErrorRetryInterval |
IScheduledWorkItem::SetErrorRetryCount
HRESULT SetErrorRetryCount( WORD wRetryCount );Not currently implemented. Sets the number of times the task will try to run again if 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.
- wRetryCount
- Value assigned as the number of error retries for the current task.
See also IScheduledWorkItem::GetErrorRetryCount
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.