[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Workbench' (#aros)

TSetupCleanupHookMsg

The message your setup/cleanup hook gets invoked with.

Declaration

Source position: workbench.pas line 327

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: 2017-01-10