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
a436833c
Commit
a436833c
authored
Jun 17, 2020
by
Aaro Altonen
Committed by
Alexandre Julliard
Jun 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ConnectionEventsVt definition.
Signed-off-by:
Aaro Altonen
<
a.altonen@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
67ef5151
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
msado15_backcompat.idl
include/msado15_backcompat.idl
+65
-0
No files found.
include/msado15_backcompat.idl
View file @
a436833c
...
...
@@ -47,6 +47,7 @@ interface Property;
interface
Recordset15
;
interface
Recordset20
;
interface
Recordset21
;
interface
ConnectionEventsVt
;
dispinterface
ConnectionEvents
;
dispinterface
RecordsetEvents
;
...
...
@@ -1582,6 +1583,70 @@ interface _Command : Command25
}
;
[
uuid
(
00000402
-
0000
-
0010
-
8000
-
00
aa006d2ea4
),
odl
,
hidden
]
interface
ConnectionEventsVt
:
IUnknown
{
HRESULT
InfoMessage
(
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
BeginTransComplete
(
[
in
]
LONG
TransactionLevel
,
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
CommitTransComplete
(
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
RollbackTransComplete
(
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
WillExecute
(
[
in
,
out
]
BSTR
*
source
,
[
in
,
out
]
CursorTypeEnum
*
cursor_type
,
[
in
,
out
]
LockTypeEnum
*
lock_type
,
[
in
,
out
]
LONG
*
options
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Command
*
command
,
[
in
]
_Recordset
*
record_set
,
[
in
]
_Connection
*
connection
)
;
HRESULT
ExecuteComplete
(
[
in
]
LONG
records_affected
,
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Command
*
command
,
[
in
]
_Recordset
*
record_set
,
[
in
]
_Connection
*
connection
)
;
HRESULT
WillConnect
(
[
in
,
out
]
BSTR
*
string
,
[
in
,
out
]
BSTR
*
userid
,
[
in
,
out
]
BSTR
*
password
,
[
in
,
out
]
LONG
*
options
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
ConnectComplete
(
[
in
]
Error
*
error
,
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
HRESULT
Disconnect
(
[
in
,
out
]
EventStatusEnum
*
status
,
[
in
]
_Connection
*
connection
)
;
}
;
[
uuid
(
00000400
-
0000
-
0010
-
8000
-
00
aa006d2ea4
)
]
dispinterface
ConnectionEvents
...
...
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