The information in this article applies to:
SUMMARY
To generate several child windows of the same class, each having
its own set of static variables and independent of the sets of the
variables in the sibling windows, you need to use the cbWndExtra field in
WNDCLASS, the window-class data structure, when registering a window; then,
use SetWindowWord() (or Long) and GetWindowWord() (or Long). These
functions will either get or set additional information about the window
identified by hWnd.
Additional query words: win16sdk
Keywords : kbNTOS kbGrpUser kbWinOS kbWndw kbWndwClass kbWndwProp |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |