Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TDeleteDataMsg

A Message your delete hook is invoked with.

Declaration

Source position: workbench.pas line 291

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: LongInt;

  

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

  ddm_Name: PChar;

  

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

end;


Documentation generated on: 2021-07-30