Method parameter for WDM_GETDEFSIZE_SYSIMAGE
Source position: intuition.pas line 2866
| type TwdpGetDefSizeSysImage = record | ||
| MethodID: PtrUInt; | 
 | |
| wdp_TrueColor: ShortInt; | 
 | |
| wdp_Dri: PDrawInfo; | 
 | |
| wdp_ReferenceFont: PTextFont; | 
 | In: | 
| wdp_Which: LongWord; | 
 | In: One of CLOSEIMAGE, SIZEIMAGE, ... | 
| wdp_SysiSize: LongWord; | 
 | |
| wdp_Width: PLongWord; | 
 | Out | 
| wdp_Height: PLongWord; | 
 | Out | 
| wdp_Flags: LongWord; | 
 | |
| wdp_UserBuffer: NativeUInt; | 
 | |
| end; |