|
Data in the Window Structure
When an MDI application registers a window class, it may reserve extra space
in the window structure for application data specific to this particular class
of windows. To store and retrieve data in this extra space, the application uses
the GetWindowWord, SetWindowWord, GetWindowLong, and SetWindowLong functions.
To maintain a large amount of data for a child window, an application can
allocate memory for a data structure and then store the handle of the memory
containing the structure in the extra space associated with the child window.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|