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 - measureitem() fivewin function to dispatch wm_measureitem msgs http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MeasureItem()          FiveWin function to dispatch WM_MEASUREITEM msgs
--------------------------------------------------------------------------------

   Syntax:              MeasureItem( <nPMeasureItemStruct>, <nHeight> )
                                --> <lSuccess>

   Parameters:

   <nPMeasureItemStruct>  A pointer ( numeric value ) to a
                          MEASUREITEM WinApi struct.

   <nHeight>              The height to be assigned into that
                          MEASUREITEM struct.

   Returns:

   <lSuccess>             If the operation has been performed
                          successfully.

   Observations:          This function is managed automatically by
                          FiveWin to determinate the dimensions of a
                          'ownerdraw' WinApi control.

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

   See also:              TWindow:MeasureItem()


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