Commit 440a14da authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

include/wuapi: Add WindowsUpdateAgentInfo coclass and interface.

parent dc502ec5
......@@ -1321,6 +1321,22 @@ interface ISystemInformation : IDispatch
}
[
object,
uuid(85713fa1-7796-4fa2-be3b-e2d6124dd373),
oleautomation,
dual,
nonextensible,
pointer_default(unique),
hidden
]
interface IWindowsUpdateAgentInfo : IDispatch
{
[id(0x60020001)]
HRESULT GetInfo([in] VARIANT varInfoIdentifier,
[out, retval] VARIANT *retval);
}
[
helpstring("AutomaticUpdates Class"),
threading(both),
progid("Microsoft.Update.AutoUpdate.1"),
......@@ -1356,4 +1372,13 @@ coclass UpdateSession { interface IUpdateSession; }
]
coclass SystemInformation { interface ISystemInformation; }
[
helpstring("WindowsUpdateAgentInfo Class"),
threading(both),
progid("Microsoft.Update.AgentInfo.1"),
vi_progid("Microsoft.Update.AgentInfo"),
uuid(c2e88c2f-6f5b-4aaa-894b-55c847ad3a2d)
]
coclass WindowsUpdateAgentInfo { interface IWindowsUpdateAgentInfo; }
} /* WUApiLib */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment