BCGControlBar Pro for MFC
BOOL CBCGPTasksPane::SetTaskName ( int  nGroup,
int  nTask,
LPCTSTR  lpszTaskName 
)

Sets a new task name.

Returns
TRUE, if the function succeeds; FALSE, if the specified task does not exist.

Use this function to set a new task name.

Parameters
nGroupSpecifies the zero-based index of task's group.
nTaskSpecifies the zero-based index of task.
lpszTaskNameSpecifies the new task name.