Contents Index Topic Contents | ||
Previous Topic: ITaskScheduler::AddWorkItem Next Topic: ITaskScheduler::Enum |
ITaskScheduler::Delete
HRESULT Delete( LPCWSTR pwszName );Deletes a task.
- 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.
- pwszName
- LPCWSTR that specifies the name of the task to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.