BOOL CBCGPTasksPane::SetTaskName | ( | int | nGroup, |
int | nTask, | ||
LPCTSTR | lpszTaskName | ||
) |
Sets a new task name.
Use this function to set a new task name.
nGroup | Specifies the zero-based index of task's group. |
nTask | Specifies the zero-based index of task. |
lpszTaskName | Specifies the new task name. |