The information in this article applies to:
SUMMARY
In the Microsoft Windows Software Development Kit (SDK) version 3.1
"Programmer's Reference Volume 2: Functions," page 828 of the
documentation for the SetClipboardData function states:
MORE INFORMATIONUnder the debugging version of Windows, if an application calls the SetClipboardData function with a handle to a GDI object, and a format identifier in the range CF_GDIOBJFIRST through CF_GDIOBJLAST, Windows will output the following message on the debugging terminal: This is due to a problem in Windows version 3.1. Windows treats the GDI object's handle as a global memory handle, when it should treat it as a GDI handle (for example, a handle to a brush, palette, font, and so on.) In addition, the object will not be deleted properly when the EmptyClipboard function is called. This leads to a loss of memory in GDI's heap. When GDI's heap is exhausted, either Windows crashes or output is corrupted. Additional query words: 3.10 docerr
Keywords : kbdocfix kb16bitonly kbSDKPlatform |
Last Reviewed: June 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |