Re: msctf: add internal function for handling TfClientIds

2009-02-23 Thread Aric Stewart
Yup, reworked and resent. -aric James Mckenzie wrote: > Alexandre Julliard wrote on Feb 23: >> Aric Stewart writes: >> >>> +/* If i understand this correctly at most a process should generate >>> + * only a handful of these... But in case I am wrong */ >>> +if (id_last == 65535) >>

Re: msctf: add internal function for handling TfClientIds

2009-02-23 Thread James Mckenzie
Alexandre Julliard wrote on Feb 23: > >Aric Stewart writes: > >> +/* If i understand this correctly at most a process should generate >> + * only a handful of these... But in case I am wrong */ >> +if (id_last == 65535) >> +{ >> +ERR("TfClientIds generated exceeds USHORT

Re: msctf: add internal function for handling TfClientIds

2009-02-23 Thread Alexandre Julliard
Aric Stewart writes: > +/* If i understand this correctly at most a process should generate > + * only a handful of these... But in case I am wrong */ > +if (id_last == 65535) > +{ > +ERR("TfClientIds generated exceeds USHORT limit\n"); > +return 0x0; > +} > +