If the event represents a threshold crossing event, the two
objects hpnicfDot3OamEventWindowHi and hpnicfDot3OamEventWindowLo form an
unsigned 64-bit integer yielding the window over which the
value was measured for the threshold crossing event (e.g. 5,
when 11 occurrences happened in 5 seconds while the threshold
was 10). The two objects are combined as:
hpnicfDot3OamEventLogWindow = ((2^32) * hpnicfDot3OamEventLogWindowHi)
+ hpnicfDot3OamEventLogWindowLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information.