Contents Index Topic Contents | ||
Previous Topic: LVM_GETNUMBEROFWORKAREAS Next Topic: LVM_GETSELECTEDCOUNT |
LVM_GETORIGIN
LVM_GETORIGIN wParam = 0; lParam = (LPARAM) (LPPOINT) lpptOrg;Retrieves the current view origin for a list view control. You can send this message explicitly or by using the ListView_GetOrigin macro.
- Returns TRUE if successful, or FALSE if the current view is list or report view.
- lpptOrg
- Address of a POINT structure that receives the view origin.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.