ZeeGrid Control Message

ZGM_GETRANGESUM


ZGM_GETRANGESUM

An application sends a ZGM_GETRANGESUM message to get the sum of the range that was calculated with the ZGM_SETRANGE message.

ZGM_GETRANGESUM
wParam = 0;                               //not used; must be zero
lParam = (LPARAM) lpDoubleValue;          //pointer to double

Parameters

lpDoubleValue
The value of lParam. A pointer to a double to retrieve the range sum.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard