Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
These functions deal with storing and retrieving data from the
per-window data area which you can allocate for a single window or a
class of windows. The size of the area can be specified on a per-class
basis as part of the WNDCLASS structure used in the RegisterClass()
function. If it is done this way, then whenever a window of that
class is created, the window extra bytes area is automatically
allocated. Alternatively, you can allocate a window extra bytes area
on a per-window basis using the SetWindowExtra() function. The window
extra byte area is automatically freed by MEWEL when a window is
destroyed.

 GetWindowByte
 GetWindowExtra
 GetWindowLong
 GetWindowPtr
 GetWindowWord
 SetWindowByte
 SetWindowExtra
 SetWindowLong
 SetWindowPtr
 SetWindowWord

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson