Contents Index Topic Contents | ||
Previous Topic: RB_HITTEST Next Topic: RB_INSERTBAND |
RB_IDTOINDEX
RB_IDTOINDEX wParam = (WPARAM)(UINT) uBandID; lParam = 0;Converts a band identifier to a band index in a rebar control.
- Returns the zero-based band index if successful, or -1 otherwise. If duplicate band identifiers exist, the first one is returned.
- uBandID
- The application-defined identifier of the band in question. This is the value that was passed in the wID member of the REBARBANDINFO structure when the band was inserted.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.