Contents Index Topic Contents | ||
Previous Topic: ListView_GetBkImage Next Topic: ListView_GetCheckState |
ListView_GetCallbackMask
UINT ListView_GetCallbackMask( HWND hwnd );Retrieves the callback mask for a list view control. You can use this macro or send the LVM_GETCALLBACKMASK message explicitly.
- Returns the callback mask.
- hwnd
- Handle to the list view control.
See also LVM_SETCALLBACKMASK
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.