Introduction - If you have any usage issues, please Google them yourself
• Windows API errors are converted to exceptions
• Maps COM HRESULT to exceptions when appropriate
• Direct2D wrapper classes
• DirectWrite wrapper classes
• Windows Imaging Component wrapper classes
• Windows Property System wrapper classes
• Core COM utility and interface wrapper classes
• Extensive use of std::shared_ptr<> prevents resource leakage
• GDI Bitmap, Icon, Font, Brush, Pen and Device Context classes
• String, DateTime, TimeSpan and a high resolution Stopwatch
• User interface controls are in the works