|
Returns whether groupA is included in groupB.
A NULL group_handle means the whole world
Return value: Returns YES or NO.
Note the following examples:
1) If groupA_handle==groupB_handle returns YES
2) If groupB_handle==NULL returns YES
Parameters:
groupA_handle, groupB_handle: checks wheter groupA belongs to groupB
See also STATE_group_is_groupA_included_in_enabled_parts_of_groupB();
Version note:
In version 5.0 and before STATE_group_is_groupA_included_in_groupB() was identical to
STATE_group_is_groupA_included_in_enabled_parts_of_groupB(). In other words, in old version
there was only one function which behaved exactly as STATE_group_is_groupA_included_in_enabled_parts_of_groupB()
|