[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TsdpInitScreen

Method parameter for SDM_INITSCREEN

Declaration

Source position: intuition.pas line 2811

type TsdpInitScreen = record

  MethodID: LongWord;

  

SDM_INITSCREEN

  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: IPTR;

  

end;

See also

DoMethodA

  

Perform method on object.


Documentation generated on: 2017-01-10