Functions | |
HC_BOOLEAN | Update_One_Display_Timed (const char *segment, double time) |
HC_BOOLEAN Update_One_Display_Timed | ( | const char * | segment, | |
double | time | |||
) |
Limit the amount of time allowed for an update.
segment | - display driver segment to update | |
time | - maximum seconds allowed for an update to finish |
If (0) is returned, users can call the "event interrupted" query on Show_Device_Info() to find out whether a timed update was aborted due to time, or due to another interrupt method (a HOOPS event from the driver, a user-queued special event, or a call to HIC_Abort_Update() from a driver's "exit update" callback).