Important: The information in this document is obsolete and should not be used for new development.
GetWindowPic
Use theGetWindowPicfunction to retrieve a handle to a window's picture.
FUNCTION GetWindowPic (theWindow: WindowPtr): PicHandle;
theWindow- A pointer to the window's window record.
DESCRIPTION
TheGetWindowPicfunction returns a handle to the picture to be drawn in a specified window's content region. The handle must have been stored previously with theSetWindowPicprocedure.