Painttable

OllyDbg Plugin API

Painttable

Implements processing of WM_PAINT message for all table windows. Call this function only when processing WM_PAINT.

void Painttable(HWND hw,t_table *pt,DRAWFUNC getline);

Parameters:

hw - handle of window to be redrawn;

pt - pointer to descriptor of table window;

getline - pointer to custom function that prepares data to be drawn in specified cell of table window.

See also: DRAWFUNC