Windows Template Library

今日もWTL関連の情報を捜してさまよっていたら,WTLのDocumentationに関するページを見つけた.WTLは,ドキュメントがほとんど無くて,ソースを読んで理解するか,ネット上の断片的な情報を読むしかなかったので,こういう網羅的なドキュメントはありがたい.

The Windows Template Library (WTL) is an unsupported C++ library available from Microsoft. It is based on the ATL library (and requires it). The WTL extends the ATL by providing a rich set of classes that wrap the user interface part of the W32 API. Classes to create buttons, list boxes, combo boxes and so on, and adding a few useful utility classes.