请问C++怎么查看系统补丁,比如KB2553347,有什么函数可以实现
命令行systeminfo可获取补丁信息,如果C++实现的话,就要重定向systeminfo命令的输出,然后进行检索即可
http://blog.csdn.net/u011164819/article/details/51880267
读注册表的 localmachine - software - microsoft - windowsnt - currentversion - hotfix