Activatetablewindow

HWND Activatetablewindow(t_table *pt);

If table pt has associated window, restores window (if minimized), brings it to foreground, sets focus and returns handle of the MDI container. On error or if table has no window, returns NULL.


Parameters:

pt
Pointer to table (structure of type t_table)


Return values:

Handle of the wrapper window (standalone or MDI container), t_table->hparent


See also:
Tables, t_table, Createottablewindow(), Createtablewindow()