Contents Index Topic Contents | ||
Previous Topic: IScheduledWorkItem::DeleteTrigger Next Topic: IScheduledWorkItem::GetAccountInformation |
IScheduledWorkItem::EditWorkItem
HRESULT EditWorkItem( HWND hParent, DWORD dwReserved );Opens the configuration properties for the work item.
- Returns one of the following values:
S_OK The operation was successful. STG_E_NOTFILEBASEDSTORAGE The task object is not persistent. E_INVALIDARG The arguments are not valid. E_OUTOFMEMORY Not enough memory is available.
- hParent
- Handle to the parent window of the configuration properties window.
- dwReserved
- Reserved for internal use; this must be zero.
When you open the Properties page for a task from Windows®, the Task Scheduler calls this method to display the task's properties.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.