Processing the WM_DESTROYCLIPBOARD Message
A window can process the
WM_DESTROYCLIPBOARD message in order to free any resources that it set aside to support delayed
rendering. For example the Label application, when copying a label to the
clipboard, allocates a local memory object. It then frees this object in response to
the WM_DESTROYCLIPBOARD message, as follows.
case WM_DESTROYCLIPBOARD:
if (pboxLocalClip != NULL)
{
LocalFree(pboxLocalClip);
pboxLocalClip = NULL;
}
break;
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database