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
7cb98146
Commit
7cb98146
authored
May 01, 2013
by
Daniel Jelinski
Committed by
Alexandre Julliard
May 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add txdtc.idl and txcoord.idl.
parent
e60e09e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
185 additions
and
0 deletions
+185
-0
.gitignore
.gitignore
+2
-0
Makefile.in
include/Makefile.in
+2
-0
txcoord.idl
include/txcoord.idl
+181
-0
txdtc.idl
include/txdtc.idl
+0
-0
No files found.
.gitignore
View file @
7cb98146
...
...
@@ -247,6 +247,8 @@ include/textstor.h
include/tlogstg.h
include/tom.h
include/transact.h
include/txcoord.h
include/txdtc.h
include/uiautomationclient.h
include/uiautomationcore.h
include/unknwn.h
...
...
include/Makefile.in
View file @
7cb98146
...
...
@@ -99,6 +99,8 @@ PUBLIC_IDL_H_SRCS = \
tlogstg.idl
\
tom.idl
\
transact.idl
\
txcoord.idl
\
txdtc.idl
\
uiautomationclient.idl
\
uiautomationcore.idl
\
unknwn.idl
\
...
...
include/txcoord.idl
0 → 100644
View file @
7cb98146
/*
*
Copyright
(
C
)
2013
Daniel
Jeli
ń
ski
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"transact.idl"
;
import
"objidl.idl"
;
interface
ITransactionResourceAsync
;
interface
ITransactionLastResourceAsync
;
interface
ITransactionResource
;
interface
ITransactionEnlistmentAsync
;
interface
ITransactionLastEnlistmentAsync
;
interface
ITransactionExportFactory
;
interface
ITransactionImportWhereabouts
;
interface
ITransactionExport
;
interface
ITransactionImport
;
interface
ITipTransaction
;
interface
ITipHelper
;
interface
ITipPullSink
;
interface
IDtcNetworkAccessConfig
;
interface
IDtcNetworkAccessConfig2
;
[
object
,
uuid
(
69
e971f0
-
23
ce
-
11
cf
-
ad60
-
00
aa00a74ccd
)
]
interface
ITransactionResourceAsync
:
IUnknown
{
HRESULT
PrepareRequest
(
[
in
]
BOOL
fRetaining
,
[
in
]
DWORD
grfRM
,
[
in
]
BOOL
fWantMoniker
,
[
in
]
BOOL
fSinglePhase
)
;
HRESULT
CommitRequest
(
[
in
]
DWORD
grfRM
,
[
in
]
XACTUOW
*
pNewUOW
)
;
HRESULT
AbortRequest
(
[
in
]
BOID
*
pboidReason
,
[
in
]
BOOL
fRetaining
,
[
in
]
XACTUOW
*
pNewUOW
)
;
HRESULT
TMDown
(
void
)
;
}
;
[
object
,
uuid
(
c82bd532
-
5b30
-
11
d3
-
8
a91
-
00
c04f79eb6d
)
]
interface
ITransactionLastResourceAsync
:
IUnknown
{
HRESULT
DelegateCommit
(
[
in
]
DWORD
grfRM
)
;
HRESULT
ForgetRequest
(
[
in
]
XACTUOW
*
pNewUOW
)
;
}
;
[
object
,
uuid
(
ee5ff7b3
-
4572
-
11
d0
-
9452
-
00
a0c905416e
)
]
interface
ITransactionResource
:
IUnknown
{
HRESULT
PrepareRequest
(
[
in
]
BOOL
fRetaining
,
[
in
]
DWORD
grfRM
,
[
in
]
BOOL
fWantMoniker
,
[
in
]
BOOL
fSinglePhase
)
;
HRESULT
CommitRequest
(
[
in
]
DWORD
grfRM
,
[
in
]
XACTUOW
*
pNewUOW
)
;
HRESULT
AbortRequest
(
[
in
]
BOID
*
pboidReason
,
[
in
]
BOOL
fRetaining
,
[
in
]
XACTUOW
*
pNewUOW
)
;
HRESULT
TMDown
(
void
)
;
}
;
[
object
,
uuid
(
0
fb15081
-
af41
-
11
ce
-
bd2b
-
204
c4f4f5020
)
]
interface
ITransactionEnlistmentAsync
:
IUnknown
{
HRESULT
PrepareRequestDone
(
[
in
]
HRESULT
hr
,
[
in
]
IMoniker
*
pmk
,
[
in
]
BOID
*
pboidReason
)
;
HRESULT
CommitRequestDone
(
[
in
]
HRESULT
hr
)
;
HRESULT
AbortRequestDone
(
[
in
]
HRESULT
hr
)
;
}
;
[
object
,
uuid
(
c82bd533
-
5b30
-
11
d3
-
8
a91
-
00
c04f79eb6d
)
]
interface
ITransactionLastEnlistmentAsync
:
IUnknown
{
HRESULT
TransactionOutcome
(
[
in
]
XACTSTAT
XactStat
,
[
in
]
BOID
*
pboidReason
)
;
}
;
[
object
,
uuid
(
e1cf9b53
-
8745
-
11
ce
-
a9ba
-
00
aa006c3706
)
]
interface
ITransactionExportFactory
:
IUnknown
{
HRESULT
GetRemoteClassId
(
[
in
]
CLSID
*
pclsid
)
;
HRESULT
Create
(
[
in
]
ULONG
cbWhereabouts
,
[
in
]
byte
*
rgbWhereabouts
,
[
out
]
ITransactionExport
**
ppExport
)
;
}
;
[
object
,
uuid
(
0141
fda4
-
8
fc0
-
11
ce
-
bd18
-
204
c4f4f5020
)
]
interface
ITransactionImportWhereabouts
:
IUnknown
{
HRESULT
GetWhereaboutsSize
(
[
out
]
ULONG
*
pcbWhereabouts
)
;
HRESULT
GetWhereabouts
(
[
in
]
ULONG
cbWhereabouts
,
[
out
]
byte
*
rgbWhereabouts
,
[
out
]
ULONG
*
pcbUsed
)
;
}
;
[
object
,
uuid
(
0141
fda5
-
8
fc0
-
11
ce
-
bd18
-
204
c4f4f5020
)
]
interface
ITransactionExport
:
IUnknown
{
HRESULT
Export
(
[
in
]
IUnknown
*
punkTransaction
,
[
out
]
ULONG
*
pcbTransactionCookie
)
;
HRESULT
GetTransactionCookie
(
[
in
]
IUnknown
*
punkTransaction
,
[
in
]
ULONG
cbTransactionCookie
,
[
out
]
byte
*
rgbTransactionCookie
,
[
out
]
ULONG
*
pcbUsed
)
;
}
;
[
object
,
uuid
(
e1cf9b5a
-
8745
-
11
ce
-
a9ba
-
00
aa006c3706
)
]
interface
ITransactionImport
:
IUnknown
{
HRESULT
Import
(
[
in
]
ULONG
cbTransactionCookie
,
[
in
]
byte
*
rgbTransactionCookie
,
[
in
]
IID
*
piid
,
[
out
,
iid_is
(
piid
)
]
void
**
ppvTransaction
)
;
}
;
[
object
,
uuid
(
17
cf72d0
-
bac5
-
11
d1
-
b1bf
-
00
c04fc2f3ef
)
]
interface
ITipTransaction
:
IUnknown
{
HRESULT
Push
(
[
in
]
char
*
i_pszRemoteTmUrl
,
[
out
]
char
**
o_ppszRemoteTxUrl
)
;
HRESULT
GetTransactionUrl
(
[
out
]
char
**
o_ppszLocalTxUrl
)
;
}
;
[
object
,
uuid
(
17
cf72d1
-
bac5
-
11
d1
-
b1bf
-
00
c04fc2f3ef
)
]
interface
ITipHelper
:
IUnknown
{
HRESULT
Pull
(
[
in
]
char
*
i_pszTxUrl
,
[
out
]
ITransaction
**
o_ppITransaction
)
;
HRESULT
PullAsync
(
[
in
]
char
*
i_pszTxUrl
,
[
in
]
ITipPullSink
*
i_pTipPullSink
,
[
out
]
ITransaction
**
o_ppITransaction
)
;
HRESULT
GetLocalTmUrl
(
[
out
]
char
**
o_ppszLocalTmUrl
)
;
}
;
[
object
,
uuid
(
17
cf72d2
-
bac5
-
11
d1
-
b1bf
-
00
c04fc2f3ef
)
]
interface
ITipPullSink
:
IUnknown
{
HRESULT
PullComplete
(
[
in
]
HRESULT
i_hrPull
)
;
}
;
[
object
,
uuid
(
9797
c15d
-
a428
-
4291
-
87b6
-
0995031
a678d
)
]
interface
IDtcNetworkAccessConfig
:
IUnknown
{
HRESULT
GetAnyNetworkAccess
(
[
out
]
BOOL
*
pbAnyNetworkAccess
)
;
HRESULT
SetAnyNetworkAccess
(
[
in
]
BOOL
bAnyNetworkAccess
)
;
HRESULT
GetNetworkAdministrationAccess
(
[
out
]
BOOL
*
pbNetworkAdministrationAccess
)
;
HRESULT
SetNetworkAdministrationAccess
(
[
in
]
BOOL
bNetworkAdministrationAccess
)
;
HRESULT
GetNetworkTransactionAccess
(
[
out
]
BOOL
*
pbNetworkTransactionAccess
)
;
HRESULT
SetNetworkTransactionAccess
(
[
in
]
BOOL
bNetworkTransactionAccess
)
;
HRESULT
GetNetworkClientAccess
(
[
out
]
BOOL
*
pbNetworkClientAccess
)
;
HRESULT
SetNetworkClientAccess
(
[
in
]
BOOL
bNetworkClientAccess
)
;
HRESULT
GetNetworkTIPAccess
(
[
out
]
BOOL
*
pbNetworkTIPAccess
)
;
HRESULT
SetNetworkTIPAccess
(
[
in
]
BOOL
bNetworkTIPAccess
)
;
HRESULT
GetXAAccess
(
[
out
]
BOOL
*
pbXAAccess
)
;
HRESULT
SetXAAccess
(
[
in
]
BOOL
bXAAccess
)
;
HRESULT
RestartDtcService
(
void
)
;
}
;
typedef
enum
AUTHENTICATION_LEVEL
{
NO_AUTHENTICATION_REQUIRED
,
INCOMING_AUTHENTICATION_REQUIRED
,
MUTUAL_AUTHENTICATION_REQUIRED
}
AUTHENTICATION_LEVEL
;
[
object
,
uuid
(
a7aa013b
-
eb7d
-
4
f42
-
b41c
-
b2dec09ae034
)
]
interface
IDtcNetworkAccessConfig2
:
IDtcNetworkAccessConfig
{
HRESULT
GetNetworkInboundAccess
(
[
out
]
BOOL
*
pbInbound
)
;
HRESULT
GetNetworkOutboundAccess
(
[
out
]
BOOL
*
pbOutbound
)
;
HRESULT
SetNetworkInboundAccess
(
[
in
]
BOOL
bInbound
)
;
HRESULT
SetNetworkOutboundAccess
(
[
in
]
BOOL
bOutbound
)
;
HRESULT
GetAuthenticationLevel
(
[
out
]
AUTHENTICATION_LEVEL
*
pAuthLevel
)
;
HRESULT
SetAuthenticationLevel
(
[
in
]
AUTHENTICATION_LEVEL
AuthLevel
)
;
}
;
include/txdtc.idl
0 → 100644
View file @
7cb98146
This diff is collapsed.
Click to expand it.
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