ListView_GetOriginListView_GetOrigin*
*



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.

hwnd
Handle to the list view control.
lpptOrg
Address of a POINT structure that receives the view origin.

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