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] [Next]