LVM_GETORIGINLVM_GETORIGIN*
*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.

lpptOrg
Address of a POINT structure that receives the view origin.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.