SCREENINFO
- 来源: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgScreeninfo
- 最后更新: 2022-03-26
检索当前视频模式或桌面的信息。
语法
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 = "" )
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 = "" )