Source position: asl.pas line 308
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; |
sm_MonitorName: PChar; |
sm_DisplayIDWidth: Cardinal; |
sm_DisplayIDHeight: Cardinal; |
end; |