注册表API相关操作演示

摘要: 此代码来自《COM技术内幕》。//// Registry.cpp//#include <objbase.h>#include <assert.h>#include "Registry.h"//////////////////////////////////////////////////////////// Internal helper functions prototypes//// Set the given key and its value.BOOL setKeyAndValue(const char* pszPath, const cha 阅读全文
posted @ 2011-02-06 17:24 zengqh 阅读(213) 评论(0) 推荐(0)