Task Properties
Previous | Next |
Task Properties
Windows Portable Devices supports the following task properties.
Property | VarType | Description |
WPD_TASK_OWNER | VT_LPWSTR | The owner of the task. |
WPD_TASK_PERCENT_COMPLETE | VT_UI4 | A number between 0 and 100 that specifies how complete the task is. |
WPD_TASK_REMINDER_DATE | VT_DATE | A value that specifies when a reminder should be sent to perform the task, if not complete. |
WPD_TASK_STATUS | VT_LPWSTR | A string description of the status of the task. For example, "In Progress". |
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |