Method parameter for MDM_INITMENU
Source position: intuition.pas line 2618
type TmdpInitMenu = record |
||
MethodID: PtrUInt; |
|
|
mdp_TrueColor: SmallInt; |
|
|
mdp_RPort: PRastPort; |
|
|
mdp_Screen: PScreen; |
|
|
mdp_Left: LongWord; |
|
|
mdp_Top: LongWord; |
|
|
mdp_Width: LongWord; |
|
|
mdp_Height: LongInt; |
|
|
mdp_UserBuffer: NativeUInt; |
|
|
mdp_ScreenUserBuffer: NativeUInt; |
|
|
mdp_MenuDecorFlags: LongWord; |
|
|
end; |