ZeeGrid Control Message

ZGM_QUERYBUILD


ZGM_QUERYBUILD

An application sends a ZGM_QUERYBUILD to get the ZeeGrid DLL build number.

ZGM_QUERYBUILD
wParam = (WPARAM) (BOOL) fFlag;  //show MessageBox flag
lParam = 0;                      //not used; must be zero

Parameters

fFlag
Value of wParam. A value of TRUE will display the ZeeGrid DLL build number in an internal MessageBox. A value of FALSE will cause the message to operate in "silent" mode. That is, the MessageBox will not be displayed.

Return Values

The ZeeGrid DLL build number.

Remarks

This message is used so that an application can be sure that it is not using a ZeeGrid DLL of a build prior to the build with which the application was developed.

Build numbers are essentially ZeeGrid DLL version numbers.

Copyright © 2002-2016 by David Hillard