Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c24f074c
Commit
c24f074c
authored
Oct 29, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Added ICodeInstall declaration.
parent
413f60bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
urlmon.idl
include/urlmon.idl
+33
-0
No files found.
include/urlmon.idl
View file @
c24f074c
...
...
@@ -541,6 +541,39 @@ interface IWindowForBindingUI : IUnknown
}
/*****************************************************************************
*
ICodeInstall
interface
*/
[
local
,
object
,
uuid
(
79
eac9d1
-
baf9
-
11
ce
-
8
c82
-
00
aa004ba90b
),
pointer_default
(
unique
)
]
interface
ICodeInstall
:
IWindowForBindingUI
{
typedef
[
unique
]
ICodeInstall
*
LPCODEINSTALL
;
typedef
enum
{
CIP_DISK_FULL
,
CIP_ACCESS_DENIED
,
CIP_NEWER_VERSION_EXISTS
,
CIP_OLDER_VERSION_EXISTS
,
CIP_NAME_CONFLICT
,
CIP_TRUST_VERIFICATION_COMPONENT_MISSING
,
CIP_EXE_SELF_REGISTERATION_TIMEOUT
,
CIP_UNSAFE_TO_ABORT
,
CIP_NEED_REBOOT
,
CIP_NEED_REBOOT_UI_PERMISSION
}
CIP_STATUS
;
HRESULT
OnCodeInstallProblem
(
[
in
]
ULONG
ulStatusCode
,
[
in
,
unique
]
LPCWSTR
szDestination
,
[
in
,
unique
]
LPCWSTR
szSource
,
[
in
]
DWORD
dwReserved
)
;
}
/*****************************************************************************
*
IHttpSecurity
interface
*/
[
...
...
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