Exemplo n.º 1
0
AutoConfig *CPluginMngr::CPlugin::GetConfig(size_t i)
{
	if (i >= GetConfigCount())
	{
		return nullptr;
	}

	return m_configs[i];
}
Exemplo n.º 2
0
BOOL CProcessControl::FreeConfigData() {
	m_pTransformData->freeallconfigdata();
	return GetConfigCount() > 0 ? 0 : 1;
}