Source position: asl.pas line 270
type TScreenModeRequester = record |
sm_DisplayID: LongWord; |
sm_DisplayWidth: LongWord; |
sm_DisplayHeight: LongWord; |
sm_DisplayDepth: Word; |
sm_OverscanType: Word; |
sm_AutoScroll: WordBool; |
sm_BitMapWidth: LongWord; |
sm_BitMapHeight: LongWord; |
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; |