Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 339 of file msctf.c.
Referenced by add_active_textservice().
{ AtsEntry *ats, *cursor2; LIST_FOR_EACH_ENTRY_SAFE(ats, cursor2, &AtsList, AtsEntry, entry) { if (IsEqualCLSID(catid,&ats->ats->LanguageProfile.catid)) { deactivate_given_ts(ats->ats); list_remove(&ats->entry); HeapFree(GetProcessHeap(),0,ats->ats); HeapFree(GetProcessHeap(),0,ats); /* we are guarenteeing there is only 1 */ break; } } }