Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
440a14da
Commit
440a14da
authored
Aug 27, 2021
by
Gijs Vermeulen
Committed by
Alexandre Julliard
Aug 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/wuapi: Add WindowsUpdateAgentInfo coclass and interface.
Signed-off-by:
Gijs Vermeulen
<
gijsvrm@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dc502ec5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
wuapi.idl
include/wuapi.idl
+25
-0
No files found.
include/wuapi.idl
View file @
440a14da
...
@@ -1321,6 +1321,22 @@ interface ISystemInformation : IDispatch
...
@@ -1321,6 +1321,22 @@ interface ISystemInformation : IDispatch
}
}
[
[
object
,
uuid
(
85713
fa1
-
7796
-
4
fa2
-
be3b
-
e2d6124dd373
),
oleautomation
,
dual
,
nonextensible
,
pointer_default
(
unique
),
hidden
]
interface
IWindowsUpdateAgentInfo
:
IDispatch
{
[
id
(
0
x60020001
)
]
HRESULT
GetInfo
(
[
in
]
VARIANT
varInfoIdentifier
,
[
out
,
retval
]
VARIANT
*
retval
)
;
}
[
helpstring
(
"AutomaticUpdates Class"
),
helpstring
(
"AutomaticUpdates Class"
),
threading
(
both
),
threading
(
both
),
progid
(
"Microsoft.Update.AutoUpdate.1"
),
progid
(
"Microsoft.Update.AutoUpdate.1"
),
...
@@ -1356,4 +1372,13 @@ coclass UpdateSession { interface IUpdateSession; }
...
@@ -1356,4 +1372,13 @@ coclass UpdateSession { interface IUpdateSession; }
]
]
coclass
SystemInformation
{
interface
ISystemInformation
; }
coclass
SystemInformation
{
interface
ISystemInformation
; }
[
helpstring
(
"WindowsUpdateAgentInfo Class"
),
threading
(
both
),
progid
(
"Microsoft.Update.AgentInfo.1"
),
vi_progid
(
"Microsoft.Update.AgentInfo"
),
uuid
(
c2e88c2f
-
6
f5b
-
4
aaa
-
894b
-
55
c847ad3a2d
)
]
coclass
WindowsUpdateAgentInfo
{
interface
IWindowsUpdateAgentInfo
; }
}
/*
WUApiLib
*/
}
/*
WUApiLib
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment