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
0e90cebc
Commit
0e90cebc
authored
Mar 18, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: 'optional' only applies to VARIANT and VARIANT* types.
parent
87d85357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
msiserver.idl
dlls/msi/msiserver.idl
+5
-5
No files found.
dlls/msi/msiserver.idl
View file @
0e90cebc
...
...
@@ -251,14 +251,14 @@ library WindowsInstaller
[
id
(
DISPID_INSTALLER_OPENPACKAGE
)
]
Session
*
OpenPackage
(
[
in
]
VARIANT
PackagePath
,
[
in
,
optional
,
defaultvalue
(
0
)
]
long
Options
)
;
[
in
,
defaultvalue
(
0
)
]
long
Options
)
;
[
id
(
DISPID_INSTALLER_OPENPRODUCT
)
]
Session
*
OpenProduct
(
[
in
]
BSTR
ProductCode
)
;
[
id
(
DISPID_INSTALLER_SUMMARYINFORMATION
)
]
SummaryInfo
*
SummaryInformation
(
[
in
]
BSTR
PackagePath
,
[
in
,
optional
,
defaultvalue
(
0
)
]
long
UpdateCount
)
;
[
in
,
defaultvalue
(
0
)
]
long
UpdateCount
)
;
[
id
(
DISPID_INSTALLER_OPENDATABASE
)
]
Database
*
OpenDatabase
(
[
in
]
BSTR
DatabasePath
,
...
...
@@ -270,7 +270,7 @@ library WindowsInstaller
[
id
(
DISPID_INSTALLER_INSTALLPRODUCT
)
]
void
InstallProduct
(
[
in
]
BSTR
PackagePath
,
[
in
,
optional
,
defaultvalue
(
"0
")] BSTR PropertyValues);
[
in
,
defaultvalue
(
"0
")] BSTR PropertyValues);
[id(DISPID_INSTALLER_VERSION)]
BSTR Version();
[id(DISPID_INSTALLER_LASTERRORRECORD)]
...
...
@@ -393,7 +393,7 @@ library WindowsInstaller
properties:
methods:
[id(DISPID_VIEW_EXECUTE)]
void Execute([in,
optional,
defaultvalue(0)] Record *Params);
void Execute([in, defaultvalue(0)] Record *Params);
[id(DISPID_VIEW_FETCH)]
Record* Fetch();
[id(DISPID_VIEW_MODIFY)]
...
...
@@ -412,7 +412,7 @@ library WindowsInstaller
[id(DISPID_DATABASE_OPENVIEW)]
View* OpenView([in] BSTR Sql);
[id(DISPID_DATABASE_SUMMARYINFORMATION), propget]
SummaryInfo *SummaryInformation([in,
optional,
defaultvalue(0)] long UpdateCount);
SummaryInfo *SummaryInformation([in, defaultvalue(0)] long UpdateCount);
}
typedef enum {
...
...
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