Method parameter for SDM_INITSCREEN
Source position: intuition.pas line 2811
| type TsdpInitScreen = record | ||
| MethodID: PtrUInt; | 
 | |
| sdp_TrueColor: ShortInt; | 
 | |
| sdp_Dri: PDrawInfo; | 
 | |
| sdp_Screen: PScreen; | 
 | |
| sdp_FontHeight: LongWord; | 
 | |
| sdp_TitleHack: LongInt; | 
 | |
| sdp_BarHeight: LongWord; | 
 | |
| sdp_BarVBorder: LongWord; | 
 | |
| sdp_BarHBorder: LongWord; | 
 | |
| sdp_MenuVBorder: LongWord; | 
 | |
| spd_MenuHBorder: LongWord; | 
 | |
| sdp_WBorTop: ShortInt; | 
 | |
| sdp_WBorLeft: ShortInt; | 
 | |
| sdp_WBorRight: ShortInt; | 
 | |
| sdp_WBorBottom: ShortInt; | 
 | |
| sdp_UserBuffer: NativeUInt; | 
 | |
| end; | 
| 
 | Perform method on object. |