Skip to content

Commit

Permalink
Add wil::unique_wdf_queue (#400) (#406)
Browse files Browse the repository at this point in the history
* Fix doc typo

* Add wil::unique_wdf_queue (#400)

---------

Co-authored-by: Duncan Horn <40036384+dunhor@users.noreply.github.com>
  • Loading branch information
UMU618 and dunhor authored Dec 8, 2023
1 parent 0fdb072 commit d1c89c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/wil/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -5700,6 +5700,7 @@ namespace wil
using unique_wdf_any = unique_any_t<details::unique_storage<details::wdf_object_resource_policy<TWDFOBJECT>>>;

using unique_wdf_object = unique_wdf_any<WDFOBJECT>;
using unique_wdf_queue = unique_wdf_any<WDFQUEUE>;

using unique_wdf_timer = unique_wdf_any<WDFTIMER>;
using unique_wdf_work_item = unique_wdf_any<WDFWORKITEM>;
Expand Down

0 comments on commit d1c89c0

Please sign in to comment.