Window iconification How Windom handles iconification? The WindGet()/WindSet() functions
Programming guideline of WinDom

The iconification messages

When EvntWindom() receives an iconification message, it calls the associated function. The function WindCreate() attributes a set of standard functions (that allows window to handle automatically the iconification). Let's explain the signification of each message and what do the standard functions attributed to these messages.

Structure of the message:

evnt.buff[ 0] = WM_ICONIFY, WM_UNICONIFY, WM_ALLICONIFY
evnt.buff[ 1] = AES application identifier of sender
evnt.buff[ 2] = always 0
evnt.buff[ 3] = window handle
evnt.buff[ 4] = x coordinate
evnt.buff[ 5] = y coordinate
evnt.buff[ 6] = width
evnt.buff[ 7] = height