Hi, I want to count available "important" windows updates in a c++ program. When windows updates reports about available updates, it classifies them by level. In vista the possible levels are {important, recommended, optional} XP : {high-priority, optional}
http://www.microsoft.com/windows/downloads/windowsupdate/updatelevels.mspx I can't find a mechanism to get the level of an update (IUpdate) from SDK.