(Page 18 of 23 in this chapter) Version
DWORD error;
/* Add space for a new allocated member */
error = cnfResizeConference (cnfresourcehd, confid,
CNF_INCREASE_ALLOCATED, 1);
if (error != SUCCESS)
{
printf("Error when resizing conference : %d", error);
return(error);
}
(Page 18 of 23 in this chapter) Version