We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated RAII resource wrappers (markdown)
I had put the ! in the wrong place
THROW_LAST_ERROR_IF_FALSE was deprecated and removed. Replace with THROW_LAST_ERROR_IF(!)
Document gotcha about wil::unique_any order of operations in reset()
Add link to further reading for out_param
Fix typo
Revert d8aac69809b90990097dc4b5b550e2fc9e281d31...964b20f601b74c5c02b0e9b1df450412ce776573 on RAII resource wrappers
Revert 9ee562258de3fe3a9b2321d8cc2f3e0a47af3e6a...d8aac69809b90990097dc4b5b550e2fc9e281d31 on RAII resource wrappers
unique_any and unique_struct guarantee same sizeof, so they can be used in arrays
Split wrappers and helpers out from main resource.h wiki page, which is getting too long
gotcha with unique_mutex
reset_and_addressof
Update wil::unique_com_{token,call} docs
Update docs for PR #88
Add new unique_any types
Correction to unique_hglobal_locked
unique_virtualalloc_ptr
Fix broken link
Documentation for a few missing resources
WDF resource wrappers documentation
wil::kernel_event_t documentation
Update wil::kernel_spin_lock documentation
Move unique_struct types into the right section
Add MIDL-related helpers
Remove reference to wil::RtlEnterCriticalSection, not present in this codebase.
Add unique_hhook