IScheduledWorkItem::GetErrorRetryCount method (mstask.h)

[[This API may be altered or unavailable in subsequent versions of the operating system or product. Please use the Task Scheduler 2.0 Interfaces instead.] ]

Retrieves the number of times that the Task Scheduler will retry an operation when an error occurs. This method is not implemented.

Syntax

HRESULT GetErrorRetryCount(
  [out] WORD *pwRetryCount
);

Parameters

[out] pwRetryCount

A pointer to a WORD that contains the number of times to retry.

Return value

Not implemented.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header mstask.h
Library Mstask.lib
DLL Mstask.dll
Redistributable Internet Explorer 4.0 or later on Windows NT 4.0 and Windows 95

See also

IScheduledWorkItem

SetErrorRetryCount