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

TWBHandlerMessage

Declaration

Source position: workbench.pas line 536

type TWBHandlerMessage = record

  wbhm_Message: TMessage;

  wbhm_type: TWBHM_type;

  case Integer of

    0: (

        Open: record

          OpenName: STRPTR;

        end;

      );

    1: (

        Update: record

          UpdateName: STRPTR;

          Updatetype: LongInt;

        end;

      );

end;


Documentation generated on: 2017-01-10