The information in this article applies to:
SYMPTOMSIf an application uses SetWindowLong() with GWL_USERDATA in Win32s, then the debug version of Windows will issue warning messages saying that some window properties were not removed when the window is destroyed. CAUSE
GWL_USERDATA is supported under Win32s, even though this feature is not
available under Windows 3.x.
RESOLUTION
Even though Win32s does not remove the window properties, they are actually
deleted by Windows upon application termination. No memory leak will occur
from this problem, so it is safe to ignore the warning in most cases.
STATUSThis behavior is by design. Additional query words: win32s gwl_userdata
Keywords : kbWin32s |
Last Reviewed: March 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |