BOOL CBCGPTasksPane::GetGroupLocation | ( | CBCGPTasksGroup * | pGroup, |
int & | nGroup | ||
) | const |
Given a pointer to group, returns the group index in the internal group list.
Use this function to search the tasks group in the internal list. For reverse operation use GetTaskGroup() member function.
pGroup | The tasks group |
nGroup | [out] The zero-based index of the group in the internal list of groups. |