Поделиться через


ITask::Save (Windows CE 5.0)

Send Feedback

This method saves a Task item.

HRESULT Save ();

Return Values

S_OK indicates that the Task item was saved successfully. If the Task cannot be saved, the appropriate HRESULT is returned.

Remarks

ITask::Save generates an E_INVALIDDATES error when the following conditions are met:

  • the HKLM\Software\Microsoft\Pim\Outlook\Outlook registry key is set to zero
  • PIMPR_START_DATE is set to NONE
  • PIMPR_DUE_DATE has a valid date

This registry setting is for Schedule+ backward compatibility. If you do not need Schedule+ backward compatibility, then set this value to one.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.

See Also

ITask | ITask Properties

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.