| c++ Programming Glossary: gdicellHow to get list of GDI handles http://stackoverflow.com/questions/13905661/how-to-get-list-of-gdi-handles   CloseHandle hProcess return 1  get GDI table ptr from PEB GDICELL_WOW64 gdiTable GDICELL_WOW64 LPVOID peb GdiSharedHandleTableOffset.. 1  get GDI table ptr from PEB GDICELL_WOW64 gdiTable GDICELL_WOW64 LPVOID peb GdiSharedHandleTableOffset address in remote.. hProcess return 1  free peb DWORD tableSize sizeof GDICELL_WOW64 tableCount size of GDI table GDICELL_WOW64 table GDICELL_WOW64.. 
 |