A Message your delete hook is invoked with.
Source position: workbench.pas line 751
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; |