microsoft / DMF

Driver Module Framework
MIT License
316 stars 81 forks source link

Merge20210921 #183

Closed samtertzakian closed 3 years ago

samtertzakian commented 3 years ago
  1. Correct bug in DMF_BufferPool where system time is used instead of interrupt time. This can cause bugs if user changes system time while Methods that use timers are called (DMF_BufferPool_PutInSinkWithTimer()).
  2. Add temperature functions.
  3. Make clarification in DMF_Registry comments and fix error in documentation for DMF_IsModuleDynamic.
  4. Add macro that checks for latest version of Windows.