ZeeGrid Control Message

ZGM_STOPWATCH_STOP


ZGM_STOPWATCH_STOP

An application sends a ZGM_STOPWATCH_STOP message to get the elapsed time since the execution of the last ZGM_STOPWATCH_START message.

ZGM_STOPWATCH_STOP
wParam = 0;  //not used; must be zero
lParam = 0;  //not used; must be zero

Return Values

This message returns the elapsed time since the internal stopwatch was started. The time is in 1000ths of a second. For example, a return value of 1500 = 1.5 seconds.

Copyright © 2002-2016 by David Hillard