msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBM_SHOWLIST (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINENTRYFIELDS
 
CBM_SHOWLIST
mp1 = MPFROMSHORT((USHORT) fShow);    /* show flag              */
mp2 = 0L;                             /* not used, must be zero */
 
An application sends a CBM_SHOWLIST message to show or hide the list box in
a combination box.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
fShow      Low word of mp1. Specifies whether to show or hide the list box.
           If this parameter is TRUE, the list box is shown; otherwise, it
           is hidden.
 
Return Value
 
The return value is TRUE if the state of the list box changes or FALSE if it
does not change.
 
See Also
 
CBM_ISLISTSHOWING