GetWindowPic
returns handle to Picture defining window contents; 0=none of a window. In most cases, it returns NIL, indicating that no such picture
exists.
Returns: the value found in the windowPic field of theWindow 's WindowRecord. A non-NIL value indicates that a previous call to
Notes: This routine can be used as part of a speed-optimization technique you can
use to avoid time-consuming updates on windows that do not change, or
windows that have been saved temporarily as a bit image.
for related information.