Re: state files

GWRepNate@aol.com
Mon, 9 Dec 1996 11:00:07 -0500

The description for MSG_GEN_PROCESS_ATTACH_TO_PASSED_STATE_FILE in the
Objects book says you can intercept that message and change the name of the
state file. If no name is specified then
MSG_GEN_PROCESS_CREATE_NEW_STATE_FILE will be sent. If you intercept that you
can specifiy the VMFileHandle to use for the state file. Some of the OmniGo
programs will intercept this message and return NullHandle to have no state
file created.

That's as much as I could find about state files.

Nathan Fiedler