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
87f7f88c
Commit
87f7f88c
authored
Mar 20, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wshom.ocx/tests: Update idl file in tests.
parent
40e23cde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
wshom.idl
dlls/wshom.ocx/tests/wshom.idl
+10
-10
No files found.
dlls/wshom.ocx/tests/wshom.idl
View file @
87f7f88c
...
...
@@ -105,7 +105,7 @@ library IWshRuntimeLibrary
HRESULT
Write
(
[
in
]
BSTR
Text
)
;
[
id
(
0
x2718
)
]
HRESULT
WriteLine
(
[
in
,
optional
,
defaultvalue
(
""
)
]
BSTR
Text
)
;
HRESULT
WriteLine
(
[
in
,
defaultvalue
(
""
)
]
BSTR
Text
)
;
[
id
(
0
x2719
)
]
HRESULT
WriteBlankLines
(
[
in
]
long
Lines
)
;
...
...
@@ -221,20 +221,20 @@ library IWshRuntimeLibrary
HRESULT
Type
(
[
out
,
retval
]
BSTR
*
Type
)
;
[
id
(
0
x04b0
)
]
HRESULT
Delete
(
[
in
,
optional
,
defaultvalue
(
0
)
]
VARIANT_BOOL
Force
)
;
HRESULT
Delete
(
[
in
,
defaultvalue
(
0
)
]
VARIANT_BOOL
Force
)
;
[
id
(
0
x04b2
)
]
HRESULT
Copy
(
[
in
]
BSTR
Destination
,
[
in
,
optional
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
OverWriteFiles
)
;
[
in
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
OverWriteFiles
)
;
[
id
(
0
x04b4
)
]
HRESULT
Move
(
[
in
]
BSTR
Destination
)
;
[
id
(
0
x044c
)
]
HRESULT
OpenAsTextStream
(
[
in
,
optional
,
defaultvalue
(
1
)
]
IOMode
IOMode
,
[
in
,
optional
,
defaultvalue
(
0
)
]
Tristate
Format
,
[
in
,
defaultvalue
(
1
)
]
IOMode
IOMode
,
[
in
,
defaultvalue
(
0
)
]
Tristate
Format
,
[
out
,
retval
]
ITextStream
**
ppts
)
;
}
;
...
...
@@ -306,12 +306,12 @@ library IWshRuntimeLibrary
HRESULT
Type
(
[
out
,
retval
]
BSTR
*
type
)
;
[
id
(
0
x04b1
)
]
HRESULT
Delete
(
[
in
,
optional
,
defaultvalue
(
0
)
]
VARIANT_BOOL
force
)
;
HRESULT
Delete
(
[
in
,
defaultvalue
(
0
)
]
VARIANT_BOOL
force
)
;
[
id
(
0
x04b3
)
]
HRESULT
Copy
(
[
in
]
BSTR
Destination
,
[
in
,
optional
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
OverWriteFiles
)
;
[
in
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
OverWriteFiles
)
;
[
id
(
0
x04b5
)
]
HRESULT
Move
(
[
in
]
BSTR
Destination
)
;
...
...
@@ -331,8 +331,8 @@ library IWshRuntimeLibrary
[
id
(
0
x044d
)
]
HRESULT
CreateTextFile
(
[
in
]
BSTR
FileName
,
[
in
,
optional
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
Overwrite
,
[
in
,
optional
,
defaultvalue
(
0
)
]
VARIANT_BOOL
Unicode
,
[
in
,
defaultvalue
(
-
1
)
]
VARIANT_BOOL
Overwrite
,
[
in
,
defaultvalue
(
0
)
]
VARIANT_BOOL
Unicode
,
[
out
,
retval
]
ITextStream
**
ppts
)
;
}
;
...
...
@@ -573,7 +573,7 @@ library IWshRuntimeLibrary
HRESULT
LogEvent
(
[
in
]
VARIANT
*
Type
,
[
in
]
BSTR
Message
,
[
in
,
optional
,
defaultvalue
(
""
)
]
BSTR
Target
,
[
in
,
defaultvalue
(
""
)
]
BSTR
Target
,
[
out
,
retval
]
VARIANT_BOOL
*
out_Success
)
;
[
id
(
0
x0bc2
)
]
...
...
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