ExamineDesktops()
语法
Result = ExamineDesktops()概要
Retrieves information about all the desktops connected to the local computer. This function must be called before using the functions of this library the following functions: DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName() and DesktopWidth().
参数
无.
返回值
The number of desktops on success, zero otherwise.
Remarks
Typically, a standard user has only one desktop, but multi-screen users may have several desktops, each with their own resolution.
示例
MessageRequester("Desktop Information", "You have "+Str(ExamineDesktops())+" desktops")
参阅
DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName(), DesktopWidth()
已支持操作系统
所有