microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20221110 #229

Closed samtertzakian closed 1 year ago

samtertzakian commented 1 year ago

Merge20221110

  1. Correct issue where Client driver File Close callback was not called when DMF_CrashDump is used.
  2. Correct assert reporting error when setting up WDFFILEOBJECT callbacks in Client driver.
  3. Update Non-Pnp sample to show how to set up WDFILEOBJECT callbacks.
  4. Update DMF_SerialTarget to support underlying target removal.
  5. Fix directory issue in NonPnp1Exe sample.
  6. Correct issue in DMF_DeviceInterfaceTarget when the underlying WDFIOTARGET cannot be reopened during Remove Cancel.
  7. Add new Method in DMF_CpiApi.