microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20220812 #222

Closed samtertzakian closed 2 years ago

samtertzakian commented 2 years ago
  1. Work around issue where WDF sometimes calls QuerRemove callback twice.
  2. Fix some asserts.
  3. Add DMF_Time Module. More Methods to be added later.
  4. During RemoveComplete close WDFIOTARGET before calling Client callback so view is the same as if QueryRemove had happened.