Unit 'workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TSetupCleanupHookMsg

The message your setup/cleanup hook gets invoked with.

Declaration

Source position: workbench.pas line 312

type TSetupCleanupHookMsg = record

  schm_Length: LongWord;

  

LEngth of Message

  schm_State: LongInt;

  

State of Workbench shutdown (SCHMSTATE_*)

end;

See also

SCHMSTATE_TryCleanup

  

State for .schm_State. Workbench will attempt to shut down now.

SCHMSTATE_Cleanup

  

State for .schm_State. Workbench will really shut down now.

SCHMSTATE_Setup

  

State for .schm_State. Workbench is operational again or could not be shut down.


Documentation generated on: 2021-07-30