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

tCopyBeginMsg

A message your copy hook is invoked with.

Declaration

Source position: workbench.pas line 683

type tCopyBeginMsg = record

  cbm_Length: LongWord;

  

Size of this data structure in bytes.

  cbm_Action: LongInt;

  

Will be set to CPACTION_Begin.

  cbm_SourceDrawer: LongInt;

  

A lock on the source drawer.

  cbm_DestinationDrawer: LongInt;

  

A lock on the destination drawer.

end;


Documentation generated on: 2021-07-30