ZeeGrid Control Message

ZGM_LOADGRID


ZGM_LOADGRID

An application sends a ZGM_LOADGRID message to load a ZeeGrid from a file. The file must have been created with the ZGM_SAVEGRID message.

ZGM_LOADGRID
wParam = 0;                       //not used; must be zero
lParam = (LPARAM) lpszString;     //address of string specifying the filename to load

Parameters

lpszString
The value of lParam. The address of a string specifying the path and filename to load.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard