Method parameter for WDM_DRAW_WINBORDER
Source position: intuition.pas line 2896
| type TwdpDrawWinBorder = record | ||
| MethodID: PtrUInt; | 
 | |
| wdp_TrueColor: ShortInt; | 
 | |
| wdp_Dri: PDrawInfo; | 
 | |
| wdp_Window: PWindow; | 
 | |
| wdp_RPort: PRastPort; | 
 | |
| wdp_Flags: LongWord; | 
 | Flag WDF_DWB_TOP_ONLY | 
| wdp_UserBuffer: NativeUInt; | 
 | |
| end; |