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

TDeleteDataMsg

A Message your delete hook is invoked with.

Declaration

Source position: workbench.pas line 303

type TDeleteDataMsg = record

  ddm_Length: LongWord;

  

Size of this data structure in bytes.

  ddm_Action: LongInt;

  

Will be set to either DLACTION_DeleteContents or DLACTION_DeleteObject

  ddm_Lock: BPTR;

  

A Lock on the parent directory of the object whose contents or which itself should be deleted.

  ddm_Name: STRPTR;

  

The name of the object whose contents or which itself should be deleted.

end;


Documentation generated on: 2017-01-10