Answered by:
Windows Update issues on windows 10

Question
-
1. Why create IAutomaticUpdates interface failed with win32 bit application?
2. Now IAutomaticUpdates :: pause can't supported, Any replacement for IAutomaticUpdates :: pause in Windows 10?
anyone can reply my question? thanks!
sample code:
HRESULT hRes = E_FAIL; CComPtr<IAutomaticUpdates> pAutomaticUpdates; hRes = pAutomaticUpdates.CoCreateInstance(CLSID_AutomaticUpdates); if(SUCCEEDED(hRes)) {
hRes = pAutomaticUpdates->Pause();
}
Wednesday, September 16, 2015 6:53 AM
Answers
-
I'd probably try them over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Proposed as answer by Mike Laughlin Wednesday, September 16, 2015 12:23 PM
- Marked as answer by Just Karl Wednesday, September 23, 2015 4:21 PM
Wednesday, September 16, 2015 12:22 PM
All replies
-
I'd probably try them over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Proposed as answer by Mike Laughlin Wednesday, September 16, 2015 12:23 PM
- Marked as answer by Just Karl Wednesday, September 23, 2015 4:21 PM
Wednesday, September 16, 2015 12:22 PM -
Dave Patrick,
Thank you pick out that link, but I still can't get useful result , maybe MS not provide interface for window 10 auto update again? if that, the developer will not control automaitc updates in program. any idea for these?
Thursday, September 17, 2015 2:32 AM -
but I still can't get useful result ,
Sure, I didn't think it would have been already asked and answered over there. You'll need to re-ask your question in one or more of those groups.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Edited by Dave PatrickMVP Thursday, September 17, 2015 3:26 AM
Thursday, September 17, 2015 2:38 AM