Hello, I have a structure as this:
typedef struct{
WinHandle win1;
WinHandle win2;
...
}MyWindowsStruct;After all the windows are created with WinCreateOffscreenWindow(), how can I save those windows in database with DmWrite()? Should I lock every winHandle and make a copy with DmWrite()? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
