microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20231204 #249

Closed samtertzakian closed 9 months ago

samtertzakian commented 9 months ago

Merge20231204

  1. Add support to DMF_IoctHandler to allow multiple instances of the same IOCTL table to be attached to same WDFDEVICE. It allows two instances of a Parent module that has DMF_IoctlHanlder as a Child Module to be instantiated in the same driver such that ReferenceSring is used to route WDFREQUEST to the proper instance.
  2. Fix Verifier issue in DMF_NotifyUserWithRequestMultiple relaated to untagged dereference.
  3. Fix some SAL issues.
  4. Add DMF_ConnectedStandby Module.