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

TAppWindowDropZoneMsg

The message your drop zone hook gets invoked with.

Declaration

Source position: workbench.pas line 219

type TAppWindowDropZoneMsg = record

  adzm_RastPort: PRastPort;

  

RastPort to render into.

  adzm_DropZoneBox: TIBox;

  

Limit your rendering to this area.

  adzm_ID: LongWord;

  

This is the ID straight from AddAppWindowDropZoneA().

  adzm_UserData: IPTR;

  

This is the UserData straight from AddAppWindowDropZoneA().

  adzm_Action: LongInt;

  

Action was done. ADZMACTION_Enter, ADZMACTION_Leave

end;


Documentation generated on: 2017-01-10