示例#1
0
BOOL CExpBarContext::AddGroup(CValue& retVal, CValue** ppParams)
{
	retVal.AssignContext(new CEBGroupContext(ppParams[0]->GetString(),m_pExpBar));
	return TRUE;
}