Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::GetWorkItemData Next Topic: IScheduledWorkItem::SetAccountInformation |
IScheduledWorkItem::Run
HRESULT Run(void);Runs the work item. The Task Scheduler service must be running for this method to succeed.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.