ID Number: Q77360
3.00
WINDOWS
docerr
Summary:
Page 6-103 of the "Microsoft Windows Software Development Kit
Reference Volume 1" incorrectly describes the contents of the lParam
parameter. The correct documentation is as follows:
The low-order word of the lParam parameter contains a global handle
to a RECT data structure that specifies the area the clipboard
owner should paint. The high-order word is not used.
In the comments section, modify the reference to a PAINTSTRUCT
structure in the second paragraph to refer to a RECT.