www.delorie.com/djgpp/doc/libc-2.01/libc_547.html   search  
Go to the first, previous, next, last section, table of contents.


ScreenMode

Syntax

#include <pc.h>

int  ScreenMode(void);

Description

This function reports the current video mode as known to the system BIOS. It does so by accessing the byte at absolute address 40:49h.

Return Value

The video mode.

Example

video_mode = ScreenMode();


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997