Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - wndcopy() copy a window image to the clipboard http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WndCopy()              Copy a window image to the clipboard
--------------------------------------------------------------------------------

   Syntax:              WndCopy( <hWnd> [,<lAll>] )  --> nil

   Parameters:

   <hWnd>               Identifies the handle of the window whose
                        image is going to be placed at the clipboard.

   <lAll>               An optional logical value indicating if all
                        the window area is to be copied or just the
                        window client area. By default only the client
                        area gets copied.

   Returns:             nil

   Source code:         SOURCE\\WINAPI\\WndMove.c

   See also:            Class TClipBoard  WndPrint()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson