GetMinTimerResolution

Syntax:

Result = GetMinTimerResolution()

Return Values:

Result

=

smallest possible timer resolution


Description:

Get the minimal supported timer resolution.


Example:

  x = GetMinTimerResolution()
  MessageRequester("MinTimerResolution:",StrU(x,#LONG))

Remarks:

On NT-based systems (WinNT4/2000/XP/2003) the minimal

highres timer resolution should be 1 milliseconds.

It is possible that it is between 1 and 5 milliseconds

on Win9x based systems.



Supported OS:   Windows