ExamineDesktops()
Syntax
Result = ExamineDesktops()Description
Retrieves information about all the desktops connected to the local computer. This function must be called
before using the following functions: DesktopDepth(), DesktopFrequency(),
DesktopHeight(), DesktopName() and DesktopWidth().
If successful, this function returns the number of desktops, otherwise it returns 0. 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")
Supported OS
All