Contents Index Topic Contents | ||
Previous Topic: ListView_GetNumberOfWorkAreas Next Topic: ListView_GetSelectedCount |
ListView_GetOrigin
BOOL ListView_GetOrigin( HWND hwnd, LPPOINT lpptOrg );Retrieves the current view origin for a list view control. You can use this macro or send the LVM_GETORIGIN message explicitly.
- Returns TRUE if successful, or FALSE if the current view is list or report view.
- hwnd
- Handle to the list view control.
- lpptOrg
- Address of a POINT structure that receives the view origin.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.