Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
[[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.] ]
Displays the Task, Schedule, and settings property pages for the work item, allowing a user set the properties on those pages.
Syntax
HRESULT EditWorkItem(
  [in] HWND  hParent,
  [in] DWORD dwReserved
);
Parameters
[in] hParent
Reserved for future use. Set this parameter to NULL.
[in] dwReserved
Reserved for internal use; this parameter must be set to zero.
Return value
The EditWorkItem method returns one of the following values.
| Return code | Description | 
|---|---|
  | 
The operation was successful. | 
  | 
The work item object is not persistent. | 
  | 
The arguments are not valid. | 
  | 
Not enough memory is available. | 
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 |