/usr/include/wine/windows/txcoord.h is in libwine-dev 3.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 | /*** Autogenerated by WIDL 3.0 from txcoord.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __txcoord_h__
#define __txcoord_h__
/* Forward declarations */
#ifndef __ITransactionResourceAsync_FWD_DEFINED__
#define __ITransactionResourceAsync_FWD_DEFINED__
typedef interface ITransactionResourceAsync ITransactionResourceAsync;
#ifdef __cplusplus
interface ITransactionResourceAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionLastResourceAsync_FWD_DEFINED__
#define __ITransactionLastResourceAsync_FWD_DEFINED__
typedef interface ITransactionLastResourceAsync ITransactionLastResourceAsync;
#ifdef __cplusplus
interface ITransactionLastResourceAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionResource_FWD_DEFINED__
#define __ITransactionResource_FWD_DEFINED__
typedef interface ITransactionResource ITransactionResource;
#ifdef __cplusplus
interface ITransactionResource;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionEnlistmentAsync_FWD_DEFINED__
#define __ITransactionEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionEnlistmentAsync ITransactionEnlistmentAsync;
#ifdef __cplusplus
interface ITransactionEnlistmentAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionLastEnlistmentAsync_FWD_DEFINED__
#define __ITransactionLastEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionLastEnlistmentAsync ITransactionLastEnlistmentAsync;
#ifdef __cplusplus
interface ITransactionLastEnlistmentAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionExportFactory_FWD_DEFINED__
#define __ITransactionExportFactory_FWD_DEFINED__
typedef interface ITransactionExportFactory ITransactionExportFactory;
#ifdef __cplusplus
interface ITransactionExportFactory;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionImportWhereabouts_FWD_DEFINED__
#define __ITransactionImportWhereabouts_FWD_DEFINED__
typedef interface ITransactionImportWhereabouts ITransactionImportWhereabouts;
#ifdef __cplusplus
interface ITransactionImportWhereabouts;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionExport_FWD_DEFINED__
#define __ITransactionExport_FWD_DEFINED__
typedef interface ITransactionExport ITransactionExport;
#ifdef __cplusplus
interface ITransactionExport;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionImport_FWD_DEFINED__
#define __ITransactionImport_FWD_DEFINED__
typedef interface ITransactionImport ITransactionImport;
#ifdef __cplusplus
interface ITransactionImport;
#endif /* __cplusplus */
#endif
#ifndef __ITipTransaction_FWD_DEFINED__
#define __ITipTransaction_FWD_DEFINED__
typedef interface ITipTransaction ITipTransaction;
#ifdef __cplusplus
interface ITipTransaction;
#endif /* __cplusplus */
#endif
#ifndef __ITipHelper_FWD_DEFINED__
#define __ITipHelper_FWD_DEFINED__
typedef interface ITipHelper ITipHelper;
#ifdef __cplusplus
interface ITipHelper;
#endif /* __cplusplus */
#endif
#ifndef __ITipPullSink_FWD_DEFINED__
#define __ITipPullSink_FWD_DEFINED__
typedef interface ITipPullSink ITipPullSink;
#ifdef __cplusplus
interface ITipPullSink;
#endif /* __cplusplus */
#endif
#ifndef __IDtcNetworkAccessConfig_FWD_DEFINED__
#define __IDtcNetworkAccessConfig_FWD_DEFINED__
typedef interface IDtcNetworkAccessConfig IDtcNetworkAccessConfig;
#ifdef __cplusplus
interface IDtcNetworkAccessConfig;
#endif /* __cplusplus */
#endif
#ifndef __IDtcNetworkAccessConfig2_FWD_DEFINED__
#define __IDtcNetworkAccessConfig2_FWD_DEFINED__
typedef interface IDtcNetworkAccessConfig2 IDtcNetworkAccessConfig2;
#ifdef __cplusplus
interface IDtcNetworkAccessConfig2;
#endif /* __cplusplus */
#endif
/* Headers for imported files */
#include <transact.h>
#include <objidl.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __ITransactionResourceAsync_FWD_DEFINED__
#define __ITransactionResourceAsync_FWD_DEFINED__
typedef interface ITransactionResourceAsync ITransactionResourceAsync;
#ifdef __cplusplus
interface ITransactionResourceAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionLastResourceAsync_FWD_DEFINED__
#define __ITransactionLastResourceAsync_FWD_DEFINED__
typedef interface ITransactionLastResourceAsync ITransactionLastResourceAsync;
#ifdef __cplusplus
interface ITransactionLastResourceAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionResource_FWD_DEFINED__
#define __ITransactionResource_FWD_DEFINED__
typedef interface ITransactionResource ITransactionResource;
#ifdef __cplusplus
interface ITransactionResource;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionEnlistmentAsync_FWD_DEFINED__
#define __ITransactionEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionEnlistmentAsync ITransactionEnlistmentAsync;
#ifdef __cplusplus
interface ITransactionEnlistmentAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionLastEnlistmentAsync_FWD_DEFINED__
#define __ITransactionLastEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionLastEnlistmentAsync ITransactionLastEnlistmentAsync;
#ifdef __cplusplus
interface ITransactionLastEnlistmentAsync;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionExportFactory_FWD_DEFINED__
#define __ITransactionExportFactory_FWD_DEFINED__
typedef interface ITransactionExportFactory ITransactionExportFactory;
#ifdef __cplusplus
interface ITransactionExportFactory;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionImportWhereabouts_FWD_DEFINED__
#define __ITransactionImportWhereabouts_FWD_DEFINED__
typedef interface ITransactionImportWhereabouts ITransactionImportWhereabouts;
#ifdef __cplusplus
interface ITransactionImportWhereabouts;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionExport_FWD_DEFINED__
#define __ITransactionExport_FWD_DEFINED__
typedef interface ITransactionExport ITransactionExport;
#ifdef __cplusplus
interface ITransactionExport;
#endif /* __cplusplus */
#endif
#ifndef __ITransactionImport_FWD_DEFINED__
#define __ITransactionImport_FWD_DEFINED__
typedef interface ITransactionImport ITransactionImport;
#ifdef __cplusplus
interface ITransactionImport;
#endif /* __cplusplus */
#endif
#ifndef __ITipTransaction_FWD_DEFINED__
#define __ITipTransaction_FWD_DEFINED__
typedef interface ITipTransaction ITipTransaction;
#ifdef __cplusplus
interface ITipTransaction;
#endif /* __cplusplus */
#endif
#ifndef __ITipHelper_FWD_DEFINED__
#define __ITipHelper_FWD_DEFINED__
typedef interface ITipHelper ITipHelper;
#ifdef __cplusplus
interface ITipHelper;
#endif /* __cplusplus */
#endif
#ifndef __ITipPullSink_FWD_DEFINED__
#define __ITipPullSink_FWD_DEFINED__
typedef interface ITipPullSink ITipPullSink;
#ifdef __cplusplus
interface ITipPullSink;
#endif /* __cplusplus */
#endif
#ifndef __IDtcNetworkAccessConfig_FWD_DEFINED__
#define __IDtcNetworkAccessConfig_FWD_DEFINED__
typedef interface IDtcNetworkAccessConfig IDtcNetworkAccessConfig;
#ifdef __cplusplus
interface IDtcNetworkAccessConfig;
#endif /* __cplusplus */
#endif
#ifndef __IDtcNetworkAccessConfig2_FWD_DEFINED__
#define __IDtcNetworkAccessConfig2_FWD_DEFINED__
typedef interface IDtcNetworkAccessConfig2 IDtcNetworkAccessConfig2;
#ifdef __cplusplus
interface IDtcNetworkAccessConfig2;
#endif /* __cplusplus */
#endif
/*****************************************************************************
* ITransactionResourceAsync interface
*/
#ifndef __ITransactionResourceAsync_INTERFACE_DEFINED__
#define __ITransactionResourceAsync_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionResourceAsync, 0x69e971f0, 0x23ce, 0x11cf, 0xad,0x60, 0x00,0xaa,0x00,0xa7,0x4c,0xcd);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("69e971f0-23ce-11cf-ad60-00aa00a74ccd")
ITransactionResourceAsync : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE PrepareRequest(
BOOL fRetaining,
DWORD grfRM,
BOOL fWantMoniker,
BOOL fSinglePhase) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequest(
DWORD grfRM,
XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequest(
BOID *pboidReason,
BOOL fRetaining,
XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE TMDown(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionResourceAsync, 0x69e971f0, 0x23ce, 0x11cf, 0xad,0x60, 0x00,0xaa,0x00,0xa7,0x4c,0xcd)
#endif
#else
typedef struct ITransactionResourceAsyncVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionResourceAsync *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionResourceAsync *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionResourceAsync *This);
/*** ITransactionResourceAsync methods ***/
HRESULT (STDMETHODCALLTYPE *PrepareRequest)(
ITransactionResourceAsync *This,
BOOL fRetaining,
DWORD grfRM,
BOOL fWantMoniker,
BOOL fSinglePhase);
HRESULT (STDMETHODCALLTYPE *CommitRequest)(
ITransactionResourceAsync *This,
DWORD grfRM,
XACTUOW *pNewUOW);
HRESULT (STDMETHODCALLTYPE *AbortRequest)(
ITransactionResourceAsync *This,
BOID *pboidReason,
BOOL fRetaining,
XACTUOW *pNewUOW);
HRESULT (STDMETHODCALLTYPE *TMDown)(
ITransactionResourceAsync *This);
END_INTERFACE
} ITransactionResourceAsyncVtbl;
interface ITransactionResourceAsync {
CONST_VTBL ITransactionResourceAsyncVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionResourceAsync_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionResourceAsync_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionResourceAsync_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionResourceAsync methods ***/
#define ITransactionResourceAsync_PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase) (This)->lpVtbl->PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase)
#define ITransactionResourceAsync_CommitRequest(This,grfRM,pNewUOW) (This)->lpVtbl->CommitRequest(This,grfRM,pNewUOW)
#define ITransactionResourceAsync_AbortRequest(This,pboidReason,fRetaining,pNewUOW) (This)->lpVtbl->AbortRequest(This,pboidReason,fRetaining,pNewUOW)
#define ITransactionResourceAsync_TMDown(This) (This)->lpVtbl->TMDown(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionResourceAsync_QueryInterface(ITransactionResourceAsync* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionResourceAsync_AddRef(ITransactionResourceAsync* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionResourceAsync_Release(ITransactionResourceAsync* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionResourceAsync methods ***/
static FORCEINLINE HRESULT ITransactionResourceAsync_PrepareRequest(ITransactionResourceAsync* This,BOOL fRetaining,DWORD grfRM,BOOL fWantMoniker,BOOL fSinglePhase) {
return This->lpVtbl->PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase);
}
static FORCEINLINE HRESULT ITransactionResourceAsync_CommitRequest(ITransactionResourceAsync* This,DWORD grfRM,XACTUOW *pNewUOW) {
return This->lpVtbl->CommitRequest(This,grfRM,pNewUOW);
}
static FORCEINLINE HRESULT ITransactionResourceAsync_AbortRequest(ITransactionResourceAsync* This,BOID *pboidReason,BOOL fRetaining,XACTUOW *pNewUOW) {
return This->lpVtbl->AbortRequest(This,pboidReason,fRetaining,pNewUOW);
}
static FORCEINLINE HRESULT ITransactionResourceAsync_TMDown(ITransactionResourceAsync* This) {
return This->lpVtbl->TMDown(This);
}
#endif
#endif
#endif
#endif /* __ITransactionResourceAsync_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionLastResourceAsync interface
*/
#ifndef __ITransactionLastResourceAsync_INTERFACE_DEFINED__
#define __ITransactionLastResourceAsync_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionLastResourceAsync, 0xc82bd532, 0x5b30, 0x11d3, 0x8a,0x91, 0x00,0xc0,0x4f,0x79,0xeb,0x6d);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c82bd532-5b30-11d3-8a91-00c04f79eb6d")
ITransactionLastResourceAsync : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE DelegateCommit(
DWORD grfRM) = 0;
virtual HRESULT STDMETHODCALLTYPE ForgetRequest(
XACTUOW *pNewUOW) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionLastResourceAsync, 0xc82bd532, 0x5b30, 0x11d3, 0x8a,0x91, 0x00,0xc0,0x4f,0x79,0xeb,0x6d)
#endif
#else
typedef struct ITransactionLastResourceAsyncVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionLastResourceAsync *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionLastResourceAsync *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionLastResourceAsync *This);
/*** ITransactionLastResourceAsync methods ***/
HRESULT (STDMETHODCALLTYPE *DelegateCommit)(
ITransactionLastResourceAsync *This,
DWORD grfRM);
HRESULT (STDMETHODCALLTYPE *ForgetRequest)(
ITransactionLastResourceAsync *This,
XACTUOW *pNewUOW);
END_INTERFACE
} ITransactionLastResourceAsyncVtbl;
interface ITransactionLastResourceAsync {
CONST_VTBL ITransactionLastResourceAsyncVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionLastResourceAsync_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionLastResourceAsync_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionLastResourceAsync_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionLastResourceAsync methods ***/
#define ITransactionLastResourceAsync_DelegateCommit(This,grfRM) (This)->lpVtbl->DelegateCommit(This,grfRM)
#define ITransactionLastResourceAsync_ForgetRequest(This,pNewUOW) (This)->lpVtbl->ForgetRequest(This,pNewUOW)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionLastResourceAsync_QueryInterface(ITransactionLastResourceAsync* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionLastResourceAsync_AddRef(ITransactionLastResourceAsync* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionLastResourceAsync_Release(ITransactionLastResourceAsync* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionLastResourceAsync methods ***/
static FORCEINLINE HRESULT ITransactionLastResourceAsync_DelegateCommit(ITransactionLastResourceAsync* This,DWORD grfRM) {
return This->lpVtbl->DelegateCommit(This,grfRM);
}
static FORCEINLINE HRESULT ITransactionLastResourceAsync_ForgetRequest(ITransactionLastResourceAsync* This,XACTUOW *pNewUOW) {
return This->lpVtbl->ForgetRequest(This,pNewUOW);
}
#endif
#endif
#endif
#endif /* __ITransactionLastResourceAsync_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionResource interface
*/
#ifndef __ITransactionResource_INTERFACE_DEFINED__
#define __ITransactionResource_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionResource, 0xee5ff7b3, 0x4572, 0x11d0, 0x94,0x52, 0x00,0xa0,0xc9,0x05,0x41,0x6e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("ee5ff7b3-4572-11d0-9452-00a0c905416e")
ITransactionResource : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE PrepareRequest(
BOOL fRetaining,
DWORD grfRM,
BOOL fWantMoniker,
BOOL fSinglePhase) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequest(
DWORD grfRM,
XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequest(
BOID *pboidReason,
BOOL fRetaining,
XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE TMDown(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionResource, 0xee5ff7b3, 0x4572, 0x11d0, 0x94,0x52, 0x00,0xa0,0xc9,0x05,0x41,0x6e)
#endif
#else
typedef struct ITransactionResourceVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionResource *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionResource *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionResource *This);
/*** ITransactionResource methods ***/
HRESULT (STDMETHODCALLTYPE *PrepareRequest)(
ITransactionResource *This,
BOOL fRetaining,
DWORD grfRM,
BOOL fWantMoniker,
BOOL fSinglePhase);
HRESULT (STDMETHODCALLTYPE *CommitRequest)(
ITransactionResource *This,
DWORD grfRM,
XACTUOW *pNewUOW);
HRESULT (STDMETHODCALLTYPE *AbortRequest)(
ITransactionResource *This,
BOID *pboidReason,
BOOL fRetaining,
XACTUOW *pNewUOW);
HRESULT (STDMETHODCALLTYPE *TMDown)(
ITransactionResource *This);
END_INTERFACE
} ITransactionResourceVtbl;
interface ITransactionResource {
CONST_VTBL ITransactionResourceVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionResource_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionResource_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionResource_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionResource methods ***/
#define ITransactionResource_PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase) (This)->lpVtbl->PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase)
#define ITransactionResource_CommitRequest(This,grfRM,pNewUOW) (This)->lpVtbl->CommitRequest(This,grfRM,pNewUOW)
#define ITransactionResource_AbortRequest(This,pboidReason,fRetaining,pNewUOW) (This)->lpVtbl->AbortRequest(This,pboidReason,fRetaining,pNewUOW)
#define ITransactionResource_TMDown(This) (This)->lpVtbl->TMDown(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionResource_QueryInterface(ITransactionResource* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionResource_AddRef(ITransactionResource* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionResource_Release(ITransactionResource* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionResource methods ***/
static FORCEINLINE HRESULT ITransactionResource_PrepareRequest(ITransactionResource* This,BOOL fRetaining,DWORD grfRM,BOOL fWantMoniker,BOOL fSinglePhase) {
return This->lpVtbl->PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase);
}
static FORCEINLINE HRESULT ITransactionResource_CommitRequest(ITransactionResource* This,DWORD grfRM,XACTUOW *pNewUOW) {
return This->lpVtbl->CommitRequest(This,grfRM,pNewUOW);
}
static FORCEINLINE HRESULT ITransactionResource_AbortRequest(ITransactionResource* This,BOID *pboidReason,BOOL fRetaining,XACTUOW *pNewUOW) {
return This->lpVtbl->AbortRequest(This,pboidReason,fRetaining,pNewUOW);
}
static FORCEINLINE HRESULT ITransactionResource_TMDown(ITransactionResource* This) {
return This->lpVtbl->TMDown(This);
}
#endif
#endif
#endif
#endif /* __ITransactionResource_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionEnlistmentAsync interface
*/
#ifndef __ITransactionEnlistmentAsync_INTERFACE_DEFINED__
#define __ITransactionEnlistmentAsync_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionEnlistmentAsync, 0x0fb15081, 0xaf41, 0x11ce, 0xbd,0x2b, 0x20,0x4c,0x4f,0x4f,0x50,0x20);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0fb15081-af41-11ce-bd2b-204c4f4f5020")
ITransactionEnlistmentAsync : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE PrepareRequestDone(
HRESULT hr,
IMoniker *pmk,
BOID *pboidReason) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequestDone(
HRESULT hr) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequestDone(
HRESULT hr) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionEnlistmentAsync, 0x0fb15081, 0xaf41, 0x11ce, 0xbd,0x2b, 0x20,0x4c,0x4f,0x4f,0x50,0x20)
#endif
#else
typedef struct ITransactionEnlistmentAsyncVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionEnlistmentAsync *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionEnlistmentAsync *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionEnlistmentAsync *This);
/*** ITransactionEnlistmentAsync methods ***/
HRESULT (STDMETHODCALLTYPE *PrepareRequestDone)(
ITransactionEnlistmentAsync *This,
HRESULT hr,
IMoniker *pmk,
BOID *pboidReason);
HRESULT (STDMETHODCALLTYPE *CommitRequestDone)(
ITransactionEnlistmentAsync *This,
HRESULT hr);
HRESULT (STDMETHODCALLTYPE *AbortRequestDone)(
ITransactionEnlistmentAsync *This,
HRESULT hr);
END_INTERFACE
} ITransactionEnlistmentAsyncVtbl;
interface ITransactionEnlistmentAsync {
CONST_VTBL ITransactionEnlistmentAsyncVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionEnlistmentAsync_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionEnlistmentAsync_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionEnlistmentAsync_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionEnlistmentAsync methods ***/
#define ITransactionEnlistmentAsync_PrepareRequestDone(This,hr,pmk,pboidReason) (This)->lpVtbl->PrepareRequestDone(This,hr,pmk,pboidReason)
#define ITransactionEnlistmentAsync_CommitRequestDone(This,hr) (This)->lpVtbl->CommitRequestDone(This,hr)
#define ITransactionEnlistmentAsync_AbortRequestDone(This,hr) (This)->lpVtbl->AbortRequestDone(This,hr)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionEnlistmentAsync_QueryInterface(ITransactionEnlistmentAsync* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionEnlistmentAsync_AddRef(ITransactionEnlistmentAsync* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionEnlistmentAsync_Release(ITransactionEnlistmentAsync* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionEnlistmentAsync methods ***/
static FORCEINLINE HRESULT ITransactionEnlistmentAsync_PrepareRequestDone(ITransactionEnlistmentAsync* This,HRESULT hr,IMoniker *pmk,BOID *pboidReason) {
return This->lpVtbl->PrepareRequestDone(This,hr,pmk,pboidReason);
}
static FORCEINLINE HRESULT ITransactionEnlistmentAsync_CommitRequestDone(ITransactionEnlistmentAsync* This,HRESULT hr) {
return This->lpVtbl->CommitRequestDone(This,hr);
}
static FORCEINLINE HRESULT ITransactionEnlistmentAsync_AbortRequestDone(ITransactionEnlistmentAsync* This,HRESULT hr) {
return This->lpVtbl->AbortRequestDone(This,hr);
}
#endif
#endif
#endif
#endif /* __ITransactionEnlistmentAsync_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionLastEnlistmentAsync interface
*/
#ifndef __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__
#define __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionLastEnlistmentAsync, 0xc82bd533, 0x5b30, 0x11d3, 0x8a,0x91, 0x00,0xc0,0x4f,0x79,0xeb,0x6d);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c82bd533-5b30-11d3-8a91-00c04f79eb6d")
ITransactionLastEnlistmentAsync : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE TransactionOutcome(
XACTSTAT XactStat,
BOID *pboidReason) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionLastEnlistmentAsync, 0xc82bd533, 0x5b30, 0x11d3, 0x8a,0x91, 0x00,0xc0,0x4f,0x79,0xeb,0x6d)
#endif
#else
typedef struct ITransactionLastEnlistmentAsyncVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionLastEnlistmentAsync *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionLastEnlistmentAsync *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionLastEnlistmentAsync *This);
/*** ITransactionLastEnlistmentAsync methods ***/
HRESULT (STDMETHODCALLTYPE *TransactionOutcome)(
ITransactionLastEnlistmentAsync *This,
XACTSTAT XactStat,
BOID *pboidReason);
END_INTERFACE
} ITransactionLastEnlistmentAsyncVtbl;
interface ITransactionLastEnlistmentAsync {
CONST_VTBL ITransactionLastEnlistmentAsyncVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionLastEnlistmentAsync_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionLastEnlistmentAsync_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionLastEnlistmentAsync_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionLastEnlistmentAsync methods ***/
#define ITransactionLastEnlistmentAsync_TransactionOutcome(This,XactStat,pboidReason) (This)->lpVtbl->TransactionOutcome(This,XactStat,pboidReason)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionLastEnlistmentAsync_QueryInterface(ITransactionLastEnlistmentAsync* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionLastEnlistmentAsync_AddRef(ITransactionLastEnlistmentAsync* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionLastEnlistmentAsync_Release(ITransactionLastEnlistmentAsync* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionLastEnlistmentAsync methods ***/
static FORCEINLINE HRESULT ITransactionLastEnlistmentAsync_TransactionOutcome(ITransactionLastEnlistmentAsync* This,XACTSTAT XactStat,BOID *pboidReason) {
return This->lpVtbl->TransactionOutcome(This,XactStat,pboidReason);
}
#endif
#endif
#endif
#endif /* __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionExportFactory interface
*/
#ifndef __ITransactionExportFactory_INTERFACE_DEFINED__
#define __ITransactionExportFactory_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionExportFactory, 0xe1cf9b53, 0x8745, 0x11ce, 0xa9,0xba, 0x00,0xaa,0x00,0x6c,0x37,0x06);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("e1cf9b53-8745-11ce-a9ba-00aa006c3706")
ITransactionExportFactory : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetRemoteClassId(
CLSID *pclsid) = 0;
virtual HRESULT STDMETHODCALLTYPE Create(
ULONG cbWhereabouts,
byte *rgbWhereabouts,
ITransactionExport **ppExport) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionExportFactory, 0xe1cf9b53, 0x8745, 0x11ce, 0xa9,0xba, 0x00,0xaa,0x00,0x6c,0x37,0x06)
#endif
#else
typedef struct ITransactionExportFactoryVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionExportFactory *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionExportFactory *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionExportFactory *This);
/*** ITransactionExportFactory methods ***/
HRESULT (STDMETHODCALLTYPE *GetRemoteClassId)(
ITransactionExportFactory *This,
CLSID *pclsid);
HRESULT (STDMETHODCALLTYPE *Create)(
ITransactionExportFactory *This,
ULONG cbWhereabouts,
byte *rgbWhereabouts,
ITransactionExport **ppExport);
END_INTERFACE
} ITransactionExportFactoryVtbl;
interface ITransactionExportFactory {
CONST_VTBL ITransactionExportFactoryVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionExportFactory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionExportFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionExportFactory_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionExportFactory methods ***/
#define ITransactionExportFactory_GetRemoteClassId(This,pclsid) (This)->lpVtbl->GetRemoteClassId(This,pclsid)
#define ITransactionExportFactory_Create(This,cbWhereabouts,rgbWhereabouts,ppExport) (This)->lpVtbl->Create(This,cbWhereabouts,rgbWhereabouts,ppExport)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionExportFactory_QueryInterface(ITransactionExportFactory* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionExportFactory_AddRef(ITransactionExportFactory* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionExportFactory_Release(ITransactionExportFactory* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionExportFactory methods ***/
static FORCEINLINE HRESULT ITransactionExportFactory_GetRemoteClassId(ITransactionExportFactory* This,CLSID *pclsid) {
return This->lpVtbl->GetRemoteClassId(This,pclsid);
}
static FORCEINLINE HRESULT ITransactionExportFactory_Create(ITransactionExportFactory* This,ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExport) {
return This->lpVtbl->Create(This,cbWhereabouts,rgbWhereabouts,ppExport);
}
#endif
#endif
#endif
#endif /* __ITransactionExportFactory_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionImportWhereabouts interface
*/
#ifndef __ITransactionImportWhereabouts_INTERFACE_DEFINED__
#define __ITransactionImportWhereabouts_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionImportWhereabouts, 0x0141fda4, 0x8fc0, 0x11ce, 0xbd,0x18, 0x20,0x4c,0x4f,0x4f,0x50,0x20);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0141fda4-8fc0-11ce-bd18-204c4f4f5020")
ITransactionImportWhereabouts : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetWhereaboutsSize(
ULONG *pcbWhereabouts) = 0;
virtual HRESULT STDMETHODCALLTYPE GetWhereabouts(
ULONG cbWhereabouts,
byte *rgbWhereabouts,
ULONG *pcbUsed) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionImportWhereabouts, 0x0141fda4, 0x8fc0, 0x11ce, 0xbd,0x18, 0x20,0x4c,0x4f,0x4f,0x50,0x20)
#endif
#else
typedef struct ITransactionImportWhereaboutsVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionImportWhereabouts *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionImportWhereabouts *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionImportWhereabouts *This);
/*** ITransactionImportWhereabouts methods ***/
HRESULT (STDMETHODCALLTYPE *GetWhereaboutsSize)(
ITransactionImportWhereabouts *This,
ULONG *pcbWhereabouts);
HRESULT (STDMETHODCALLTYPE *GetWhereabouts)(
ITransactionImportWhereabouts *This,
ULONG cbWhereabouts,
byte *rgbWhereabouts,
ULONG *pcbUsed);
END_INTERFACE
} ITransactionImportWhereaboutsVtbl;
interface ITransactionImportWhereabouts {
CONST_VTBL ITransactionImportWhereaboutsVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionImportWhereabouts_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionImportWhereabouts_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionImportWhereabouts_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionImportWhereabouts methods ***/
#define ITransactionImportWhereabouts_GetWhereaboutsSize(This,pcbWhereabouts) (This)->lpVtbl->GetWhereaboutsSize(This,pcbWhereabouts)
#define ITransactionImportWhereabouts_GetWhereabouts(This,cbWhereabouts,rgbWhereabouts,pcbUsed) (This)->lpVtbl->GetWhereabouts(This,cbWhereabouts,rgbWhereabouts,pcbUsed)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionImportWhereabouts_QueryInterface(ITransactionImportWhereabouts* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionImportWhereabouts_AddRef(ITransactionImportWhereabouts* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionImportWhereabouts_Release(ITransactionImportWhereabouts* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionImportWhereabouts methods ***/
static FORCEINLINE HRESULT ITransactionImportWhereabouts_GetWhereaboutsSize(ITransactionImportWhereabouts* This,ULONG *pcbWhereabouts) {
return This->lpVtbl->GetWhereaboutsSize(This,pcbWhereabouts);
}
static FORCEINLINE HRESULT ITransactionImportWhereabouts_GetWhereabouts(ITransactionImportWhereabouts* This,ULONG cbWhereabouts,byte *rgbWhereabouts,ULONG *pcbUsed) {
return This->lpVtbl->GetWhereabouts(This,cbWhereabouts,rgbWhereabouts,pcbUsed);
}
#endif
#endif
#endif
#endif /* __ITransactionImportWhereabouts_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionExport interface
*/
#ifndef __ITransactionExport_INTERFACE_DEFINED__
#define __ITransactionExport_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionExport, 0x0141fda5, 0x8fc0, 0x11ce, 0xbd,0x18, 0x20,0x4c,0x4f,0x4f,0x50,0x20);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0141fda5-8fc0-11ce-bd18-204c4f4f5020")
ITransactionExport : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Export(
IUnknown *punkTransaction,
ULONG *pcbTransactionCookie) = 0;
virtual HRESULT STDMETHODCALLTYPE GetTransactionCookie(
IUnknown *punkTransaction,
ULONG cbTransactionCookie,
byte *rgbTransactionCookie,
ULONG *pcbUsed) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionExport, 0x0141fda5, 0x8fc0, 0x11ce, 0xbd,0x18, 0x20,0x4c,0x4f,0x4f,0x50,0x20)
#endif
#else
typedef struct ITransactionExportVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionExport *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionExport *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionExport *This);
/*** ITransactionExport methods ***/
HRESULT (STDMETHODCALLTYPE *Export)(
ITransactionExport *This,
IUnknown *punkTransaction,
ULONG *pcbTransactionCookie);
HRESULT (STDMETHODCALLTYPE *GetTransactionCookie)(
ITransactionExport *This,
IUnknown *punkTransaction,
ULONG cbTransactionCookie,
byte *rgbTransactionCookie,
ULONG *pcbUsed);
END_INTERFACE
} ITransactionExportVtbl;
interface ITransactionExport {
CONST_VTBL ITransactionExportVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionExport_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionExport_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionExport_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionExport methods ***/
#define ITransactionExport_Export(This,punkTransaction,pcbTransactionCookie) (This)->lpVtbl->Export(This,punkTransaction,pcbTransactionCookie)
#define ITransactionExport_GetTransactionCookie(This,punkTransaction,cbTransactionCookie,rgbTransactionCookie,pcbUsed) (This)->lpVtbl->GetTransactionCookie(This,punkTransaction,cbTransactionCookie,rgbTransactionCookie,pcbUsed)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionExport_QueryInterface(ITransactionExport* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionExport_AddRef(ITransactionExport* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionExport_Release(ITransactionExport* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionExport methods ***/
static FORCEINLINE HRESULT ITransactionExport_Export(ITransactionExport* This,IUnknown *punkTransaction,ULONG *pcbTransactionCookie) {
return This->lpVtbl->Export(This,punkTransaction,pcbTransactionCookie);
}
static FORCEINLINE HRESULT ITransactionExport_GetTransactionCookie(ITransactionExport* This,IUnknown *punkTransaction,ULONG cbTransactionCookie,byte *rgbTransactionCookie,ULONG *pcbUsed) {
return This->lpVtbl->GetTransactionCookie(This,punkTransaction,cbTransactionCookie,rgbTransactionCookie,pcbUsed);
}
#endif
#endif
#endif
#endif /* __ITransactionExport_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITransactionImport interface
*/
#ifndef __ITransactionImport_INTERFACE_DEFINED__
#define __ITransactionImport_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITransactionImport, 0xe1cf9b5a, 0x8745, 0x11ce, 0xa9,0xba, 0x00,0xaa,0x00,0x6c,0x37,0x06);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("e1cf9b5a-8745-11ce-a9ba-00aa006c3706")
ITransactionImport : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Import(
ULONG cbTransactionCookie,
byte *rgbTransactionCookie,
IID *piid,
void **ppvTransaction) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITransactionImport, 0xe1cf9b5a, 0x8745, 0x11ce, 0xa9,0xba, 0x00,0xaa,0x00,0x6c,0x37,0x06)
#endif
#else
typedef struct ITransactionImportVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITransactionImport *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITransactionImport *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITransactionImport *This);
/*** ITransactionImport methods ***/
HRESULT (STDMETHODCALLTYPE *Import)(
ITransactionImport *This,
ULONG cbTransactionCookie,
byte *rgbTransactionCookie,
IID *piid,
void **ppvTransaction);
END_INTERFACE
} ITransactionImportVtbl;
interface ITransactionImport {
CONST_VTBL ITransactionImportVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITransactionImport_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITransactionImport_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITransactionImport_Release(This) (This)->lpVtbl->Release(This)
/*** ITransactionImport methods ***/
#define ITransactionImport_Import(This,cbTransactionCookie,rgbTransactionCookie,piid,ppvTransaction) (This)->lpVtbl->Import(This,cbTransactionCookie,rgbTransactionCookie,piid,ppvTransaction)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITransactionImport_QueryInterface(ITransactionImport* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITransactionImport_AddRef(ITransactionImport* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITransactionImport_Release(ITransactionImport* This) {
return This->lpVtbl->Release(This);
}
/*** ITransactionImport methods ***/
static FORCEINLINE HRESULT ITransactionImport_Import(ITransactionImport* This,ULONG cbTransactionCookie,byte *rgbTransactionCookie,IID *piid,void **ppvTransaction) {
return This->lpVtbl->Import(This,cbTransactionCookie,rgbTransactionCookie,piid,ppvTransaction);
}
#endif
#endif
#endif
#endif /* __ITransactionImport_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITipTransaction interface
*/
#ifndef __ITipTransaction_INTERFACE_DEFINED__
#define __ITipTransaction_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITipTransaction, 0x17cf72d0, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17cf72d0-bac5-11d1-b1bf-00c04fc2f3ef")
ITipTransaction : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Push(
char *i_pszRemoteTmUrl,
char **o_ppszRemoteTxUrl) = 0;
virtual HRESULT STDMETHODCALLTYPE GetTransactionUrl(
char **o_ppszLocalTxUrl) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITipTransaction, 0x17cf72d0, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef)
#endif
#else
typedef struct ITipTransactionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITipTransaction *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITipTransaction *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITipTransaction *This);
/*** ITipTransaction methods ***/
HRESULT (STDMETHODCALLTYPE *Push)(
ITipTransaction *This,
char *i_pszRemoteTmUrl,
char **o_ppszRemoteTxUrl);
HRESULT (STDMETHODCALLTYPE *GetTransactionUrl)(
ITipTransaction *This,
char **o_ppszLocalTxUrl);
END_INTERFACE
} ITipTransactionVtbl;
interface ITipTransaction {
CONST_VTBL ITipTransactionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITipTransaction_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITipTransaction_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITipTransaction_Release(This) (This)->lpVtbl->Release(This)
/*** ITipTransaction methods ***/
#define ITipTransaction_Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl) (This)->lpVtbl->Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl)
#define ITipTransaction_GetTransactionUrl(This,o_ppszLocalTxUrl) (This)->lpVtbl->GetTransactionUrl(This,o_ppszLocalTxUrl)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITipTransaction_QueryInterface(ITipTransaction* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITipTransaction_AddRef(ITipTransaction* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITipTransaction_Release(ITipTransaction* This) {
return This->lpVtbl->Release(This);
}
/*** ITipTransaction methods ***/
static FORCEINLINE HRESULT ITipTransaction_Push(ITipTransaction* This,char *i_pszRemoteTmUrl,char **o_ppszRemoteTxUrl) {
return This->lpVtbl->Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl);
}
static FORCEINLINE HRESULT ITipTransaction_GetTransactionUrl(ITipTransaction* This,char **o_ppszLocalTxUrl) {
return This->lpVtbl->GetTransactionUrl(This,o_ppszLocalTxUrl);
}
#endif
#endif
#endif
#endif /* __ITipTransaction_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITipHelper interface
*/
#ifndef __ITipHelper_INTERFACE_DEFINED__
#define __ITipHelper_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITipHelper, 0x17cf72d1, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17cf72d1-bac5-11d1-b1bf-00c04fc2f3ef")
ITipHelper : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Pull(
char *i_pszTxUrl,
ITransaction **o_ppITransaction) = 0;
virtual HRESULT STDMETHODCALLTYPE PullAsync(
char *i_pszTxUrl,
ITipPullSink *i_pTipPullSink,
ITransaction **o_ppITransaction) = 0;
virtual HRESULT STDMETHODCALLTYPE GetLocalTmUrl(
char **o_ppszLocalTmUrl) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITipHelper, 0x17cf72d1, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef)
#endif
#else
typedef struct ITipHelperVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITipHelper *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITipHelper *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITipHelper *This);
/*** ITipHelper methods ***/
HRESULT (STDMETHODCALLTYPE *Pull)(
ITipHelper *This,
char *i_pszTxUrl,
ITransaction **o_ppITransaction);
HRESULT (STDMETHODCALLTYPE *PullAsync)(
ITipHelper *This,
char *i_pszTxUrl,
ITipPullSink *i_pTipPullSink,
ITransaction **o_ppITransaction);
HRESULT (STDMETHODCALLTYPE *GetLocalTmUrl)(
ITipHelper *This,
char **o_ppszLocalTmUrl);
END_INTERFACE
} ITipHelperVtbl;
interface ITipHelper {
CONST_VTBL ITipHelperVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITipHelper_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITipHelper_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITipHelper_Release(This) (This)->lpVtbl->Release(This)
/*** ITipHelper methods ***/
#define ITipHelper_Pull(This,i_pszTxUrl,o_ppITransaction) (This)->lpVtbl->Pull(This,i_pszTxUrl,o_ppITransaction)
#define ITipHelper_PullAsync(This,i_pszTxUrl,i_pTipPullSink,o_ppITransaction) (This)->lpVtbl->PullAsync(This,i_pszTxUrl,i_pTipPullSink,o_ppITransaction)
#define ITipHelper_GetLocalTmUrl(This,o_ppszLocalTmUrl) (This)->lpVtbl->GetLocalTmUrl(This,o_ppszLocalTmUrl)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITipHelper_QueryInterface(ITipHelper* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITipHelper_AddRef(ITipHelper* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITipHelper_Release(ITipHelper* This) {
return This->lpVtbl->Release(This);
}
/*** ITipHelper methods ***/
static FORCEINLINE HRESULT ITipHelper_Pull(ITipHelper* This,char *i_pszTxUrl,ITransaction **o_ppITransaction) {
return This->lpVtbl->Pull(This,i_pszTxUrl,o_ppITransaction);
}
static FORCEINLINE HRESULT ITipHelper_PullAsync(ITipHelper* This,char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,ITransaction **o_ppITransaction) {
return This->lpVtbl->PullAsync(This,i_pszTxUrl,i_pTipPullSink,o_ppITransaction);
}
static FORCEINLINE HRESULT ITipHelper_GetLocalTmUrl(ITipHelper* This,char **o_ppszLocalTmUrl) {
return This->lpVtbl->GetLocalTmUrl(This,o_ppszLocalTmUrl);
}
#endif
#endif
#endif
#endif /* __ITipHelper_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITipPullSink interface
*/
#ifndef __ITipPullSink_INTERFACE_DEFINED__
#define __ITipPullSink_INTERFACE_DEFINED__
DEFINE_GUID(IID_ITipPullSink, 0x17cf72d2, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17cf72d2-bac5-11d1-b1bf-00c04fc2f3ef")
ITipPullSink : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE PullComplete(
HRESULT i_hrPull) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITipPullSink, 0x17cf72d2, 0xbac5, 0x11d1, 0xb1,0xbf, 0x00,0xc0,0x4f,0xc2,0xf3,0xef)
#endif
#else
typedef struct ITipPullSinkVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITipPullSink *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITipPullSink *This);
ULONG (STDMETHODCALLTYPE *Release)(
ITipPullSink *This);
/*** ITipPullSink methods ***/
HRESULT (STDMETHODCALLTYPE *PullComplete)(
ITipPullSink *This,
HRESULT i_hrPull);
END_INTERFACE
} ITipPullSinkVtbl;
interface ITipPullSink {
CONST_VTBL ITipPullSinkVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define ITipPullSink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITipPullSink_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITipPullSink_Release(This) (This)->lpVtbl->Release(This)
/*** ITipPullSink methods ***/
#define ITipPullSink_PullComplete(This,i_hrPull) (This)->lpVtbl->PullComplete(This,i_hrPull)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT ITipPullSink_QueryInterface(ITipPullSink* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG ITipPullSink_AddRef(ITipPullSink* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG ITipPullSink_Release(ITipPullSink* This) {
return This->lpVtbl->Release(This);
}
/*** ITipPullSink methods ***/
static FORCEINLINE HRESULT ITipPullSink_PullComplete(ITipPullSink* This,HRESULT i_hrPull) {
return This->lpVtbl->PullComplete(This,i_hrPull);
}
#endif
#endif
#endif
#endif /* __ITipPullSink_INTERFACE_DEFINED__ */
/*****************************************************************************
* IDtcNetworkAccessConfig interface
*/
#ifndef __IDtcNetworkAccessConfig_INTERFACE_DEFINED__
#define __IDtcNetworkAccessConfig_INTERFACE_DEFINED__
DEFINE_GUID(IID_IDtcNetworkAccessConfig, 0x9797c15d, 0xa428, 0x4291, 0x87,0xb6, 0x09,0x95,0x03,0x1a,0x67,0x8d);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("9797c15d-a428-4291-87b6-0995031a678d")
IDtcNetworkAccessConfig : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetAnyNetworkAccess(
BOOL *pbAnyNetworkAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetAnyNetworkAccess(
BOOL bAnyNetworkAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNetworkAdministrationAccess(
BOOL *pbNetworkAdministrationAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkAdministrationAccess(
BOOL bNetworkAdministrationAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNetworkTransactionAccess(
BOOL *pbNetworkTransactionAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkTransactionAccess(
BOOL bNetworkTransactionAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNetworkClientAccess(
BOOL *pbNetworkClientAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkClientAccess(
BOOL bNetworkClientAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNetworkTIPAccess(
BOOL *pbNetworkTIPAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkTIPAccess(
BOOL bNetworkTIPAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE GetXAAccess(
BOOL *pbXAAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE SetXAAccess(
BOOL bXAAccess) = 0;
virtual HRESULT STDMETHODCALLTYPE RestartDtcService(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IDtcNetworkAccessConfig, 0x9797c15d, 0xa428, 0x4291, 0x87,0xb6, 0x09,0x95,0x03,0x1a,0x67,0x8d)
#endif
#else
typedef struct IDtcNetworkAccessConfigVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IDtcNetworkAccessConfig *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IDtcNetworkAccessConfig *This);
ULONG (STDMETHODCALLTYPE *Release)(
IDtcNetworkAccessConfig *This);
/*** IDtcNetworkAccessConfig methods ***/
HRESULT (STDMETHODCALLTYPE *GetAnyNetworkAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbAnyNetworkAccess);
HRESULT (STDMETHODCALLTYPE *SetAnyNetworkAccess)(
IDtcNetworkAccessConfig *This,
BOOL bAnyNetworkAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkAdministrationAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbNetworkAdministrationAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkAdministrationAccess)(
IDtcNetworkAccessConfig *This,
BOOL bNetworkAdministrationAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkTransactionAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbNetworkTransactionAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkTransactionAccess)(
IDtcNetworkAccessConfig *This,
BOOL bNetworkTransactionAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkClientAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbNetworkClientAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkClientAccess)(
IDtcNetworkAccessConfig *This,
BOOL bNetworkClientAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkTIPAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbNetworkTIPAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkTIPAccess)(
IDtcNetworkAccessConfig *This,
BOOL bNetworkTIPAccess);
HRESULT (STDMETHODCALLTYPE *GetXAAccess)(
IDtcNetworkAccessConfig *This,
BOOL *pbXAAccess);
HRESULT (STDMETHODCALLTYPE *SetXAAccess)(
IDtcNetworkAccessConfig *This,
BOOL bXAAccess);
HRESULT (STDMETHODCALLTYPE *RestartDtcService)(
IDtcNetworkAccessConfig *This);
END_INTERFACE
} IDtcNetworkAccessConfigVtbl;
interface IDtcNetworkAccessConfig {
CONST_VTBL IDtcNetworkAccessConfigVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define IDtcNetworkAccessConfig_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IDtcNetworkAccessConfig_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IDtcNetworkAccessConfig_Release(This) (This)->lpVtbl->Release(This)
/*** IDtcNetworkAccessConfig methods ***/
#define IDtcNetworkAccessConfig_GetAnyNetworkAccess(This,pbAnyNetworkAccess) (This)->lpVtbl->GetAnyNetworkAccess(This,pbAnyNetworkAccess)
#define IDtcNetworkAccessConfig_SetAnyNetworkAccess(This,bAnyNetworkAccess) (This)->lpVtbl->SetAnyNetworkAccess(This,bAnyNetworkAccess)
#define IDtcNetworkAccessConfig_GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess) (This)->lpVtbl->GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess)
#define IDtcNetworkAccessConfig_SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess) (This)->lpVtbl->SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess)
#define IDtcNetworkAccessConfig_GetNetworkTransactionAccess(This,pbNetworkTransactionAccess) (This)->lpVtbl->GetNetworkTransactionAccess(This,pbNetworkTransactionAccess)
#define IDtcNetworkAccessConfig_SetNetworkTransactionAccess(This,bNetworkTransactionAccess) (This)->lpVtbl->SetNetworkTransactionAccess(This,bNetworkTransactionAccess)
#define IDtcNetworkAccessConfig_GetNetworkClientAccess(This,pbNetworkClientAccess) (This)->lpVtbl->GetNetworkClientAccess(This,pbNetworkClientAccess)
#define IDtcNetworkAccessConfig_SetNetworkClientAccess(This,bNetworkClientAccess) (This)->lpVtbl->SetNetworkClientAccess(This,bNetworkClientAccess)
#define IDtcNetworkAccessConfig_GetNetworkTIPAccess(This,pbNetworkTIPAccess) (This)->lpVtbl->GetNetworkTIPAccess(This,pbNetworkTIPAccess)
#define IDtcNetworkAccessConfig_SetNetworkTIPAccess(This,bNetworkTIPAccess) (This)->lpVtbl->SetNetworkTIPAccess(This,bNetworkTIPAccess)
#define IDtcNetworkAccessConfig_GetXAAccess(This,pbXAAccess) (This)->lpVtbl->GetXAAccess(This,pbXAAccess)
#define IDtcNetworkAccessConfig_SetXAAccess(This,bXAAccess) (This)->lpVtbl->SetXAAccess(This,bXAAccess)
#define IDtcNetworkAccessConfig_RestartDtcService(This) (This)->lpVtbl->RestartDtcService(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_QueryInterface(IDtcNetworkAccessConfig* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG IDtcNetworkAccessConfig_AddRef(IDtcNetworkAccessConfig* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG IDtcNetworkAccessConfig_Release(IDtcNetworkAccessConfig* This) {
return This->lpVtbl->Release(This);
}
/*** IDtcNetworkAccessConfig methods ***/
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetAnyNetworkAccess(IDtcNetworkAccessConfig* This,BOOL *pbAnyNetworkAccess) {
return This->lpVtbl->GetAnyNetworkAccess(This,pbAnyNetworkAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetAnyNetworkAccess(IDtcNetworkAccessConfig* This,BOOL bAnyNetworkAccess) {
return This->lpVtbl->SetAnyNetworkAccess(This,bAnyNetworkAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetNetworkAdministrationAccess(IDtcNetworkAccessConfig* This,BOOL *pbNetworkAdministrationAccess) {
return This->lpVtbl->GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetNetworkAdministrationAccess(IDtcNetworkAccessConfig* This,BOOL bNetworkAdministrationAccess) {
return This->lpVtbl->SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetNetworkTransactionAccess(IDtcNetworkAccessConfig* This,BOOL *pbNetworkTransactionAccess) {
return This->lpVtbl->GetNetworkTransactionAccess(This,pbNetworkTransactionAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetNetworkTransactionAccess(IDtcNetworkAccessConfig* This,BOOL bNetworkTransactionAccess) {
return This->lpVtbl->SetNetworkTransactionAccess(This,bNetworkTransactionAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetNetworkClientAccess(IDtcNetworkAccessConfig* This,BOOL *pbNetworkClientAccess) {
return This->lpVtbl->GetNetworkClientAccess(This,pbNetworkClientAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetNetworkClientAccess(IDtcNetworkAccessConfig* This,BOOL bNetworkClientAccess) {
return This->lpVtbl->SetNetworkClientAccess(This,bNetworkClientAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetNetworkTIPAccess(IDtcNetworkAccessConfig* This,BOOL *pbNetworkTIPAccess) {
return This->lpVtbl->GetNetworkTIPAccess(This,pbNetworkTIPAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetNetworkTIPAccess(IDtcNetworkAccessConfig* This,BOOL bNetworkTIPAccess) {
return This->lpVtbl->SetNetworkTIPAccess(This,bNetworkTIPAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_GetXAAccess(IDtcNetworkAccessConfig* This,BOOL *pbXAAccess) {
return This->lpVtbl->GetXAAccess(This,pbXAAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_SetXAAccess(IDtcNetworkAccessConfig* This,BOOL bXAAccess) {
return This->lpVtbl->SetXAAccess(This,bXAAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig_RestartDtcService(IDtcNetworkAccessConfig* This) {
return This->lpVtbl->RestartDtcService(This);
}
#endif
#endif
#endif
#endif /* __IDtcNetworkAccessConfig_INTERFACE_DEFINED__ */
typedef enum AUTHENTICATION_LEVEL {
NO_AUTHENTICATION_REQUIRED = 0,
INCOMING_AUTHENTICATION_REQUIRED = 1,
MUTUAL_AUTHENTICATION_REQUIRED = 2
} AUTHENTICATION_LEVEL;
/*****************************************************************************
* IDtcNetworkAccessConfig2 interface
*/
#ifndef __IDtcNetworkAccessConfig2_INTERFACE_DEFINED__
#define __IDtcNetworkAccessConfig2_INTERFACE_DEFINED__
DEFINE_GUID(IID_IDtcNetworkAccessConfig2, 0xa7aa013b, 0xeb7d, 0x4f42, 0xb4,0x1c, 0xb2,0xde,0xc0,0x9a,0xe0,0x34);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("a7aa013b-eb7d-4f42-b41c-b2dec09ae034")
IDtcNetworkAccessConfig2 : public IDtcNetworkAccessConfig
{
virtual HRESULT STDMETHODCALLTYPE GetNetworkInboundAccess(
BOOL *pbInbound) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNetworkOutboundAccess(
BOOL *pbOutbound) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkInboundAccess(
BOOL bInbound) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNetworkOutboundAccess(
BOOL bOutbound) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAuthenticationLevel(
AUTHENTICATION_LEVEL *pAuthLevel) = 0;
virtual HRESULT STDMETHODCALLTYPE SetAuthenticationLevel(
AUTHENTICATION_LEVEL AuthLevel) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IDtcNetworkAccessConfig2, 0xa7aa013b, 0xeb7d, 0x4f42, 0xb4,0x1c, 0xb2,0xde,0xc0,0x9a,0xe0,0x34)
#endif
#else
typedef struct IDtcNetworkAccessConfig2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IDtcNetworkAccessConfig2 *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IDtcNetworkAccessConfig2 *This);
ULONG (STDMETHODCALLTYPE *Release)(
IDtcNetworkAccessConfig2 *This);
/*** IDtcNetworkAccessConfig methods ***/
HRESULT (STDMETHODCALLTYPE *GetAnyNetworkAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbAnyNetworkAccess);
HRESULT (STDMETHODCALLTYPE *SetAnyNetworkAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bAnyNetworkAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkAdministrationAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbNetworkAdministrationAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkAdministrationAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bNetworkAdministrationAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkTransactionAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbNetworkTransactionAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkTransactionAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bNetworkTransactionAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkClientAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbNetworkClientAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkClientAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bNetworkClientAccess);
HRESULT (STDMETHODCALLTYPE *GetNetworkTIPAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbNetworkTIPAccess);
HRESULT (STDMETHODCALLTYPE *SetNetworkTIPAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bNetworkTIPAccess);
HRESULT (STDMETHODCALLTYPE *GetXAAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbXAAccess);
HRESULT (STDMETHODCALLTYPE *SetXAAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bXAAccess);
HRESULT (STDMETHODCALLTYPE *RestartDtcService)(
IDtcNetworkAccessConfig2 *This);
/*** IDtcNetworkAccessConfig2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetNetworkInboundAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbInbound);
HRESULT (STDMETHODCALLTYPE *GetNetworkOutboundAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL *pbOutbound);
HRESULT (STDMETHODCALLTYPE *SetNetworkInboundAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bInbound);
HRESULT (STDMETHODCALLTYPE *SetNetworkOutboundAccess)(
IDtcNetworkAccessConfig2 *This,
BOOL bOutbound);
HRESULT (STDMETHODCALLTYPE *GetAuthenticationLevel)(
IDtcNetworkAccessConfig2 *This,
AUTHENTICATION_LEVEL *pAuthLevel);
HRESULT (STDMETHODCALLTYPE *SetAuthenticationLevel)(
IDtcNetworkAccessConfig2 *This,
AUTHENTICATION_LEVEL AuthLevel);
END_INTERFACE
} IDtcNetworkAccessConfig2Vtbl;
interface IDtcNetworkAccessConfig2 {
CONST_VTBL IDtcNetworkAccessConfig2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define IDtcNetworkAccessConfig2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IDtcNetworkAccessConfig2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IDtcNetworkAccessConfig2_Release(This) (This)->lpVtbl->Release(This)
/*** IDtcNetworkAccessConfig methods ***/
#define IDtcNetworkAccessConfig2_GetAnyNetworkAccess(This,pbAnyNetworkAccess) (This)->lpVtbl->GetAnyNetworkAccess(This,pbAnyNetworkAccess)
#define IDtcNetworkAccessConfig2_SetAnyNetworkAccess(This,bAnyNetworkAccess) (This)->lpVtbl->SetAnyNetworkAccess(This,bAnyNetworkAccess)
#define IDtcNetworkAccessConfig2_GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess) (This)->lpVtbl->GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess)
#define IDtcNetworkAccessConfig2_SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess) (This)->lpVtbl->SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess)
#define IDtcNetworkAccessConfig2_GetNetworkTransactionAccess(This,pbNetworkTransactionAccess) (This)->lpVtbl->GetNetworkTransactionAccess(This,pbNetworkTransactionAccess)
#define IDtcNetworkAccessConfig2_SetNetworkTransactionAccess(This,bNetworkTransactionAccess) (This)->lpVtbl->SetNetworkTransactionAccess(This,bNetworkTransactionAccess)
#define IDtcNetworkAccessConfig2_GetNetworkClientAccess(This,pbNetworkClientAccess) (This)->lpVtbl->GetNetworkClientAccess(This,pbNetworkClientAccess)
#define IDtcNetworkAccessConfig2_SetNetworkClientAccess(This,bNetworkClientAccess) (This)->lpVtbl->SetNetworkClientAccess(This,bNetworkClientAccess)
#define IDtcNetworkAccessConfig2_GetNetworkTIPAccess(This,pbNetworkTIPAccess) (This)->lpVtbl->GetNetworkTIPAccess(This,pbNetworkTIPAccess)
#define IDtcNetworkAccessConfig2_SetNetworkTIPAccess(This,bNetworkTIPAccess) (This)->lpVtbl->SetNetworkTIPAccess(This,bNetworkTIPAccess)
#define IDtcNetworkAccessConfig2_GetXAAccess(This,pbXAAccess) (This)->lpVtbl->GetXAAccess(This,pbXAAccess)
#define IDtcNetworkAccessConfig2_SetXAAccess(This,bXAAccess) (This)->lpVtbl->SetXAAccess(This,bXAAccess)
#define IDtcNetworkAccessConfig2_RestartDtcService(This) (This)->lpVtbl->RestartDtcService(This)
/*** IDtcNetworkAccessConfig2 methods ***/
#define IDtcNetworkAccessConfig2_GetNetworkInboundAccess(This,pbInbound) (This)->lpVtbl->GetNetworkInboundAccess(This,pbInbound)
#define IDtcNetworkAccessConfig2_GetNetworkOutboundAccess(This,pbOutbound) (This)->lpVtbl->GetNetworkOutboundAccess(This,pbOutbound)
#define IDtcNetworkAccessConfig2_SetNetworkInboundAccess(This,bInbound) (This)->lpVtbl->SetNetworkInboundAccess(This,bInbound)
#define IDtcNetworkAccessConfig2_SetNetworkOutboundAccess(This,bOutbound) (This)->lpVtbl->SetNetworkOutboundAccess(This,bOutbound)
#define IDtcNetworkAccessConfig2_GetAuthenticationLevel(This,pAuthLevel) (This)->lpVtbl->GetAuthenticationLevel(This,pAuthLevel)
#define IDtcNetworkAccessConfig2_SetAuthenticationLevel(This,AuthLevel) (This)->lpVtbl->SetAuthenticationLevel(This,AuthLevel)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_QueryInterface(IDtcNetworkAccessConfig2* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG IDtcNetworkAccessConfig2_AddRef(IDtcNetworkAccessConfig2* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG IDtcNetworkAccessConfig2_Release(IDtcNetworkAccessConfig2* This) {
return This->lpVtbl->Release(This);
}
/*** IDtcNetworkAccessConfig methods ***/
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetAnyNetworkAccess(IDtcNetworkAccessConfig2* This,BOOL *pbAnyNetworkAccess) {
return This->lpVtbl->GetAnyNetworkAccess(This,pbAnyNetworkAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetAnyNetworkAccess(IDtcNetworkAccessConfig2* This,BOOL bAnyNetworkAccess) {
return This->lpVtbl->SetAnyNetworkAccess(This,bAnyNetworkAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkAdministrationAccess(IDtcNetworkAccessConfig2* This,BOOL *pbNetworkAdministrationAccess) {
return This->lpVtbl->GetNetworkAdministrationAccess(This,pbNetworkAdministrationAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkAdministrationAccess(IDtcNetworkAccessConfig2* This,BOOL bNetworkAdministrationAccess) {
return This->lpVtbl->SetNetworkAdministrationAccess(This,bNetworkAdministrationAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkTransactionAccess(IDtcNetworkAccessConfig2* This,BOOL *pbNetworkTransactionAccess) {
return This->lpVtbl->GetNetworkTransactionAccess(This,pbNetworkTransactionAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkTransactionAccess(IDtcNetworkAccessConfig2* This,BOOL bNetworkTransactionAccess) {
return This->lpVtbl->SetNetworkTransactionAccess(This,bNetworkTransactionAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkClientAccess(IDtcNetworkAccessConfig2* This,BOOL *pbNetworkClientAccess) {
return This->lpVtbl->GetNetworkClientAccess(This,pbNetworkClientAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkClientAccess(IDtcNetworkAccessConfig2* This,BOOL bNetworkClientAccess) {
return This->lpVtbl->SetNetworkClientAccess(This,bNetworkClientAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkTIPAccess(IDtcNetworkAccessConfig2* This,BOOL *pbNetworkTIPAccess) {
return This->lpVtbl->GetNetworkTIPAccess(This,pbNetworkTIPAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkTIPAccess(IDtcNetworkAccessConfig2* This,BOOL bNetworkTIPAccess) {
return This->lpVtbl->SetNetworkTIPAccess(This,bNetworkTIPAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetXAAccess(IDtcNetworkAccessConfig2* This,BOOL *pbXAAccess) {
return This->lpVtbl->GetXAAccess(This,pbXAAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetXAAccess(IDtcNetworkAccessConfig2* This,BOOL bXAAccess) {
return This->lpVtbl->SetXAAccess(This,bXAAccess);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_RestartDtcService(IDtcNetworkAccessConfig2* This) {
return This->lpVtbl->RestartDtcService(This);
}
/*** IDtcNetworkAccessConfig2 methods ***/
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkInboundAccess(IDtcNetworkAccessConfig2* This,BOOL *pbInbound) {
return This->lpVtbl->GetNetworkInboundAccess(This,pbInbound);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetNetworkOutboundAccess(IDtcNetworkAccessConfig2* This,BOOL *pbOutbound) {
return This->lpVtbl->GetNetworkOutboundAccess(This,pbOutbound);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkInboundAccess(IDtcNetworkAccessConfig2* This,BOOL bInbound) {
return This->lpVtbl->SetNetworkInboundAccess(This,bInbound);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetNetworkOutboundAccess(IDtcNetworkAccessConfig2* This,BOOL bOutbound) {
return This->lpVtbl->SetNetworkOutboundAccess(This,bOutbound);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_GetAuthenticationLevel(IDtcNetworkAccessConfig2* This,AUTHENTICATION_LEVEL *pAuthLevel) {
return This->lpVtbl->GetAuthenticationLevel(This,pAuthLevel);
}
static FORCEINLINE HRESULT IDtcNetworkAccessConfig2_SetAuthenticationLevel(IDtcNetworkAccessConfig2* This,AUTHENTICATION_LEVEL AuthLevel) {
return This->lpVtbl->SetAuthenticationLevel(This,AuthLevel);
}
#endif
#endif
#endif
#endif /* __IDtcNetworkAccessConfig2_INTERFACE_DEFINED__ */
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __txcoord_h__ */
|