tags:

views:

39

answers:

1

How do I use the IWindowsUpdateAgentInfo::GetInfo Method

I have referenced the WUApiLib but I cant find this interface anyhwere

A: 
WindowsUpdateAgentInfoClass WUAInfo = new WindowsUpdateAgentInfoClass();
(int)WUAInfo.GetInfo("ApiMajorVersion");
Charles Gargent