B.3.7 Time Unit Conversion Function
StrmConvertCentisecondsToRelativeTimeout
STREAMS provides the StrmConvertCentisecondsToRelativeTimeout function to conveniently convert timeouts expressed in UNIX clock ticks to Windows NT relative timeouts. Such conversion is useful when timeout calls (Section B.3.4) are being converted into StrmWaitFor* calls (Section B.3.6).
LARGE_INTEGER
StrmConvertCentisecondsToRelativeTimeout(
IN ULONG Centiseconds
);
Parameter
Centiseconds
Specifies the timeout period, in centiseconds.