SCREENINFO
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgScreeninfo
- Last revised: 2022-03-26
Retrieves information about current video mode or the desktop.
Syntax
declare sub Screeninfo ( byref w as long = 0, byref h as long = 0, byref depth as long = 0, byref bpp as long = 0, byref pitch as long = 0, byref rate as long = 0, byref driver as string = "
vb
" )
declare sub Screeninfo ( byref w as longint, byref h as longint, byref depth as longint = 0, byref bpp as longint = 0, byref pitch as longint = 0, byref rate as longint = 0, byref driver as string = "" )