/usr/include/wine/windows/netcon.h is in libwine-dev 1.8.7-2.
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 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 | /*** Autogenerated by WIDL 1.8.7 from netcon.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 __netcon_h__
#define __netcon_h__
/* Forward declarations */
#ifndef __INetConnection_FWD_DEFINED__
#define __INetConnection_FWD_DEFINED__
typedef interface INetConnection INetConnection;
#ifdef __cplusplus
interface INetConnection;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingPortMappingProps_FWD_DEFINED__
#define __INetSharingPortMappingProps_FWD_DEFINED__
typedef interface INetSharingPortMappingProps INetSharingPortMappingProps;
#ifdef __cplusplus
interface INetSharingPortMappingProps;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingPortMapping_FWD_DEFINED__
#define __INetSharingPortMapping_FWD_DEFINED__
typedef interface INetSharingPortMapping INetSharingPortMapping;
#ifdef __cplusplus
interface INetSharingPortMapping;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingPortMappingCollection_FWD_DEFINED__
#define __INetSharingPortMappingCollection_FWD_DEFINED__
typedef interface INetSharingPortMappingCollection INetSharingPortMappingCollection;
#ifdef __cplusplus
interface INetSharingPortMappingCollection;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingConfiguration_FWD_DEFINED__
#define __INetSharingConfiguration_FWD_DEFINED__
typedef interface INetSharingConfiguration INetSharingConfiguration;
#ifdef __cplusplus
interface INetSharingConfiguration;
#endif /* __cplusplus */
#endif
#ifndef __IEnumNetSharingPublicConnection_FWD_DEFINED__
#define __IEnumNetSharingPublicConnection_FWD_DEFINED__
typedef interface IEnumNetSharingPublicConnection IEnumNetSharingPublicConnection;
#ifdef __cplusplus
interface IEnumNetSharingPublicConnection;
#endif /* __cplusplus */
#endif
#ifndef __IEnumNetSharingPrivateConnection_FWD_DEFINED__
#define __IEnumNetSharingPrivateConnection_FWD_DEFINED__
typedef interface IEnumNetSharingPrivateConnection IEnumNetSharingPrivateConnection;
#ifdef __cplusplus
interface IEnumNetSharingPrivateConnection;
#endif /* __cplusplus */
#endif
#ifndef __INetConnectionProps_FWD_DEFINED__
#define __INetConnectionProps_FWD_DEFINED__
typedef interface INetConnectionProps INetConnectionProps;
#ifdef __cplusplus
interface INetConnectionProps;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingPublicConnectionCollection_FWD_DEFINED__
#define __INetSharingPublicConnectionCollection_FWD_DEFINED__
typedef interface INetSharingPublicConnectionCollection INetSharingPublicConnectionCollection;
#ifdef __cplusplus
interface INetSharingPublicConnectionCollection;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingEveryConnectionCollection_FWD_DEFINED__
#define __INetSharingEveryConnectionCollection_FWD_DEFINED__
typedef interface INetSharingEveryConnectionCollection INetSharingEveryConnectionCollection;
#ifdef __cplusplus
interface INetSharingEveryConnectionCollection;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingPrivateConnectionCollection_FWD_DEFINED__
#define __INetSharingPrivateConnectionCollection_FWD_DEFINED__
typedef interface INetSharingPrivateConnectionCollection INetSharingPrivateConnectionCollection;
#ifdef __cplusplus
interface INetSharingPrivateConnectionCollection;
#endif /* __cplusplus */
#endif
#ifndef __INetSharingManager_FWD_DEFINED__
#define __INetSharingManager_FWD_DEFINED__
typedef interface INetSharingManager INetSharingManager;
#ifdef __cplusplus
interface INetSharingManager;
#endif /* __cplusplus */
#endif
/* Headers for imported files */
#include <oaidl.h>
#include <unknwn.h>
#include <wtypes.h>
#ifdef __cplusplus
extern "C" {
#endif
DEFINE_GUID(CLSID_NetSharingManager,0x5c63c1ad,0x3956,0x4ff8,0x84,0x86,0x40,0x03,0x47,0x58,0x31,0x5b);
/*****************************************************************************
* INetConnection interface
*/
#ifndef __INetConnection_INTERFACE_DEFINED__
#define __INetConnection_INTERFACE_DEFINED__
typedef enum tagNETCON_CHARACTERISTIC_FLAGS {
NCCF_NONE = 0x0,
NCCF_ALL_USERS = 0x1,
NCCF_ALLOW_DUPLICATION = 0x2,
NCCF_ALLOW_REMOVAL = 0x4,
NCCF_ALLOW_RENAME = 0x8,
NCCF_INCOMING_ONLY = 0x20,
NCCF_OUTGOING_ONLY = 0x40,
NCCF_BRANDED = 0x80,
NCCF_SHARED = 0x100,
NCCF_BRIDGED = 0x200,
NCCF_FIREWALLED = 0x400,
NCCF_DEFAULT = 0x800,
NCCF_HOMENET_CAPABLE = 0x1000,
NCCF_SHARED_PRIVATE = 0x2000,
NCCF_QUARANTINED = 0x4000,
NCCF_RESERVED = 0x8000,
NCCF_BLUETOOTH_MASK = 0xf0000,
NCCF_LAN_MASK = 0xf00000
} NETCON_CHARACTERISTIC_FLAGS;
typedef enum tagNETCON_STATUS {
NCS_DISCONNECTED = 0,
NCS_CONNECTING = 1,
NCS_CONNECTED = 2,
NCS_DISCONNECTING = 3,
NCS_HARDWARE_NOT_PRESENT = 4,
NCS_HARDWARE_DISABLED = 5,
NCS_HARDWARE_MALFUNCTION = 6,
NCS_MEDIA_DISCONNECTED = 7,
NCS_AUTHENTICATING = 8,
NCS_AUTHENTICATION_SUCCEEDED = 9,
NCS_AUTHENTICATION_FAILED = 10,
NCS_INVALID_ADDRESS = 11,
NCS_CREDENTIALS_REQUIRED = 12
} NETCON_STATUS;
typedef enum tagNETCON_TYPE {
NCT_DIRECT_CONNECT = 0,
NCT_INBOUND = 1,
NCT_INTERNET = 2,
NCT_LAN = 3,
NCT_PHONE = 4,
NCT_TUNNEL = 5,
NCT_BRIDGE = 6
} NETCON_TYPE;
typedef enum tagNETCON_MEDIATYPE {
NCM_NONE = 0,
NCM_DIRECT = 1,
NCM_ISDN = 2,
NCM_LAN = 3,
NCM_PHONE = 4,
NCM_TUNNEL = 5,
NCM_PPPOE = 6,
NCM_BRIDGE = 7,
NCM_SHAREDACCESSHOST_LAN = 8,
NCM_SHAREDACCESSHOST_RAS = 9
} NETCON_MEDIATYPE;
typedef struct tagNETCON_PROPERTIES {
GUID guidId;
LPWSTR pszwName;
LPWSTR pszwDeviceName;
NETCON_STATUS Status;
NETCON_MEDIATYPE MediaType;
DWORD dwCharacter;
CLSID clsidThisObject;
CLSID clsidUiObject;
} NETCON_PROPERTIES;
DEFINE_GUID(IID_INetConnection, 0xc08956a1, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956a1-1cd3-11d1-b1c5-00805fc1270e")
INetConnection : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Connect(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Disconnect(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Delete(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Duplicate(
LPCWSTR pszwDuplicateName,
INetConnection **ppCon) = 0;
virtual HRESULT STDMETHODCALLTYPE GetProperties(
NETCON_PROPERTIES **ppProps) = 0;
virtual HRESULT STDMETHODCALLTYPE GetUiObjectClassId(
CLSID *pclsid) = 0;
virtual HRESULT STDMETHODCALLTYPE Rename(
LPCWSTR pszwNewName) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetConnection, 0xc08956a1, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct INetConnectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetConnection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetConnection *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetConnection *This);
/*** INetConnection methods ***/
HRESULT (STDMETHODCALLTYPE *Connect)(
INetConnection *This);
HRESULT (STDMETHODCALLTYPE *Disconnect)(
INetConnection *This);
HRESULT (STDMETHODCALLTYPE *Delete)(
INetConnection *This);
HRESULT (STDMETHODCALLTYPE *Duplicate)(
INetConnection *This,
LPCWSTR pszwDuplicateName,
INetConnection **ppCon);
HRESULT (STDMETHODCALLTYPE *GetProperties)(
INetConnection *This,
NETCON_PROPERTIES **ppProps);
HRESULT (STDMETHODCALLTYPE *GetUiObjectClassId)(
INetConnection *This,
CLSID *pclsid);
HRESULT (STDMETHODCALLTYPE *Rename)(
INetConnection *This,
LPCWSTR pszwNewName);
END_INTERFACE
} INetConnectionVtbl;
interface INetConnection {
CONST_VTBL INetConnectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetConnection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetConnection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetConnection_Release(This) (This)->lpVtbl->Release(This)
/*** INetConnection methods ***/
#define INetConnection_Connect(This) (This)->lpVtbl->Connect(This)
#define INetConnection_Disconnect(This) (This)->lpVtbl->Disconnect(This)
#define INetConnection_Delete(This) (This)->lpVtbl->Delete(This)
#define INetConnection_Duplicate(This,pszwDuplicateName,ppCon) (This)->lpVtbl->Duplicate(This,pszwDuplicateName,ppCon)
#define INetConnection_GetProperties(This,ppProps) (This)->lpVtbl->GetProperties(This,ppProps)
#define INetConnection_GetUiObjectClassId(This,pclsid) (This)->lpVtbl->GetUiObjectClassId(This,pclsid)
#define INetConnection_Rename(This,pszwNewName) (This)->lpVtbl->Rename(This,pszwNewName)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetConnection_QueryInterface(INetConnection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetConnection_AddRef(INetConnection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetConnection_Release(INetConnection* This) {
return This->lpVtbl->Release(This);
}
/*** INetConnection methods ***/
static FORCEINLINE HRESULT INetConnection_Connect(INetConnection* This) {
return This->lpVtbl->Connect(This);
}
static FORCEINLINE HRESULT INetConnection_Disconnect(INetConnection* This) {
return This->lpVtbl->Disconnect(This);
}
static FORCEINLINE HRESULT INetConnection_Delete(INetConnection* This) {
return This->lpVtbl->Delete(This);
}
static FORCEINLINE HRESULT INetConnection_Duplicate(INetConnection* This,LPCWSTR pszwDuplicateName,INetConnection **ppCon) {
return This->lpVtbl->Duplicate(This,pszwDuplicateName,ppCon);
}
static FORCEINLINE HRESULT INetConnection_GetProperties(INetConnection* This,NETCON_PROPERTIES **ppProps) {
return This->lpVtbl->GetProperties(This,ppProps);
}
static FORCEINLINE HRESULT INetConnection_GetUiObjectClassId(INetConnection* This,CLSID *pclsid) {
return This->lpVtbl->GetUiObjectClassId(This,pclsid);
}
static FORCEINLINE HRESULT INetConnection_Rename(INetConnection* This,LPCWSTR pszwNewName) {
return This->lpVtbl->Rename(This,pszwNewName);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetConnection_Connect_Proxy(
INetConnection* This);
void __RPC_STUB INetConnection_Connect_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_Disconnect_Proxy(
INetConnection* This);
void __RPC_STUB INetConnection_Disconnect_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_Delete_Proxy(
INetConnection* This);
void __RPC_STUB INetConnection_Delete_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_Duplicate_Proxy(
INetConnection* This,
LPCWSTR pszwDuplicateName,
INetConnection **ppCon);
void __RPC_STUB INetConnection_Duplicate_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_GetProperties_Proxy(
INetConnection* This,
NETCON_PROPERTIES **ppProps);
void __RPC_STUB INetConnection_GetProperties_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_GetUiObjectClassId_Proxy(
INetConnection* This,
CLSID *pclsid);
void __RPC_STUB INetConnection_GetUiObjectClassId_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnection_Rename_Proxy(
INetConnection* This,
LPCWSTR pszwNewName);
void __RPC_STUB INetConnection_Rename_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetConnection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingPortMappingProps interface
*/
#ifndef __INetSharingPortMappingProps_INTERFACE_DEFINED__
#define __INetSharingPortMappingProps_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingPortMappingProps, 0x24b7e9b5, 0xe38f, 0x4685, 0x85,0x1b, 0x00,0x89,0x2c,0xf5,0xf9,0x40);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("24b7e9b5-e38f-4685-851b-00892cf5f940")
INetSharingPortMappingProps : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get_Name(
BSTR *pbstrName) = 0;
virtual HRESULT STDMETHODCALLTYPE get_IPProtocol(
UCHAR *pucIPProt) = 0;
virtual HRESULT STDMETHODCALLTYPE get_ExternalPort(
LONG *pusPort) = 0;
virtual HRESULT STDMETHODCALLTYPE get_InternalPort(
LONG *pusPort) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Options(
LONG *pdwOptions) = 0;
virtual HRESULT STDMETHODCALLTYPE get_TargetName(
BSTR *pbstrTargetName) = 0;
virtual HRESULT STDMETHODCALLTYPE get_TargetIPAddress(
BSTR *pbstrTargetIPAddress) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Enabled(
VARIANT_BOOL *pbool) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingPortMappingProps, 0x24b7e9b5, 0xe38f, 0x4685, 0x85,0x1b, 0x00,0x89,0x2c,0xf5,0xf9,0x40)
#endif
#else
typedef struct INetSharingPortMappingPropsVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingPortMappingProps *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingPortMappingProps *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingPortMappingProps *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingPortMappingProps *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingPortMappingProps *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingPortMappingProps *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingPortMappingProps *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingPortMappingProps methods ***/
HRESULT (STDMETHODCALLTYPE *get_Name)(
INetSharingPortMappingProps *This,
BSTR *pbstrName);
HRESULT (STDMETHODCALLTYPE *get_IPProtocol)(
INetSharingPortMappingProps *This,
UCHAR *pucIPProt);
HRESULT (STDMETHODCALLTYPE *get_ExternalPort)(
INetSharingPortMappingProps *This,
LONG *pusPort);
HRESULT (STDMETHODCALLTYPE *get_InternalPort)(
INetSharingPortMappingProps *This,
LONG *pusPort);
HRESULT (STDMETHODCALLTYPE *get_Options)(
INetSharingPortMappingProps *This,
LONG *pdwOptions);
HRESULT (STDMETHODCALLTYPE *get_TargetName)(
INetSharingPortMappingProps *This,
BSTR *pbstrTargetName);
HRESULT (STDMETHODCALLTYPE *get_TargetIPAddress)(
INetSharingPortMappingProps *This,
BSTR *pbstrTargetIPAddress);
HRESULT (STDMETHODCALLTYPE *get_Enabled)(
INetSharingPortMappingProps *This,
VARIANT_BOOL *pbool);
END_INTERFACE
} INetSharingPortMappingPropsVtbl;
interface INetSharingPortMappingProps {
CONST_VTBL INetSharingPortMappingPropsVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingPortMappingProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingPortMappingProps_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingPortMappingProps_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingPortMappingProps_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingPortMappingProps_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingPortMappingProps_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingPortMappingProps_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingPortMappingProps methods ***/
#define INetSharingPortMappingProps_get_Name(This,pbstrName) (This)->lpVtbl->get_Name(This,pbstrName)
#define INetSharingPortMappingProps_get_IPProtocol(This,pucIPProt) (This)->lpVtbl->get_IPProtocol(This,pucIPProt)
#define INetSharingPortMappingProps_get_ExternalPort(This,pusPort) (This)->lpVtbl->get_ExternalPort(This,pusPort)
#define INetSharingPortMappingProps_get_InternalPort(This,pusPort) (This)->lpVtbl->get_InternalPort(This,pusPort)
#define INetSharingPortMappingProps_get_Options(This,pdwOptions) (This)->lpVtbl->get_Options(This,pdwOptions)
#define INetSharingPortMappingProps_get_TargetName(This,pbstrTargetName) (This)->lpVtbl->get_TargetName(This,pbstrTargetName)
#define INetSharingPortMappingProps_get_TargetIPAddress(This,pbstrTargetIPAddress) (This)->lpVtbl->get_TargetIPAddress(This,pbstrTargetIPAddress)
#define INetSharingPortMappingProps_get_Enabled(This,pbool) (This)->lpVtbl->get_Enabled(This,pbool)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingProps_QueryInterface(INetSharingPortMappingProps* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingPortMappingProps_AddRef(INetSharingPortMappingProps* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingPortMappingProps_Release(INetSharingPortMappingProps* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingProps_GetTypeInfoCount(INetSharingPortMappingProps* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_GetTypeInfo(INetSharingPortMappingProps* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_GetIDsOfNames(INetSharingPortMappingProps* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_Invoke(INetSharingPortMappingProps* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingPortMappingProps methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_Name(INetSharingPortMappingProps* This,BSTR *pbstrName) {
return This->lpVtbl->get_Name(This,pbstrName);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_IPProtocol(INetSharingPortMappingProps* This,UCHAR *pucIPProt) {
return This->lpVtbl->get_IPProtocol(This,pucIPProt);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_ExternalPort(INetSharingPortMappingProps* This,LONG *pusPort) {
return This->lpVtbl->get_ExternalPort(This,pusPort);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_InternalPort(INetSharingPortMappingProps* This,LONG *pusPort) {
return This->lpVtbl->get_InternalPort(This,pusPort);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_Options(INetSharingPortMappingProps* This,LONG *pdwOptions) {
return This->lpVtbl->get_Options(This,pdwOptions);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_TargetName(INetSharingPortMappingProps* This,BSTR *pbstrTargetName) {
return This->lpVtbl->get_TargetName(This,pbstrTargetName);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_TargetIPAddress(INetSharingPortMappingProps* This,BSTR *pbstrTargetIPAddress) {
return This->lpVtbl->get_TargetIPAddress(This,pbstrTargetIPAddress);
}
static FORCEINLINE HRESULT INetSharingPortMappingProps_get_Enabled(INetSharingPortMappingProps* This,VARIANT_BOOL *pbool) {
return This->lpVtbl->get_Enabled(This,pbool);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_Name_Proxy(
INetSharingPortMappingProps* This,
BSTR *pbstrName);
void __RPC_STUB INetSharingPortMappingProps_get_Name_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_IPProtocol_Proxy(
INetSharingPortMappingProps* This,
UCHAR *pucIPProt);
void __RPC_STUB INetSharingPortMappingProps_get_IPProtocol_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_ExternalPort_Proxy(
INetSharingPortMappingProps* This,
LONG *pusPort);
void __RPC_STUB INetSharingPortMappingProps_get_ExternalPort_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_InternalPort_Proxy(
INetSharingPortMappingProps* This,
LONG *pusPort);
void __RPC_STUB INetSharingPortMappingProps_get_InternalPort_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_Options_Proxy(
INetSharingPortMappingProps* This,
LONG *pdwOptions);
void __RPC_STUB INetSharingPortMappingProps_get_Options_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_TargetName_Proxy(
INetSharingPortMappingProps* This,
BSTR *pbstrTargetName);
void __RPC_STUB INetSharingPortMappingProps_get_TargetName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_TargetIPAddress_Proxy(
INetSharingPortMappingProps* This,
BSTR *pbstrTargetIPAddress);
void __RPC_STUB INetSharingPortMappingProps_get_TargetIPAddress_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingProps_get_Enabled_Proxy(
INetSharingPortMappingProps* This,
VARIANT_BOOL *pbool);
void __RPC_STUB INetSharingPortMappingProps_get_Enabled_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingPortMappingProps_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingPortMapping interface
*/
#ifndef __INetSharingPortMapping_INTERFACE_DEFINED__
#define __INetSharingPortMapping_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingPortMapping, 0xc08956b1, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956b1-1cd3-11d1-b1c5-00805fc1270e")
INetSharingPortMapping : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE Disable(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Enable(
) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Properties(
INetSharingPortMappingProps **ppNSPMP) = 0;
virtual HRESULT STDMETHODCALLTYPE Delete(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingPortMapping, 0xc08956b1, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct INetSharingPortMappingVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingPortMapping *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingPortMapping *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingPortMapping *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingPortMapping *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingPortMapping *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingPortMapping *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingPortMapping *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingPortMapping methods ***/
HRESULT (STDMETHODCALLTYPE *Disable)(
INetSharingPortMapping *This);
HRESULT (STDMETHODCALLTYPE *Enable)(
INetSharingPortMapping *This);
HRESULT (STDMETHODCALLTYPE *get_Properties)(
INetSharingPortMapping *This,
INetSharingPortMappingProps **ppNSPMP);
HRESULT (STDMETHODCALLTYPE *Delete)(
INetSharingPortMapping *This);
END_INTERFACE
} INetSharingPortMappingVtbl;
interface INetSharingPortMapping {
CONST_VTBL INetSharingPortMappingVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingPortMapping_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingPortMapping_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingPortMapping_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingPortMapping_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingPortMapping_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingPortMapping_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingPortMapping_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingPortMapping methods ***/
#define INetSharingPortMapping_Disable(This) (This)->lpVtbl->Disable(This)
#define INetSharingPortMapping_Enable(This) (This)->lpVtbl->Enable(This)
#define INetSharingPortMapping_get_Properties(This,ppNSPMP) (This)->lpVtbl->get_Properties(This,ppNSPMP)
#define INetSharingPortMapping_Delete(This) (This)->lpVtbl->Delete(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingPortMapping_QueryInterface(INetSharingPortMapping* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingPortMapping_AddRef(INetSharingPortMapping* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingPortMapping_Release(INetSharingPortMapping* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingPortMapping_GetTypeInfoCount(INetSharingPortMapping* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingPortMapping_GetTypeInfo(INetSharingPortMapping* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingPortMapping_GetIDsOfNames(INetSharingPortMapping* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingPortMapping_Invoke(INetSharingPortMapping* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingPortMapping methods ***/
static FORCEINLINE HRESULT INetSharingPortMapping_Disable(INetSharingPortMapping* This) {
return This->lpVtbl->Disable(This);
}
static FORCEINLINE HRESULT INetSharingPortMapping_Enable(INetSharingPortMapping* This) {
return This->lpVtbl->Enable(This);
}
static FORCEINLINE HRESULT INetSharingPortMapping_get_Properties(INetSharingPortMapping* This,INetSharingPortMappingProps **ppNSPMP) {
return This->lpVtbl->get_Properties(This,ppNSPMP);
}
static FORCEINLINE HRESULT INetSharingPortMapping_Delete(INetSharingPortMapping* This) {
return This->lpVtbl->Delete(This);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingPortMapping_Disable_Proxy(
INetSharingPortMapping* This);
void __RPC_STUB INetSharingPortMapping_Disable_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMapping_Enable_Proxy(
INetSharingPortMapping* This);
void __RPC_STUB INetSharingPortMapping_Enable_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMapping_get_Properties_Proxy(
INetSharingPortMapping* This,
INetSharingPortMappingProps **ppNSPMP);
void __RPC_STUB INetSharingPortMapping_get_Properties_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMapping_Delete_Proxy(
INetSharingPortMapping* This);
void __RPC_STUB INetSharingPortMapping_Delete_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingPortMapping_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingPortMappingCollection interface
*/
#ifndef __INetSharingPortMappingCollection_INTERFACE_DEFINED__
#define __INetSharingPortMappingCollection_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingPortMappingCollection, 0x02e4a2de, 0xda20, 0x4e34, 0x89,0xc8, 0xac,0x22,0x27,0x5a,0x01,0x0b);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("02e4a2de-da20-4e34-89c8-ac22275a010b")
INetSharingPortMappingCollection : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get__NewEnum(
IUnknown **pVal) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Count(
LONG *pVal) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingPortMappingCollection, 0x02e4a2de, 0xda20, 0x4e34, 0x89,0xc8, 0xac,0x22,0x27,0x5a,0x01,0x0b)
#endif
#else
typedef struct INetSharingPortMappingCollectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingPortMappingCollection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingPortMappingCollection *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingPortMappingCollection *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingPortMappingCollection *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingPortMappingCollection *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingPortMappingCollection *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingPortMappingCollection *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingPortMappingCollection methods ***/
HRESULT (STDMETHODCALLTYPE *get__NewEnum)(
INetSharingPortMappingCollection *This,
IUnknown **pVal);
HRESULT (STDMETHODCALLTYPE *get_Count)(
INetSharingPortMappingCollection *This,
LONG *pVal);
END_INTERFACE
} INetSharingPortMappingCollectionVtbl;
interface INetSharingPortMappingCollection {
CONST_VTBL INetSharingPortMappingCollectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingPortMappingCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingPortMappingCollection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingPortMappingCollection_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingPortMappingCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingPortMappingCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingPortMappingCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingPortMappingCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingPortMappingCollection methods ***/
#define INetSharingPortMappingCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
#define INetSharingPortMappingCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingCollection_QueryInterface(INetSharingPortMappingCollection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingPortMappingCollection_AddRef(INetSharingPortMappingCollection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingPortMappingCollection_Release(INetSharingPortMappingCollection* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingCollection_GetTypeInfoCount(INetSharingPortMappingCollection* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingPortMappingCollection_GetTypeInfo(INetSharingPortMappingCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingPortMappingCollection_GetIDsOfNames(INetSharingPortMappingCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingPortMappingCollection_Invoke(INetSharingPortMappingCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingPortMappingCollection methods ***/
static FORCEINLINE HRESULT INetSharingPortMappingCollection_get__NewEnum(INetSharingPortMappingCollection* This,IUnknown **pVal) {
return This->lpVtbl->get__NewEnum(This,pVal);
}
static FORCEINLINE HRESULT INetSharingPortMappingCollection_get_Count(INetSharingPortMappingCollection* This,LONG *pVal) {
return This->lpVtbl->get_Count(This,pVal);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingPortMappingCollection_get__NewEnum_Proxy(
INetSharingPortMappingCollection* This,
IUnknown **pVal);
void __RPC_STUB INetSharingPortMappingCollection_get__NewEnum_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPortMappingCollection_get_Count_Proxy(
INetSharingPortMappingCollection* This,
LONG *pVal);
void __RPC_STUB INetSharingPortMappingCollection_get_Count_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingPortMappingCollection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingConfiguration interface
*/
#ifndef __INetSharingConfiguration_INTERFACE_DEFINED__
#define __INetSharingConfiguration_INTERFACE_DEFINED__
typedef enum tagSHARINGCONNECTIONTYPE {
ICSSHARINGTYPE_PUBLIC = 0,
ICSSHARINGTYPE_PRIVATE = 1
} SHARINGCONNECTIONTYPE;
typedef enum tagSHARINGCONNECTIONTYPE *LPSHARINGCONNECTIONTYPE;
typedef enum tagSHARINGCONNECTION_ENUM_FLAGS {
ICSSC_DEFAULT = 0,
ICSSC_ENABLED = 1
} SHARINGCONNECTION_ENUM_FLAGS;
typedef enum tagICS_TARGETTYPE {
ICSTT_NAME = 0,
ICSTT_IPADDRESS = 1
} ICS_TARGETTYPE;
DEFINE_GUID(IID_INetSharingConfiguration, 0xc08956b6, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956b6-1cd3-11d1-b1c5-00805fc1270e")
INetSharingConfiguration : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get_SharingEnabled(
VARIANT_BOOL *pbEnabled) = 0;
virtual HRESULT STDMETHODCALLTYPE get_SharingConnectionType(
SHARINGCONNECTIONTYPE *pType) = 0;
virtual HRESULT STDMETHODCALLTYPE DisableSharing(
) = 0;
virtual HRESULT STDMETHODCALLTYPE EnableSharing(
SHARINGCONNECTIONTYPE Type) = 0;
virtual HRESULT STDMETHODCALLTYPE get_InternetFirewallEnabled(
VARIANT_BOOL *pbEnabled) = 0;
virtual HRESULT STDMETHODCALLTYPE DisableInternetFirewall(
) = 0;
virtual HRESULT STDMETHODCALLTYPE EnableInternetFirewall(
) = 0;
virtual HRESULT STDMETHODCALLTYPE get_EnumPortMappings(
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPortMappingCollection **ppColl) = 0;
virtual HRESULT STDMETHODCALLTYPE AddPortMapping(
BSTR bstrName,
UCHAR ucIPProtocol,
USHORT usExternalPort,
USHORT usInternalPort,
DWORD dwOptions,
BSTR bstrTargetNameOrIPAddress,
ICS_TARGETTYPE eTargetType,
INetSharingPortMapping **ppMapping) = 0;
virtual HRESULT STDMETHODCALLTYPE RemovePortMapping(
INetSharingPortMapping *pMapping) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingConfiguration, 0xc08956b6, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct INetSharingConfigurationVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingConfiguration *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingConfiguration *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingConfiguration *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingConfiguration *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingConfiguration *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingConfiguration *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingConfiguration *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingConfiguration methods ***/
HRESULT (STDMETHODCALLTYPE *get_SharingEnabled)(
INetSharingConfiguration *This,
VARIANT_BOOL *pbEnabled);
HRESULT (STDMETHODCALLTYPE *get_SharingConnectionType)(
INetSharingConfiguration *This,
SHARINGCONNECTIONTYPE *pType);
HRESULT (STDMETHODCALLTYPE *DisableSharing)(
INetSharingConfiguration *This);
HRESULT (STDMETHODCALLTYPE *EnableSharing)(
INetSharingConfiguration *This,
SHARINGCONNECTIONTYPE Type);
HRESULT (STDMETHODCALLTYPE *get_InternetFirewallEnabled)(
INetSharingConfiguration *This,
VARIANT_BOOL *pbEnabled);
HRESULT (STDMETHODCALLTYPE *DisableInternetFirewall)(
INetSharingConfiguration *This);
HRESULT (STDMETHODCALLTYPE *EnableInternetFirewall)(
INetSharingConfiguration *This);
HRESULT (STDMETHODCALLTYPE *get_EnumPortMappings)(
INetSharingConfiguration *This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPortMappingCollection **ppColl);
HRESULT (STDMETHODCALLTYPE *AddPortMapping)(
INetSharingConfiguration *This,
BSTR bstrName,
UCHAR ucIPProtocol,
USHORT usExternalPort,
USHORT usInternalPort,
DWORD dwOptions,
BSTR bstrTargetNameOrIPAddress,
ICS_TARGETTYPE eTargetType,
INetSharingPortMapping **ppMapping);
HRESULT (STDMETHODCALLTYPE *RemovePortMapping)(
INetSharingConfiguration *This,
INetSharingPortMapping *pMapping);
END_INTERFACE
} INetSharingConfigurationVtbl;
interface INetSharingConfiguration {
CONST_VTBL INetSharingConfigurationVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingConfiguration_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingConfiguration_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingConfiguration_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingConfiguration_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingConfiguration_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingConfiguration_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingConfiguration_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingConfiguration methods ***/
#define INetSharingConfiguration_get_SharingEnabled(This,pbEnabled) (This)->lpVtbl->get_SharingEnabled(This,pbEnabled)
#define INetSharingConfiguration_get_SharingConnectionType(This,pType) (This)->lpVtbl->get_SharingConnectionType(This,pType)
#define INetSharingConfiguration_DisableSharing(This) (This)->lpVtbl->DisableSharing(This)
#define INetSharingConfiguration_EnableSharing(This,Type) (This)->lpVtbl->EnableSharing(This,Type)
#define INetSharingConfiguration_get_InternetFirewallEnabled(This,pbEnabled) (This)->lpVtbl->get_InternetFirewallEnabled(This,pbEnabled)
#define INetSharingConfiguration_DisableInternetFirewall(This) (This)->lpVtbl->DisableInternetFirewall(This)
#define INetSharingConfiguration_EnableInternetFirewall(This) (This)->lpVtbl->EnableInternetFirewall(This)
#define INetSharingConfiguration_get_EnumPortMappings(This,Flags,ppColl) (This)->lpVtbl->get_EnumPortMappings(This,Flags,ppColl)
#define INetSharingConfiguration_AddPortMapping(This,bstrName,ucIPProtocol,usExternalPort,usInternalPort,dwOptions,bstrTargetNameOrIPAddress,eTargetType,ppMapping) (This)->lpVtbl->AddPortMapping(This,bstrName,ucIPProtocol,usExternalPort,usInternalPort,dwOptions,bstrTargetNameOrIPAddress,eTargetType,ppMapping)
#define INetSharingConfiguration_RemovePortMapping(This,pMapping) (This)->lpVtbl->RemovePortMapping(This,pMapping)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingConfiguration_QueryInterface(INetSharingConfiguration* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingConfiguration_AddRef(INetSharingConfiguration* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingConfiguration_Release(INetSharingConfiguration* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingConfiguration_GetTypeInfoCount(INetSharingConfiguration* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingConfiguration_GetTypeInfo(INetSharingConfiguration* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingConfiguration_GetIDsOfNames(INetSharingConfiguration* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingConfiguration_Invoke(INetSharingConfiguration* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingConfiguration methods ***/
static FORCEINLINE HRESULT INetSharingConfiguration_get_SharingEnabled(INetSharingConfiguration* This,VARIANT_BOOL *pbEnabled) {
return This->lpVtbl->get_SharingEnabled(This,pbEnabled);
}
static FORCEINLINE HRESULT INetSharingConfiguration_get_SharingConnectionType(INetSharingConfiguration* This,SHARINGCONNECTIONTYPE *pType) {
return This->lpVtbl->get_SharingConnectionType(This,pType);
}
static FORCEINLINE HRESULT INetSharingConfiguration_DisableSharing(INetSharingConfiguration* This) {
return This->lpVtbl->DisableSharing(This);
}
static FORCEINLINE HRESULT INetSharingConfiguration_EnableSharing(INetSharingConfiguration* This,SHARINGCONNECTIONTYPE Type) {
return This->lpVtbl->EnableSharing(This,Type);
}
static FORCEINLINE HRESULT INetSharingConfiguration_get_InternetFirewallEnabled(INetSharingConfiguration* This,VARIANT_BOOL *pbEnabled) {
return This->lpVtbl->get_InternetFirewallEnabled(This,pbEnabled);
}
static FORCEINLINE HRESULT INetSharingConfiguration_DisableInternetFirewall(INetSharingConfiguration* This) {
return This->lpVtbl->DisableInternetFirewall(This);
}
static FORCEINLINE HRESULT INetSharingConfiguration_EnableInternetFirewall(INetSharingConfiguration* This) {
return This->lpVtbl->EnableInternetFirewall(This);
}
static FORCEINLINE HRESULT INetSharingConfiguration_get_EnumPortMappings(INetSharingConfiguration* This,SHARINGCONNECTION_ENUM_FLAGS Flags,INetSharingPortMappingCollection **ppColl) {
return This->lpVtbl->get_EnumPortMappings(This,Flags,ppColl);
}
static FORCEINLINE HRESULT INetSharingConfiguration_AddPortMapping(INetSharingConfiguration* This,BSTR bstrName,UCHAR ucIPProtocol,USHORT usExternalPort,USHORT usInternalPort,DWORD dwOptions,BSTR bstrTargetNameOrIPAddress,ICS_TARGETTYPE eTargetType,INetSharingPortMapping **ppMapping) {
return This->lpVtbl->AddPortMapping(This,bstrName,ucIPProtocol,usExternalPort,usInternalPort,dwOptions,bstrTargetNameOrIPAddress,eTargetType,ppMapping);
}
static FORCEINLINE HRESULT INetSharingConfiguration_RemovePortMapping(INetSharingConfiguration* This,INetSharingPortMapping *pMapping) {
return This->lpVtbl->RemovePortMapping(This,pMapping);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_get_SharingEnabled_Proxy(
INetSharingConfiguration* This,
VARIANT_BOOL *pbEnabled);
void __RPC_STUB INetSharingConfiguration_get_SharingEnabled_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_get_SharingConnectionType_Proxy(
INetSharingConfiguration* This,
SHARINGCONNECTIONTYPE *pType);
void __RPC_STUB INetSharingConfiguration_get_SharingConnectionType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_DisableSharing_Proxy(
INetSharingConfiguration* This);
void __RPC_STUB INetSharingConfiguration_DisableSharing_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_EnableSharing_Proxy(
INetSharingConfiguration* This,
SHARINGCONNECTIONTYPE Type);
void __RPC_STUB INetSharingConfiguration_EnableSharing_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_get_InternetFirewallEnabled_Proxy(
INetSharingConfiguration* This,
VARIANT_BOOL *pbEnabled);
void __RPC_STUB INetSharingConfiguration_get_InternetFirewallEnabled_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_DisableInternetFirewall_Proxy(
INetSharingConfiguration* This);
void __RPC_STUB INetSharingConfiguration_DisableInternetFirewall_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_EnableInternetFirewall_Proxy(
INetSharingConfiguration* This);
void __RPC_STUB INetSharingConfiguration_EnableInternetFirewall_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_get_EnumPortMappings_Proxy(
INetSharingConfiguration* This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPortMappingCollection **ppColl);
void __RPC_STUB INetSharingConfiguration_get_EnumPortMappings_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_AddPortMapping_Proxy(
INetSharingConfiguration* This,
BSTR bstrName,
UCHAR ucIPProtocol,
USHORT usExternalPort,
USHORT usInternalPort,
DWORD dwOptions,
BSTR bstrTargetNameOrIPAddress,
ICS_TARGETTYPE eTargetType,
INetSharingPortMapping **ppMapping);
void __RPC_STUB INetSharingConfiguration_AddPortMapping_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingConfiguration_RemovePortMapping_Proxy(
INetSharingConfiguration* This,
INetSharingPortMapping *pMapping);
void __RPC_STUB INetSharingConfiguration_RemovePortMapping_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingConfiguration_INTERFACE_DEFINED__ */
/*****************************************************************************
* IEnumNetSharingPublicConnection interface
*/
#ifndef __IEnumNetSharingPublicConnection_INTERFACE_DEFINED__
#define __IEnumNetSharingPublicConnection_INTERFACE_DEFINED__
DEFINE_GUID(IID_IEnumNetSharingPublicConnection, 0xc08956b4, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956b4-1cd3-11d1-b1c5-00805fc1270e")
IEnumNetSharingPublicConnection : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Next(
ULONG celt,
VARIANT *rgVar,
ULONG *pceltFetched) = 0;
virtual HRESULT STDMETHODCALLTYPE Skip(
ULONG celt) = 0;
virtual HRESULT STDMETHODCALLTYPE Reset(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Clone(
IEnumNetSharingPublicConnection **ppenum) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IEnumNetSharingPublicConnection, 0xc08956b4, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct IEnumNetSharingPublicConnectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IEnumNetSharingPublicConnection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IEnumNetSharingPublicConnection *This);
ULONG (STDMETHODCALLTYPE *Release)(
IEnumNetSharingPublicConnection *This);
/*** IEnumNetSharingPublicConnection methods ***/
HRESULT (STDMETHODCALLTYPE *Next)(
IEnumNetSharingPublicConnection *This,
ULONG celt,
VARIANT *rgVar,
ULONG *pceltFetched);
HRESULT (STDMETHODCALLTYPE *Skip)(
IEnumNetSharingPublicConnection *This,
ULONG celt);
HRESULT (STDMETHODCALLTYPE *Reset)(
IEnumNetSharingPublicConnection *This);
HRESULT (STDMETHODCALLTYPE *Clone)(
IEnumNetSharingPublicConnection *This,
IEnumNetSharingPublicConnection **ppenum);
END_INTERFACE
} IEnumNetSharingPublicConnectionVtbl;
interface IEnumNetSharingPublicConnection {
CONST_VTBL IEnumNetSharingPublicConnectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define IEnumNetSharingPublicConnection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IEnumNetSharingPublicConnection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IEnumNetSharingPublicConnection_Release(This) (This)->lpVtbl->Release(This)
/*** IEnumNetSharingPublicConnection methods ***/
#define IEnumNetSharingPublicConnection_Next(This,celt,rgVar,pceltFetched) (This)->lpVtbl->Next(This,celt,rgVar,pceltFetched)
#define IEnumNetSharingPublicConnection_Skip(This,celt) (This)->lpVtbl->Skip(This,celt)
#define IEnumNetSharingPublicConnection_Reset(This) (This)->lpVtbl->Reset(This)
#define IEnumNetSharingPublicConnection_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT IEnumNetSharingPublicConnection_QueryInterface(IEnumNetSharingPublicConnection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG IEnumNetSharingPublicConnection_AddRef(IEnumNetSharingPublicConnection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG IEnumNetSharingPublicConnection_Release(IEnumNetSharingPublicConnection* This) {
return This->lpVtbl->Release(This);
}
/*** IEnumNetSharingPublicConnection methods ***/
static FORCEINLINE HRESULT IEnumNetSharingPublicConnection_Next(IEnumNetSharingPublicConnection* This,ULONG celt,VARIANT *rgVar,ULONG *pceltFetched) {
return This->lpVtbl->Next(This,celt,rgVar,pceltFetched);
}
static FORCEINLINE HRESULT IEnumNetSharingPublicConnection_Skip(IEnumNetSharingPublicConnection* This,ULONG celt) {
return This->lpVtbl->Skip(This,celt);
}
static FORCEINLINE HRESULT IEnumNetSharingPublicConnection_Reset(IEnumNetSharingPublicConnection* This) {
return This->lpVtbl->Reset(This);
}
static FORCEINLINE HRESULT IEnumNetSharingPublicConnection_Clone(IEnumNetSharingPublicConnection* This,IEnumNetSharingPublicConnection **ppenum) {
return This->lpVtbl->Clone(This,ppenum);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE IEnumNetSharingPublicConnection_Next_Proxy(
IEnumNetSharingPublicConnection* This,
ULONG celt,
VARIANT *rgVar,
ULONG *pceltFetched);
void __RPC_STUB IEnumNetSharingPublicConnection_Next_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPublicConnection_Skip_Proxy(
IEnumNetSharingPublicConnection* This,
ULONG celt);
void __RPC_STUB IEnumNetSharingPublicConnection_Skip_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPublicConnection_Reset_Proxy(
IEnumNetSharingPublicConnection* This);
void __RPC_STUB IEnumNetSharingPublicConnection_Reset_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPublicConnection_Clone_Proxy(
IEnumNetSharingPublicConnection* This,
IEnumNetSharingPublicConnection **ppenum);
void __RPC_STUB IEnumNetSharingPublicConnection_Clone_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IEnumNetSharingPublicConnection_INTERFACE_DEFINED__ */
/*****************************************************************************
* IEnumNetSharingPrivateConnection interface
*/
#ifndef __IEnumNetSharingPrivateConnection_INTERFACE_DEFINED__
#define __IEnumNetSharingPrivateConnection_INTERFACE_DEFINED__
DEFINE_GUID(IID_IEnumNetSharingPrivateConnection, 0xc08956b5, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956b5-1cd3-11d1-b1c5-00805fc1270e")
IEnumNetSharingPrivateConnection : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Next(
ULONG celt,
VARIANT *rgVar,
ULONG *pCeltFetched) = 0;
virtual HRESULT STDMETHODCALLTYPE Skip(
ULONG celt) = 0;
virtual HRESULT STDMETHODCALLTYPE Reset(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Clone(
IEnumNetSharingPrivateConnection **ppenum) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IEnumNetSharingPrivateConnection, 0xc08956b5, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct IEnumNetSharingPrivateConnectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IEnumNetSharingPrivateConnection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IEnumNetSharingPrivateConnection *This);
ULONG (STDMETHODCALLTYPE *Release)(
IEnumNetSharingPrivateConnection *This);
/*** IEnumNetSharingPrivateConnection methods ***/
HRESULT (STDMETHODCALLTYPE *Next)(
IEnumNetSharingPrivateConnection *This,
ULONG celt,
VARIANT *rgVar,
ULONG *pCeltFetched);
HRESULT (STDMETHODCALLTYPE *Skip)(
IEnumNetSharingPrivateConnection *This,
ULONG celt);
HRESULT (STDMETHODCALLTYPE *Reset)(
IEnumNetSharingPrivateConnection *This);
HRESULT (STDMETHODCALLTYPE *Clone)(
IEnumNetSharingPrivateConnection *This,
IEnumNetSharingPrivateConnection **ppenum);
END_INTERFACE
} IEnumNetSharingPrivateConnectionVtbl;
interface IEnumNetSharingPrivateConnection {
CONST_VTBL IEnumNetSharingPrivateConnectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define IEnumNetSharingPrivateConnection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IEnumNetSharingPrivateConnection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IEnumNetSharingPrivateConnection_Release(This) (This)->lpVtbl->Release(This)
/*** IEnumNetSharingPrivateConnection methods ***/
#define IEnumNetSharingPrivateConnection_Next(This,celt,rgVar,pCeltFetched) (This)->lpVtbl->Next(This,celt,rgVar,pCeltFetched)
#define IEnumNetSharingPrivateConnection_Skip(This,celt) (This)->lpVtbl->Skip(This,celt)
#define IEnumNetSharingPrivateConnection_Reset(This) (This)->lpVtbl->Reset(This)
#define IEnumNetSharingPrivateConnection_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT IEnumNetSharingPrivateConnection_QueryInterface(IEnumNetSharingPrivateConnection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG IEnumNetSharingPrivateConnection_AddRef(IEnumNetSharingPrivateConnection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG IEnumNetSharingPrivateConnection_Release(IEnumNetSharingPrivateConnection* This) {
return This->lpVtbl->Release(This);
}
/*** IEnumNetSharingPrivateConnection methods ***/
static FORCEINLINE HRESULT IEnumNetSharingPrivateConnection_Next(IEnumNetSharingPrivateConnection* This,ULONG celt,VARIANT *rgVar,ULONG *pCeltFetched) {
return This->lpVtbl->Next(This,celt,rgVar,pCeltFetched);
}
static FORCEINLINE HRESULT IEnumNetSharingPrivateConnection_Skip(IEnumNetSharingPrivateConnection* This,ULONG celt) {
return This->lpVtbl->Skip(This,celt);
}
static FORCEINLINE HRESULT IEnumNetSharingPrivateConnection_Reset(IEnumNetSharingPrivateConnection* This) {
return This->lpVtbl->Reset(This);
}
static FORCEINLINE HRESULT IEnumNetSharingPrivateConnection_Clone(IEnumNetSharingPrivateConnection* This,IEnumNetSharingPrivateConnection **ppenum) {
return This->lpVtbl->Clone(This,ppenum);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE IEnumNetSharingPrivateConnection_Next_Proxy(
IEnumNetSharingPrivateConnection* This,
ULONG celt,
VARIANT *rgVar,
ULONG *pCeltFetched);
void __RPC_STUB IEnumNetSharingPrivateConnection_Next_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPrivateConnection_Skip_Proxy(
IEnumNetSharingPrivateConnection* This,
ULONG celt);
void __RPC_STUB IEnumNetSharingPrivateConnection_Skip_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPrivateConnection_Reset_Proxy(
IEnumNetSharingPrivateConnection* This);
void __RPC_STUB IEnumNetSharingPrivateConnection_Reset_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IEnumNetSharingPrivateConnection_Clone_Proxy(
IEnumNetSharingPrivateConnection* This,
IEnumNetSharingPrivateConnection **ppenum);
void __RPC_STUB IEnumNetSharingPrivateConnection_Clone_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IEnumNetSharingPrivateConnection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetConnectionProps interface
*/
#ifndef __INetConnectionProps_INTERFACE_DEFINED__
#define __INetConnectionProps_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetConnectionProps, 0xf4277c95, 0xce5b, 0x463d, 0x81,0x67, 0x56,0x62,0xd9,0xbc,0xaa,0x72);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("f4277c95-ce5b-463d-8167-5662d9bcaa72")
INetConnectionProps : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get_Guid(
BSTR *pbstrGuid) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Name(
BSTR *pbstrName) = 0;
virtual HRESULT STDMETHODCALLTYPE get_DeviceName(
BSTR *pbstrDeviceName) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Status(
NETCON_STATUS *pStatus) = 0;
virtual HRESULT STDMETHODCALLTYPE get_MediaType(
NETCON_MEDIATYPE *pMediaType) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Characteristics(
DWORD *pdwFlags) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetConnectionProps, 0xf4277c95, 0xce5b, 0x463d, 0x81,0x67, 0x56,0x62,0xd9,0xbc,0xaa,0x72)
#endif
#else
typedef struct INetConnectionPropsVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetConnectionProps *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetConnectionProps *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetConnectionProps *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetConnectionProps *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetConnectionProps *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetConnectionProps *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetConnectionProps *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetConnectionProps methods ***/
HRESULT (STDMETHODCALLTYPE *get_Guid)(
INetConnectionProps *This,
BSTR *pbstrGuid);
HRESULT (STDMETHODCALLTYPE *get_Name)(
INetConnectionProps *This,
BSTR *pbstrName);
HRESULT (STDMETHODCALLTYPE *get_DeviceName)(
INetConnectionProps *This,
BSTR *pbstrDeviceName);
HRESULT (STDMETHODCALLTYPE *get_Status)(
INetConnectionProps *This,
NETCON_STATUS *pStatus);
HRESULT (STDMETHODCALLTYPE *get_MediaType)(
INetConnectionProps *This,
NETCON_MEDIATYPE *pMediaType);
HRESULT (STDMETHODCALLTYPE *get_Characteristics)(
INetConnectionProps *This,
DWORD *pdwFlags);
END_INTERFACE
} INetConnectionPropsVtbl;
interface INetConnectionProps {
CONST_VTBL INetConnectionPropsVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetConnectionProps_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetConnectionProps_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetConnectionProps_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetConnectionProps_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetConnectionProps_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetConnectionProps_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetConnectionProps_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetConnectionProps methods ***/
#define INetConnectionProps_get_Guid(This,pbstrGuid) (This)->lpVtbl->get_Guid(This,pbstrGuid)
#define INetConnectionProps_get_Name(This,pbstrName) (This)->lpVtbl->get_Name(This,pbstrName)
#define INetConnectionProps_get_DeviceName(This,pbstrDeviceName) (This)->lpVtbl->get_DeviceName(This,pbstrDeviceName)
#define INetConnectionProps_get_Status(This,pStatus) (This)->lpVtbl->get_Status(This,pStatus)
#define INetConnectionProps_get_MediaType(This,pMediaType) (This)->lpVtbl->get_MediaType(This,pMediaType)
#define INetConnectionProps_get_Characteristics(This,pdwFlags) (This)->lpVtbl->get_Characteristics(This,pdwFlags)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetConnectionProps_QueryInterface(INetConnectionProps* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetConnectionProps_AddRef(INetConnectionProps* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetConnectionProps_Release(INetConnectionProps* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetConnectionProps_GetTypeInfoCount(INetConnectionProps* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetConnectionProps_GetTypeInfo(INetConnectionProps* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetConnectionProps_GetIDsOfNames(INetConnectionProps* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetConnectionProps_Invoke(INetConnectionProps* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetConnectionProps methods ***/
static FORCEINLINE HRESULT INetConnectionProps_get_Guid(INetConnectionProps* This,BSTR *pbstrGuid) {
return This->lpVtbl->get_Guid(This,pbstrGuid);
}
static FORCEINLINE HRESULT INetConnectionProps_get_Name(INetConnectionProps* This,BSTR *pbstrName) {
return This->lpVtbl->get_Name(This,pbstrName);
}
static FORCEINLINE HRESULT INetConnectionProps_get_DeviceName(INetConnectionProps* This,BSTR *pbstrDeviceName) {
return This->lpVtbl->get_DeviceName(This,pbstrDeviceName);
}
static FORCEINLINE HRESULT INetConnectionProps_get_Status(INetConnectionProps* This,NETCON_STATUS *pStatus) {
return This->lpVtbl->get_Status(This,pStatus);
}
static FORCEINLINE HRESULT INetConnectionProps_get_MediaType(INetConnectionProps* This,NETCON_MEDIATYPE *pMediaType) {
return This->lpVtbl->get_MediaType(This,pMediaType);
}
static FORCEINLINE HRESULT INetConnectionProps_get_Characteristics(INetConnectionProps* This,DWORD *pdwFlags) {
return This->lpVtbl->get_Characteristics(This,pdwFlags);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_Guid_Proxy(
INetConnectionProps* This,
BSTR *pbstrGuid);
void __RPC_STUB INetConnectionProps_get_Guid_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_Name_Proxy(
INetConnectionProps* This,
BSTR *pbstrName);
void __RPC_STUB INetConnectionProps_get_Name_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_DeviceName_Proxy(
INetConnectionProps* This,
BSTR *pbstrDeviceName);
void __RPC_STUB INetConnectionProps_get_DeviceName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_Status_Proxy(
INetConnectionProps* This,
NETCON_STATUS *pStatus);
void __RPC_STUB INetConnectionProps_get_Status_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_MediaType_Proxy(
INetConnectionProps* This,
NETCON_MEDIATYPE *pMediaType);
void __RPC_STUB INetConnectionProps_get_MediaType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetConnectionProps_get_Characteristics_Proxy(
INetConnectionProps* This,
DWORD *pdwFlags);
void __RPC_STUB INetConnectionProps_get_Characteristics_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetConnectionProps_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingPublicConnectionCollection interface
*/
#ifndef __INetSharingPublicConnectionCollection_INTERFACE_DEFINED__
#define __INetSharingPublicConnectionCollection_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingPublicConnectionCollection, 0x7d7a6355, 0xf372, 0x4971, 0xa1,0x49, 0xbf,0xc9,0x27,0xbe,0x76,0x2a);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("7d7a6355-f372-4971-a149-bfc927be762a")
INetSharingPublicConnectionCollection : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get__NewEnum(
IUnknown **pVal) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Count(
LONG *pVal) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingPublicConnectionCollection, 0x7d7a6355, 0xf372, 0x4971, 0xa1,0x49, 0xbf,0xc9,0x27,0xbe,0x76,0x2a)
#endif
#else
typedef struct INetSharingPublicConnectionCollectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingPublicConnectionCollection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingPublicConnectionCollection *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingPublicConnectionCollection *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingPublicConnectionCollection *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingPublicConnectionCollection *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingPublicConnectionCollection *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingPublicConnectionCollection *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingPublicConnectionCollection methods ***/
HRESULT (STDMETHODCALLTYPE *get__NewEnum)(
INetSharingPublicConnectionCollection *This,
IUnknown **pVal);
HRESULT (STDMETHODCALLTYPE *get_Count)(
INetSharingPublicConnectionCollection *This,
LONG *pVal);
END_INTERFACE
} INetSharingPublicConnectionCollectionVtbl;
interface INetSharingPublicConnectionCollection {
CONST_VTBL INetSharingPublicConnectionCollectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingPublicConnectionCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingPublicConnectionCollection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingPublicConnectionCollection_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingPublicConnectionCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingPublicConnectionCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingPublicConnectionCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingPublicConnectionCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingPublicConnectionCollection methods ***/
#define INetSharingPublicConnectionCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
#define INetSharingPublicConnectionCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_QueryInterface(INetSharingPublicConnectionCollection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingPublicConnectionCollection_AddRef(INetSharingPublicConnectionCollection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingPublicConnectionCollection_Release(INetSharingPublicConnectionCollection* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_GetTypeInfoCount(INetSharingPublicConnectionCollection* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_GetTypeInfo(INetSharingPublicConnectionCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_GetIDsOfNames(INetSharingPublicConnectionCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_Invoke(INetSharingPublicConnectionCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingPublicConnectionCollection methods ***/
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_get__NewEnum(INetSharingPublicConnectionCollection* This,IUnknown **pVal) {
return This->lpVtbl->get__NewEnum(This,pVal);
}
static FORCEINLINE HRESULT INetSharingPublicConnectionCollection_get_Count(INetSharingPublicConnectionCollection* This,LONG *pVal) {
return This->lpVtbl->get_Count(This,pVal);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingPublicConnectionCollection_get__NewEnum_Proxy(
INetSharingPublicConnectionCollection* This,
IUnknown **pVal);
void __RPC_STUB INetSharingPublicConnectionCollection_get__NewEnum_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPublicConnectionCollection_get_Count_Proxy(
INetSharingPublicConnectionCollection* This,
LONG *pVal);
void __RPC_STUB INetSharingPublicConnectionCollection_get_Count_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingPublicConnectionCollection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingEveryConnectionCollection interface
*/
#ifndef __INetSharingEveryConnectionCollection_INTERFACE_DEFINED__
#define __INetSharingEveryConnectionCollection_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingEveryConnectionCollection, 0x33c4643c, 0x7811, 0x46fa, 0xa8,0x9a, 0x76,0x85,0x97,0xbd,0x72,0x23);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("33c4643c-7811-46fa-a89a-768597bd7223")
INetSharingEveryConnectionCollection : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get__NewEnum(
IUnknown **pVal) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Count(
LONG *pVal) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingEveryConnectionCollection, 0x33c4643c, 0x7811, 0x46fa, 0xa8,0x9a, 0x76,0x85,0x97,0xbd,0x72,0x23)
#endif
#else
typedef struct INetSharingEveryConnectionCollectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingEveryConnectionCollection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingEveryConnectionCollection *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingEveryConnectionCollection *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingEveryConnectionCollection *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingEveryConnectionCollection *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingEveryConnectionCollection *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingEveryConnectionCollection *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingEveryConnectionCollection methods ***/
HRESULT (STDMETHODCALLTYPE *get__NewEnum)(
INetSharingEveryConnectionCollection *This,
IUnknown **pVal);
HRESULT (STDMETHODCALLTYPE *get_Count)(
INetSharingEveryConnectionCollection *This,
LONG *pVal);
END_INTERFACE
} INetSharingEveryConnectionCollectionVtbl;
interface INetSharingEveryConnectionCollection {
CONST_VTBL INetSharingEveryConnectionCollectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingEveryConnectionCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingEveryConnectionCollection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingEveryConnectionCollection_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingEveryConnectionCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingEveryConnectionCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingEveryConnectionCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingEveryConnectionCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingEveryConnectionCollection methods ***/
#define INetSharingEveryConnectionCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
#define INetSharingEveryConnectionCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_QueryInterface(INetSharingEveryConnectionCollection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingEveryConnectionCollection_AddRef(INetSharingEveryConnectionCollection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingEveryConnectionCollection_Release(INetSharingEveryConnectionCollection* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_GetTypeInfoCount(INetSharingEveryConnectionCollection* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_GetTypeInfo(INetSharingEveryConnectionCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_GetIDsOfNames(INetSharingEveryConnectionCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_Invoke(INetSharingEveryConnectionCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingEveryConnectionCollection methods ***/
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_get__NewEnum(INetSharingEveryConnectionCollection* This,IUnknown **pVal) {
return This->lpVtbl->get__NewEnum(This,pVal);
}
static FORCEINLINE HRESULT INetSharingEveryConnectionCollection_get_Count(INetSharingEveryConnectionCollection* This,LONG *pVal) {
return This->lpVtbl->get_Count(This,pVal);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingEveryConnectionCollection_get__NewEnum_Proxy(
INetSharingEveryConnectionCollection* This,
IUnknown **pVal);
void __RPC_STUB INetSharingEveryConnectionCollection_get__NewEnum_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingEveryConnectionCollection_get_Count_Proxy(
INetSharingEveryConnectionCollection* This,
LONG *pVal);
void __RPC_STUB INetSharingEveryConnectionCollection_get_Count_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingEveryConnectionCollection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingPrivateConnectionCollection interface
*/
#ifndef __INetSharingPrivateConnectionCollection_INTERFACE_DEFINED__
#define __INetSharingPrivateConnectionCollection_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingPrivateConnectionCollection, 0x38ae69e0, 0x4409, 0x402a, 0xa2,0xcb, 0xe9,0x65,0xc7,0x27,0xf8,0x40);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("38ae69e0-4409-402a-a2cb-e965c727f840")
INetSharingPrivateConnectionCollection : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get__NewEnum(
IUnknown **pVal) = 0;
virtual HRESULT STDMETHODCALLTYPE get_Count(
LONG *pVal) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingPrivateConnectionCollection, 0x38ae69e0, 0x4409, 0x402a, 0xa2,0xcb, 0xe9,0x65,0xc7,0x27,0xf8,0x40)
#endif
#else
typedef struct INetSharingPrivateConnectionCollectionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingPrivateConnectionCollection *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingPrivateConnectionCollection *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingPrivateConnectionCollection *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingPrivateConnectionCollection *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingPrivateConnectionCollection *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingPrivateConnectionCollection *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingPrivateConnectionCollection *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingPrivateConnectionCollection methods ***/
HRESULT (STDMETHODCALLTYPE *get__NewEnum)(
INetSharingPrivateConnectionCollection *This,
IUnknown **pVal);
HRESULT (STDMETHODCALLTYPE *get_Count)(
INetSharingPrivateConnectionCollection *This,
LONG *pVal);
END_INTERFACE
} INetSharingPrivateConnectionCollectionVtbl;
interface INetSharingPrivateConnectionCollection {
CONST_VTBL INetSharingPrivateConnectionCollectionVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingPrivateConnectionCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingPrivateConnectionCollection_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingPrivateConnectionCollection_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingPrivateConnectionCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingPrivateConnectionCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingPrivateConnectionCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingPrivateConnectionCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingPrivateConnectionCollection methods ***/
#define INetSharingPrivateConnectionCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
#define INetSharingPrivateConnectionCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_QueryInterface(INetSharingPrivateConnectionCollection* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingPrivateConnectionCollection_AddRef(INetSharingPrivateConnectionCollection* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingPrivateConnectionCollection_Release(INetSharingPrivateConnectionCollection* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_GetTypeInfoCount(INetSharingPrivateConnectionCollection* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_GetTypeInfo(INetSharingPrivateConnectionCollection* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_GetIDsOfNames(INetSharingPrivateConnectionCollection* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_Invoke(INetSharingPrivateConnectionCollection* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingPrivateConnectionCollection methods ***/
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_get__NewEnum(INetSharingPrivateConnectionCollection* This,IUnknown **pVal) {
return This->lpVtbl->get__NewEnum(This,pVal);
}
static FORCEINLINE HRESULT INetSharingPrivateConnectionCollection_get_Count(INetSharingPrivateConnectionCollection* This,LONG *pVal) {
return This->lpVtbl->get_Count(This,pVal);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingPrivateConnectionCollection_get__NewEnum_Proxy(
INetSharingPrivateConnectionCollection* This,
IUnknown **pVal);
void __RPC_STUB INetSharingPrivateConnectionCollection_get__NewEnum_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingPrivateConnectionCollection_get_Count_Proxy(
INetSharingPrivateConnectionCollection* This,
LONG *pVal);
void __RPC_STUB INetSharingPrivateConnectionCollection_get_Count_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingPrivateConnectionCollection_INTERFACE_DEFINED__ */
/*****************************************************************************
* INetSharingManager interface
*/
#ifndef __INetSharingManager_INTERFACE_DEFINED__
#define __INetSharingManager_INTERFACE_DEFINED__
DEFINE_GUID(IID_INetSharingManager, 0xc08956b7, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c08956b7-1cd3-11d1-b1c5-00805fc1270e")
INetSharingManager : public IDispatch
{
virtual HRESULT STDMETHODCALLTYPE get_SharingInstalled(
VARIANT_BOOL *pbInstalled) = 0;
virtual HRESULT STDMETHODCALLTYPE get_EnumPublicConnections(
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPublicConnectionCollection **ppColl) = 0;
virtual HRESULT STDMETHODCALLTYPE get_EnumPrivateConnections(
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPrivateConnectionCollection **ppColl) = 0;
virtual HRESULT STDMETHODCALLTYPE get_INetSharingConfigurationForINetConnection(
INetConnection *pNetConnection,
INetSharingConfiguration **ppNetSharingConfiguration) = 0;
virtual HRESULT STDMETHODCALLTYPE get_EnumEveryConnection(
INetSharingEveryConnectionCollection **ppColl) = 0;
virtual HRESULT STDMETHODCALLTYPE get_NetConnectionProps(
INetConnection *pNetConnection,
INetConnectionProps **ppProps) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INetSharingManager, 0xc08956b7, 0x1cd3, 0x11d1, 0xb1,0xc5, 0x00,0x80,0x5f,0xc1,0x27,0x0e)
#endif
#else
typedef struct INetSharingManagerVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INetSharingManager *This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INetSharingManager *This);
ULONG (STDMETHODCALLTYPE *Release)(
INetSharingManager *This);
/*** IDispatch methods ***/
HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount)(
INetSharingManager *This,
UINT *pctinfo);
HRESULT (STDMETHODCALLTYPE *GetTypeInfo)(
INetSharingManager *This,
UINT iTInfo,
LCID lcid,
ITypeInfo **ppTInfo);
HRESULT (STDMETHODCALLTYPE *GetIDsOfNames)(
INetSharingManager *This,
REFIID riid,
LPOLESTR *rgszNames,
UINT cNames,
LCID lcid,
DISPID *rgDispId);
HRESULT (STDMETHODCALLTYPE *Invoke)(
INetSharingManager *This,
DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
EXCEPINFO *pExcepInfo,
UINT *puArgErr);
/*** INetSharingManager methods ***/
HRESULT (STDMETHODCALLTYPE *get_SharingInstalled)(
INetSharingManager *This,
VARIANT_BOOL *pbInstalled);
HRESULT (STDMETHODCALLTYPE *get_EnumPublicConnections)(
INetSharingManager *This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPublicConnectionCollection **ppColl);
HRESULT (STDMETHODCALLTYPE *get_EnumPrivateConnections)(
INetSharingManager *This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPrivateConnectionCollection **ppColl);
HRESULT (STDMETHODCALLTYPE *get_INetSharingConfigurationForINetConnection)(
INetSharingManager *This,
INetConnection *pNetConnection,
INetSharingConfiguration **ppNetSharingConfiguration);
HRESULT (STDMETHODCALLTYPE *get_EnumEveryConnection)(
INetSharingManager *This,
INetSharingEveryConnectionCollection **ppColl);
HRESULT (STDMETHODCALLTYPE *get_NetConnectionProps)(
INetSharingManager *This,
INetConnection *pNetConnection,
INetConnectionProps **ppProps);
END_INTERFACE
} INetSharingManagerVtbl;
interface INetSharingManager {
CONST_VTBL INetSharingManagerVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INetSharingManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INetSharingManager_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INetSharingManager_Release(This) (This)->lpVtbl->Release(This)
/*** IDispatch methods ***/
#define INetSharingManager_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
#define INetSharingManager_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define INetSharingManager_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define INetSharingManager_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
/*** INetSharingManager methods ***/
#define INetSharingManager_get_SharingInstalled(This,pbInstalled) (This)->lpVtbl->get_SharingInstalled(This,pbInstalled)
#define INetSharingManager_get_EnumPublicConnections(This,Flags,ppColl) (This)->lpVtbl->get_EnumPublicConnections(This,Flags,ppColl)
#define INetSharingManager_get_EnumPrivateConnections(This,Flags,ppColl) (This)->lpVtbl->get_EnumPrivateConnections(This,Flags,ppColl)
#define INetSharingManager_get_INetSharingConfigurationForINetConnection(This,pNetConnection,ppNetSharingConfiguration) (This)->lpVtbl->get_INetSharingConfigurationForINetConnection(This,pNetConnection,ppNetSharingConfiguration)
#define INetSharingManager_get_EnumEveryConnection(This,ppColl) (This)->lpVtbl->get_EnumEveryConnection(This,ppColl)
#define INetSharingManager_get_NetConnectionProps(This,pNetConnection,ppProps) (This)->lpVtbl->get_NetConnectionProps(This,pNetConnection,ppProps)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INetSharingManager_QueryInterface(INetSharingManager* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INetSharingManager_AddRef(INetSharingManager* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INetSharingManager_Release(INetSharingManager* This) {
return This->lpVtbl->Release(This);
}
/*** IDispatch methods ***/
static FORCEINLINE HRESULT INetSharingManager_GetTypeInfoCount(INetSharingManager* This,UINT *pctinfo) {
return This->lpVtbl->GetTypeInfoCount(This,pctinfo);
}
static FORCEINLINE HRESULT INetSharingManager_GetTypeInfo(INetSharingManager* This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo) {
return This->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo);
}
static FORCEINLINE HRESULT INetSharingManager_GetIDsOfNames(INetSharingManager* This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId) {
return This->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId);
}
static FORCEINLINE HRESULT INetSharingManager_Invoke(INetSharingManager* This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr) {
return This->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr);
}
/*** INetSharingManager methods ***/
static FORCEINLINE HRESULT INetSharingManager_get_SharingInstalled(INetSharingManager* This,VARIANT_BOOL *pbInstalled) {
return This->lpVtbl->get_SharingInstalled(This,pbInstalled);
}
static FORCEINLINE HRESULT INetSharingManager_get_EnumPublicConnections(INetSharingManager* This,SHARINGCONNECTION_ENUM_FLAGS Flags,INetSharingPublicConnectionCollection **ppColl) {
return This->lpVtbl->get_EnumPublicConnections(This,Flags,ppColl);
}
static FORCEINLINE HRESULT INetSharingManager_get_EnumPrivateConnections(INetSharingManager* This,SHARINGCONNECTION_ENUM_FLAGS Flags,INetSharingPrivateConnectionCollection **ppColl) {
return This->lpVtbl->get_EnumPrivateConnections(This,Flags,ppColl);
}
static FORCEINLINE HRESULT INetSharingManager_get_INetSharingConfigurationForINetConnection(INetSharingManager* This,INetConnection *pNetConnection,INetSharingConfiguration **ppNetSharingConfiguration) {
return This->lpVtbl->get_INetSharingConfigurationForINetConnection(This,pNetConnection,ppNetSharingConfiguration);
}
static FORCEINLINE HRESULT INetSharingManager_get_EnumEveryConnection(INetSharingManager* This,INetSharingEveryConnectionCollection **ppColl) {
return This->lpVtbl->get_EnumEveryConnection(This,ppColl);
}
static FORCEINLINE HRESULT INetSharingManager_get_NetConnectionProps(INetSharingManager* This,INetConnection *pNetConnection,INetConnectionProps **ppProps) {
return This->lpVtbl->get_NetConnectionProps(This,pNetConnection,ppProps);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INetSharingManager_get_SharingInstalled_Proxy(
INetSharingManager* This,
VARIANT_BOOL *pbInstalled);
void __RPC_STUB INetSharingManager_get_SharingInstalled_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingManager_get_EnumPublicConnections_Proxy(
INetSharingManager* This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPublicConnectionCollection **ppColl);
void __RPC_STUB INetSharingManager_get_EnumPublicConnections_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingManager_get_EnumPrivateConnections_Proxy(
INetSharingManager* This,
SHARINGCONNECTION_ENUM_FLAGS Flags,
INetSharingPrivateConnectionCollection **ppColl);
void __RPC_STUB INetSharingManager_get_EnumPrivateConnections_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingManager_get_INetSharingConfigurationForINetConnection_Proxy(
INetSharingManager* This,
INetConnection *pNetConnection,
INetSharingConfiguration **ppNetSharingConfiguration);
void __RPC_STUB INetSharingManager_get_INetSharingConfigurationForINetConnection_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingManager_get_EnumEveryConnection_Proxy(
INetSharingManager* This,
INetSharingEveryConnectionCollection **ppColl);
void __RPC_STUB INetSharingManager_get_EnumEveryConnection_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetSharingManager_get_NetConnectionProps_Proxy(
INetSharingManager* This,
INetConnection *pNetConnection,
INetConnectionProps **ppProps);
void __RPC_STUB INetSharingManager_get_NetConnectionProps_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INetSharingManager_INTERFACE_DEFINED__ */
/* Begin additional prototypes for all interfaces */
ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *);
unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *);
unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *);
void __RPC_USER BSTR_UserFree (ULONG *, BSTR *);
ULONG __RPC_USER VARIANT_UserSize (ULONG *, ULONG, VARIANT *);
unsigned char * __RPC_USER VARIANT_UserMarshal (ULONG *, unsigned char *, VARIANT *);
unsigned char * __RPC_USER VARIANT_UserUnmarshal(ULONG *, unsigned char *, VARIANT *);
void __RPC_USER VARIANT_UserFree (ULONG *, VARIANT *);
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __netcon_h__ */
|