Unit 'asl' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

TScreenModeRequester

Declaration

Source position: asl.pas line 336

type TScreenModeRequester = record

  sm_DisplayID: Cardinal;

  sm_DisplayWidth: Cardinal;

  sm_DisplayHeight: Cardinal;

  sm_DisplayDepth: Word;

  sm_OverscanType: Word;

  sm_AutoScroll: WordBool;

  sm_BitMapWidth: Cardinal;

  sm_BitMapHeight: Cardinal;

  sm_LeftEdge: SmallInt;

  sm_TopEdge: SmallInt;

  sm_Width: SmallInt;

  sm_Height: SmallInt;

  sm_InfoOpened: WordBool;

  sm_InfoLeftEdge: SmallInt;

  sm_InfoTopEdge: SmallInt;

  sm_InfoWidth: SmallInt;

  sm_InfoHeight: SmallInt;

  sm_UserData: Pointer;

end;


Documentation generated on: 2021-07-30