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 - mapdialogrect() converts dialogbox units into screen units (pixels) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MapDialogRect()        Converts dialogbox units into screen units (pixels)
--------------------------------------------------------------------------------

   Syntax:              MapDialogRect( <hDlg>, <aRect> ) --> nil

   Parameters:

   <hDlg>               The handle of the window of the dialogbox.
                        <oDlg>:hWnd.

   <aRect>              An array holding the rect values:
                        { nTop, nLeft, nBottom, nRight }

   Returns:             The pixel values are stored again inside the
                        aRect array.

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


See Also: GetDialogBaseUnits()

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