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

TCopyBeginMsg

A message your copy hook is invoked with.

Declaration

Source position: workbench.pas line 260

type TCopyBeginMsg = record

  cbm_Length: LongWord;

  

Size of this data structure in bytes.

  cbm_Action: LongInt;

  

Will be set to CPACTION_Begin.

  cbm_SourceDrawer: BPTR;

  

A lock on the source drawer.

  cbm_DestinationDrawer: BPTR;

  

A lock on the destination drawer.

end;


Documentation generated on: 2017-01-10