Data Fields | |
UINT64 | Period |
UINT64 | SmiTickInterval |
UINT64 | ElapsedTime |
The actual time in 100 nanosecond units elapsed since last called. A value of 0 indicates an unknown amount of time.
The minimum period of time that the child gets called, in 100 nanosecond units. The child will be called back after a time greater than the time Period.
The period of time interval between SMIs. Children of this interface should use this field when registering for periodic timer intervals when a finer granularity periodic SMI is desired. Valid values for this field are those returned by GetNextInterval. A value of 0 indicates the parent is allowed to use any SMI interval period to satisfy the requested period.