; Obtain the entry point address in VTDAPI_Addr
mov ax, VTDAPI_End_Min_Int_Period
call VTDAPI_Addr
Clears the minimum interrupt period being used by Windows 95 which was previously set by a call to VTDAPI_Begin_Min_Int_Period.
Returns TIMERR_NOERROR in AX if successful, otherwise returns TIMERR_NOCANDO which usually means this request was not matched by a call to VTDAPI_Begin_Min_Int_Period.