Method parameter for WDM_DRAW_SYSIMAGE
Source position: intuition.pas line 2880
| type TwdpDrawSysImage = record | ||
| MethodID: PtrUInt; | 
 | |
| wdp_TrueColor: ShortInt; | 
 | |
| wdp_Dri: PDrawInfo; | 
 | |
| wdp_RPort: PRastPort; | 
 | |
| wdp_X: LongInt; | 
 | |
| wdp_Y: LongInt; | 
 | |
| wdp_Width: LongInt; | 
 | |
| wdp_Height: LongInt; | 
 | |
| wdp_Which: LongWord; | 
 | |
| wdp_State: LongWord; | 
 | |
| wdp_Flags: LongWord; | 
 | |
| wdp_UserBuffer: NativeUInt; | 
 | |
| end; |