I'm going to detect my os update status using wuapi.
Using IUpdateSearcher::Search i can do it, but this function can only be used at online.
At offline I also used IUpdateServiceManager::AddScanPackageService function to get status but this functions need wsusscn2.cab file and this file is too large.
At offline is there any other wuapi to detect windows update status or is there any registry or system file to detect it?
Thank you for you help...