[ros-kernel] KeQueryInterruptTime

Alex Ionescu ionucu at videotron.ca
Tue Jun 8 01:39:17 CEST 2004


Hi,

Our current Kernel uses this as a function which returns the value in a
pointer sent as an argument.

However, in the DDK Headers, the function is actually a void, and returns
the value as a ULONGLONG in the return value.
Because this function is exported from the NT Kernel, some drivers might be
using it...as such, our incorrect implementation would break such drivers...

I don't think we are using it too often, so just some minor changes need to
be made to clock.c in Ke in order to make the function the same as the MS
counterpart. Again, this is important because the function is actually
exported, and we should return/accept parameters in the same way.

Best regards,
Alex Ionescu
Relsoft Technologies



More information about the Ros-kernel mailing list