Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Get_Time_Slice_Granularity
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Get_Time_Slice_Granularity
mov     [Granularity], eax          ; minimum time-slice in millisecond
 
The Get_Time_Slice_Granularity service returns the current time-slice
granularity. This value specifies the minimum number of milliseconds a
virtual machine runs before being rescheduled.
 
This service has no parameters.
 
Return Value
 
The EAX register contains the time-slice granularity in milliseconds.
 
Uses
 
EAX, Flags
 
See Also
 
Get_Time_Slice_Info, Get_Time_Slice_Priority, Set_Time_Slice_Granularity