DesktopFrequency()

Syntax

Result = DesktopFrequency(#Desktop)
Description
Returns the frequency of the specified desktop.

Parameters

#Desktop The index of the desktop. Should be always zero as only one web page is active at once.

Return value

Returns the frequency of the specified desktop in Hertz. If the return-value is 0 then the default hardware frequency is being used, or the actual frequency could not be determined.

Remarks

ExamineDesktops() must be called before using this function to retrieve information about the available desktops.

Example

  ExamineDesktops()
  Debug DesktopFrequency(0)

See Also

ExamineDesktops(), DesktopDepth(), DesktopHeight(), DesktopName(), DesktopWidth()

Supported OS

All

<- DesktopDepth() - Desktop Index - DesktopHeight() ->