Contents Index Topic Contents | ||
Previous Topic: HDM_GETITEM Next Topic: HDM_GETITEMRECT |
HDM_GETITEMCOUNT
HDM_GETITEMCOUNT wParam = 0; lParam = 0;Retrieves a count of the items in a header control. You can send this message explicitly or use the Header_GetItemCount macro.
- Returns the number of items if successful, or -1 otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.