2006-05-27から1日間の記事一覧

続 レジストリキーの列挙

昨日のregistry_key_iteratorですが、 class registry_key : boost::noncopyable { public: registry_key( ::HKEY parent, const std::string& sub_key, ::REGSAM sam) boost::optional<std::string> sub_key_name(::DWORD index) const; };のようなレジストリキーのクラ</std::string>…