Method parameter for WDM_WINDOWSHAPE
Source position: intuition.pas line 2964
| type TwdpWindowShape = record | ||
| MethodID: LongWord; | 
 | |
| wdp_TrueColor: ShortInt; | 
 | |
| wdp_Window: PWindow; | 
 | |
| wdp_Width: LongInt; | 
 | |
| wdp_Height: LongInt; | 
 | |
| wdp_UserBuffer: NativeUInt; | 
 | |
| end; |