Method parameter for WDM_INITWINDOW
Source position: intuition.pas line 2948
| type TwdpInitWindow = record | ||
| MethodID: LongWord; | 
 | |
| wdp_TrueColor: ShortInt; | 
 | |
| wdp_UserBuffer: NativeUInt; | 
 | |
| wdp_Screen: PScreen; | 
 | |
| wdp_ScreenUserBuffer: NativeUInt; | 
 | |
| end; |