Knowledge Base

INFO: Use of Allocations w/ cbClsExtra & cbWndExtra in Windows

Article ID: 11606

Article Last Modified on 7/11/2005


APPLIES TO


This article was previously published under Q11606

SUMMARY

The following is an explanation of the use of the allocations with cbClsExtra and cbWndExtra?:
  • cbClsExtra: Extra bytes to allocate to CLASS data structure in USER.EXE local heap when RegisterClass() is called. Accessed by Get/Set CLASS Word/Long ();.
  • cbWndExtra: Extra bytes to allocate to WND data structure in USER.EXE local heap when CreateWindow() is called. Accessed by Get/Set WND Word/Long ();.
You can use these structures at your discretion and for any purpose you desire.

Keywords: kbinfo kbwndwprop kbwndwclass KB11606