WM_MEASUREITEM - Syntax

This notification is sent to the owner of a specific control to establish the height and width for an item in that control.

param1
     SHORT  sIdentity      /*  Control identifier. */

param2
     ULONG  ulControlSpec  /*  Control-specific information. */

returns
     SHORT  sHeight        /*  Height of item. */
     SHORT  sWidth         /*  Width of item. */


[Back: WM_MEASUREITEM - Parameters]
[Next: WM_MEASUREITEM - Default Processing]