Uwe Bonnes wrote: > typedef struct tagGDIOBJHDR > { > HANDLE16 hNext; > WORD wMagic; > DWORD dwCount; > + HDC refcount; > } GDIOBJHDR; doh... wouldn't it be better if refcount were an int ? (François shall not like it when -DSTRICT is turned on ;-) A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle
- Re: Poor Man's GDI Object Refcount Eric Pouech
- Re: Poor Man's GDI Object Refcount Andreas Mohr
- Re: Poor Man's GDI Object Refcount Huw D M Davies