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)
Note that std::wstring usage requires wil/stl.h Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add guidance for choosing module/process path functions Add a 'Choosing the right module/process path function' section to the Win32 helpers wiki page with a comparison table, usage examples for each scenario, implementation notes, and performance considerations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy edit "Debugging Helpers" section
Coroutines and activities & watchers
Destroyed _Footer (markdown)
Created _Footer (markdown)
Created Network Helpers (markdown)
I had put the ! in the wrong place
THROW_LAST_ERROR_IF_FALSE was deprecated and removed. Replace with THROW_LAST_ERROR_IF(!)
Updated Home (markdown)
Updated Implementing OOP COM Server with C%2B%2B WinRT (markdown)
Updated Implementing OOP COM Server with C WinRT (markdown)
Updated Implementing OOP COM Server with C\ WinRT (markdown)
Updated Implementing OOP COM Server with C\ \ WinRT (markdown)
Initial draft of register_com_server doc
Document gotcha about wil::unique_any order of operations in reset()
Add link to further reading for out_param
Fix broken internal link.
Fix typo
Updated WIL and C WinRT together (markdown)
Updated Error handling helpers (markdown)
Info on parameter validation for _MSG macros
Created Windowing helpers (markdown)