Skip to content

itsuart/win-cpp-wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

win-cpp-wrappers

Useful copy-pasteable C++11 wrappers over Windows API types and functions

How to use

Just copy-paste what you need. Everything is selfcontained.

List of stuff

  • AutoClearPropVariant: a std::unique_ptr-like wrapper over PROPVARIANT
  • AutoCoTaskMemFree: a std::unique_ptr-like with some helpers built-in
  • Comptr: will do AddRef/Release on destruction/copy/move with some helping methods builtin
  • ErrorMessage: small functions to get system-formatted error message from a error code from COM/WinAPI

About

Copy-pastable C++11 wrappers over Windows API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages