GetMinTimerResolution | |||
Syntax: | |||
Result = GetMinTimerResolution() | |||
Return Values: | |||
| |||
Description: | |||
Ermittlung der minimalen TimerAuflösung | |||
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. | |||
|