SS.ScTyp Get Status

From NitrOS-9
Revision as of 16:14, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with 'Returns the type of a screen to a calling program. {| | colspan="2" | '''Entry Conditions''' |- | A || ''path number'' |- | B || SS.ScTyp ($93) |- | colspan="2" | '''Exit Condit…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the type of a screen to a calling program.

Entry Conditions
A path number
B SS.ScTyp ($93)
Exit Conditions
A screen type code
  1 = 40 x 24 text screen
  2 = 80 x 24 text screen
  3 = not used
  4 = not used
  5 = 640 x 192, 2-color graphics screen
  6 = 320 x 192, 4-color graphics screen
  7 = 640 x 192, 4-color graphics screen
  8 = 320 x 192, 16-color graphics screen
Error Output
CC carry set on error
B error code

Additional Information

  • The support modules for this call are GrfInt and WindInt.