WinQueryLboxCount - Remarks

This macro is defined as:

#define WinQueryLboxCount(hwndLbox)              \
        ((LONG)WinSendMsg(hwndLbox,              \
                          LM_QUERYITEMCOUNT,     \
                          (MPARAM)NULL,          \
                          (MPARAM)NULL))

This macro requires the existence of a message queue.


[Back: WinQueryLboxCount - Parameters]
[Next: WinQueryLboxCount - Related Functions]