This file is indexed.

/usr/include/ptlib/msos/ptlib.dtf is in libpt-1.10.10-dev 1.10.10-3.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
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
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
LIBRARY ptlib
EXPORTS
    ??0?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVPProcessStartup@@@1@@Z @4940 NONAME
    ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@1@@Z @5838 NONAME
    ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@@Z @5591 NONAME
    ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@1@@Z @5592 NONAME
    ??0?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@std@@QAE@ABU01@@Z @5593 NONAME
    ??0?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@ABQAVPFactoryBase@@@Z @5594 NONAME
    ??0?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@QAE@ABU01@@Z @4944 NONAME
    ??0?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@QAE@ABU?$pair@VPString@@PAVPProcessStartup@@@1@@Z @4945 NONAME
    ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@QAE@ABU01@@Z @5595 NONAME
    ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@Z @5596 NONAME
    ??0?$pair@Viterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@1@AB_N@Z @5597 NONAME
    ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@1@AB_N@Z @4857 NONAME
    ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@1@AB_N@Z @5598 NONAME
    ??0?$pair@VPString@@PAVPProcessStartup@@@std@@QAE@ABVPString@@ABQAVPProcessStartup@@@Z @4949 NONAME
    ??0?$PArray@VPString@@@@IAE@HPBV0@@Z @4950 NONAME
    ??0?$PArray@VPString@@@@QAE@ABV0@@Z @1 NONAME
    ??0?$PArray@VPString@@@@QAE@H@Z @2 NONAME
    ??0?$PBaseArray@D@@QAE@ABV0@@Z @3 NONAME
    ??0?$PBaseArray@D@@QAE@H@Z @4 NONAME
    ??0?$PBaseArray@E@@QAE@H@Z @5 NONAME
    ??0?$PBaseArray@F@@QAE@H@Z @6 NONAME
    ??0?$PBaseArray@G@@QAE@H@Z @7 NONAME
    ??0?$PBaseArray@H@@QAE@ABV0@@Z @4953 NONAME
    ??0?$PBaseArray@H@@QAE@H@Z @8 NONAME
    ??0?$PBaseArray@H@@QAE@PBHHH@Z @4954 NONAME
    ??0?$PBaseArray@I@@QAE@H@Z @9 NONAME
    ??0?$PBaseArray@J@@QAE@H@Z @10 NONAME
    ??0?$PDictionary@VPCaselessString@@VPIPCacheData@@@@QAE@XZ @12 NONAME
    ??0?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@QAE@XZ @13 NONAME
    ??0?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@IAE@HPBV0@@Z @4957 NONAME
    ??0?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@QAE@XZ @4958 NONAME
    ??0?$PDictionary@VPOrdinalKey@@VPPointer@@@@QAE@XZ @4786 NONAME
    ??0?$PDictionary@VPOrdinalKey@@VPThread@@@@IAE@HPBV0@@Z @4959 NONAME
    ??0?$PDictionary@VPOrdinalKey@@VPThread@@@@QAE@XZ @4960 NONAME
    ??0?$PDictionary@VPString@@VPDynaLink@@@@IAE@HPBV0@@Z @4961 NONAME
    ??0?$PDictionary@VPString@@VPDynaLink@@@@QAE@ABV0@@Z @4962 NONAME
    ??0?$PDictionary@VPString@@VPDynaLink@@@@QAE@XZ @4963 NONAME
    ??0?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@IAE@XZ @5845 NONAME
    ??0?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@XZ @5599 NONAME
    ??0?$PFactory@VPProcessStartup@@VPString@@@@IAE@XZ @5600 NONAME
    ??0?$PFactory@VPSoundChannel@@VPString@@@@IAE@XZ @6170 NONAME
    ??0?$PFactory@VPVideoInputDevice@@VPString@@@@IAE@XZ @6171 NONAME
    ??0?$PFactory@VPVideoOutputDevice@@VPString@@@@IAE@XZ @6172 NONAME
    ??0?$PList@VPDynaLink@@@@IAE@HPBV0@@Z @4966 NONAME
    ??0?$PList@VPDynaLink@@@@QAE@XZ @4967 NONAME
    ??0?$PList@VPNotifier@@@@IAE@HPBV0@@Z @4968 NONAME
    ??0?$PList@VPNotifier@@@@QAE@XZ @4969 NONAME
    ??0?$PList@VPPluginService@@@@IAE@HPBV0@@Z @4970 NONAME
    ??0?$PList@VPPluginService@@@@QAE@XZ @4971 NONAME
    ??0?$PList@VPSocket@@@@QAE@XZ @4835 NONAME
    ??0?$PList@VPString@@@@IAE@HPBV0@@Z @4972 NONAME
    ??0?$PList@VPString@@@@QAE@ABV0@@Z @4973 NONAME
    ??0?$PList@VPString@@@@QAE@XZ @4974 NONAME
    ??0?$PList@VPThread@@@@IAE@HPBV0@@Z @4975 NONAME
    ??0?$PList@VPThread@@@@QAE@XZ @4976 NONAME
    ??0?$PList@VPTimer@@@@IAE@HPBV0@@Z @4977 NONAME
    ??0?$PList@VPTimer@@@@QAE@XZ @4978 NONAME
    ??0?$PScalarArray@H@@QAE@ABV0@@Z @4981 NONAME
    ??0?$PScalarArray@H@@QAE@H@Z @4982 NONAME
    ??0?$PScalarArray@K@@QAE@H@Z @16 NONAME
    ??0?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@QAE@XZ @6173 NONAME
    ??0?$PStringDictionary@VPString@@@@IAE@HPBV0@@Z @6174 NONAME
    ??0?$PStringDictionary@VPString@@@@QAE@XZ @6175 NONAME
    ??0?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@QAE@XZ @6176 NONAME
    ??0?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@QAE@XZ @6177 NONAME
    ??0?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@QAE@XZ @6178 NONAME
    ??0?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAE@ABV?$allocator@PAVPPluginModuleManager@@@1@@Z @4990 NONAME
    ??0?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAE@ABV01@@Z @4991 NONAME
    ??0?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAE@ABV?$allocator@VPString@@@1@@Z @4992 NONAME
    ??0?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @5601 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVPProcessStartup@@@1@@Z @4859 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@1@@Z @5846 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@@Z @5602 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@1@@Z @5603 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE@ABV01@@Z @6179 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE@ABV01@@Z @6180 NONAME
    ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE@ABV01@@Z @6181 NONAME
    ??0Address@PEthSocket@@QAE@ABT01@@Z @17 NONAME
    ??0Address@PEthSocket@@QAE@ABVPString@@@Z @18 NONAME
    ??0Address@PEthSocket@@QAE@PBE@Z @19 NONAME
    ??0Address@PEthSocket@@QAE@XZ @20 NONAME
    ??0Address@PIPSocket@@QAE@ABUin6_addr@@@Z @2918 NONAME
    ??0Address@PIPSocket@@QAE@ABUin_addr@@@Z @21 NONAME
    ??0Address@PIPSocket@@QAE@ABV01@@Z @22 NONAME
    ??0Address@PIPSocket@@QAE@ABVPString@@@Z @23 NONAME
    ??0Address@PIPSocket@@QAE@EEEE@Z @24 NONAME
    ??0Address@PIPSocket@@QAE@HHPAUsockaddr@@@Z @2919 NONAME
    ??0Address@PIPSocket@@QAE@HPBE@Z @25 NONAME
    ??0Address@PIPSocket@@QAE@K@Z @26 NONAME
    ??0Address@PIPSocket@@QAE@XZ @27 NONAME
    ??0Address@PIPXSocket@@QAE@ABV01@@Z @28 NONAME
    ??0Address@PIPXSocket@@QAE@ABVPString@@@Z @29 NONAME
    ??0Address@PIPXSocket@@QAE@KPBD@Z @30 NONAME
    ??0Address@PIPXSocket@@QAE@XZ @31 NONAME
    ??0Block@PTrace@@QAE@PBDH0@Z @32 NONAME
    ??0Buffer@PDebugStream@@QAE@XZ @33 NONAME
    ??0Buffer@PStringStream@@QAE@AAV1@H@Z @34 NONAME
    ??0Buffer@PStringStream@@QAE@ABV01@@Z @4512 NONAME
    ??0CMCDLL@PMail@@QAE@XZ @36 NONAME
    ??0CMC_message_reference_ptr@@QAE@ABVPString@@@Z @37 NONAME
    ??0const_iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE@ABViterator@12@@Z @5604 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @5847 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@XZ @5848 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @5605 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@XZ @5606 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @5607 NONAME
    ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@XZ @5608 NONAME
    ??0Element@PAbstractList@@QAE@PAVPObject@@@Z @38 NONAME
    ??0FactoryMap@PFactoryBase@@QAE@XZ @5609 NONAME
    ??0HouseKeepingThread@PProcess@@QAE@XZ @40 NONAME
    ??0Info@PAbstractSortedList@@QAE@XZ @6182 NONAME
    ??0InterfaceEntry@PIPSocket@@QAE@ABVPString@@ABVAddress@1@100@Z @6183 NONAME
    ??0iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE@PAU_Node@12@@Z @5610 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE@PAU_Node@12@@Z @5003 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @5849 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@XZ @5850 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @5611 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@XZ @5612 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @5613 NONAME
    ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@XZ @5614 NONAME
    ??0MAPIDLL@PMail@@QAE@XZ @43 NONAME
    ??0Nest@PReadWriteMutex@@QAE@XZ @5006 NONAME
    ??0PAbstractArray@@QAE@ABV0@@Z @44 NONAME
    ??0PAbstractArray@@QAE@HH@Z @45 NONAME
    ??0PAbstractArray@@QAE@HPBXHH@Z @46 NONAME
    ??0PAbstractDictionary@@IAE@HPBV0@@Z @4513 NONAME
    ??0PAbstractDictionary@@QAE@ABV0@@Z @5007 NONAME
    ??0PAbstractDictionary@@QAE@XZ @48 NONAME
    ??0PAbstractList@@IAE@HPBV0@@Z @5008 NONAME
    ??0PAbstractList@@QAE@ABV0@@Z @49 NONAME
    ??0PAbstractList@@QAE@XZ @50 NONAME
    ??0PAbstractSet@@QAE@XZ @4514 NONAME
    ??0PAbstractSortedList@@QAE@XZ @51 NONAME
    ??0PArgList@@QAE@ABV0@@Z @5009 NONAME
    ??0PArgList@@QAE@ABVPString@@0H@Z @52 NONAME
    ??0PArgList@@QAE@ABVPString@@PBDH@Z @53 NONAME
    ??0PArgList@@QAE@HPAPADABVPString@@H@Z @54 NONAME
    ??0PArgList@@QAE@HPAPADPBDH@Z @55 NONAME
    ??0PArgList@@QAE@PBD0H@Z @56 NONAME
    ??0PArrayObjects@@IAE@HPBV0@@Z @5010 NONAME
    ??0PArrayObjects@@QAE@ABV0@@Z @57 NONAME
    ??0PArrayObjects@@QAE@H@Z @58 NONAME
    ??0PBitArray@@QAE@H@Z @59 NONAME
    ??0PBitArray@@QAE@PBXHH@Z @60 NONAME
    ??0PBYTEArray@@QAE@H@Z @61 NONAME
    ??0PCapStatus@@QAE@PAUHWND__@@@Z @62 NONAME
    ??0PCaselessString@@IAE@HPBV0@@Z @4515 NONAME
    ??0PCaselessString@@QAE@ABV0@@Z @5013 NONAME
    ??0PCaselessString@@QAE@ABVPString@@@Z @63 NONAME
    ??0PCaselessString@@QAE@PBD@Z @64 NONAME
    ??0PCaselessString@@QAE@XZ @4516 NONAME
    ??0PChannel@@IAE@ABV0@@Z @4517 NONAME
    ??0PChannel@@QAE@XZ @65 NONAME
    ??0PChannelStreamBuffer@@IAE@PAVPChannel@@@Z @66 NONAME
    ??0PChannelStreamBuffer@@QAE@ABV0@@Z @4518 NONAME
    ??0PCharArray@@QAE@H@Z @68 NONAME
    ??0PCollection@@IAE@HPBV0@@Z @4519 NONAME
    ??0PCollection@@QAE@ABV0@@Z @69 NONAME
    ??0PCollection@@QAE@H@Z @70 NONAME
    ??0PColourConverter@@QAE@ABVPString@@0II@Z @71 NONAME
    ??0PColourConverterRegistration@@QAE@ABVPString@@0@Z @72 NONAME
    ??0PCondMutex@@QAE@XZ @5015 NONAME
    ??0PConfig@@QAE@ABVPFilePath@@ABVPString@@@Z @4520 NONAME
    ??0PConfig@@QAE@ABVPString@@W4Source@0@00@Z @4521 NONAME
    ??0PConfig@@QAE@ABVPString@@W4Source@0@0@Z @4522 NONAME
    ??0PConfig@@QAE@ABVPString@@W4Source@0@@Z @4523 NONAME
    ??0PConfig@@QAE@W4Source@0@@Z @4524 NONAME
    ??0PConfig@@QAE@W4Source@0@ABVPString@@1@Z @4525 NONAME
    ??0PConfig@@QAE@W4Source@0@ABVPString@@@Z @4526 NONAME
    ??0PConfigArgs@@QAE@ABVPArgList@@@Z @73 NONAME
    ??0PConsoleChannel@@QAE@W4ConsoleType@0@@Z @74 NONAME
    ??0PConsoleChannel@@QAE@XZ @75 NONAME
    ??0PContainer@@IAE@HPBV0@@Z @76 NONAME
    ??0PContainer@@QAE@ABV0@@Z @77 NONAME
    ??0PContainer@@QAE@H@Z @78 NONAME
    ??0PCriticalSection@@QAE@XZ @4527 NONAME
    ??0PDebugStream@@QAE@XZ @79 NONAME
    ??0PDirectory@@QAE@ABV0@@Z @5016 NONAME
    ??0PDirectory@@QAE@ABVPString@@@Z @4528 NONAME
    ??0PDirectory@@QAE@PBD@Z @4529 NONAME
    ??0PDirectory@@QAE@XZ @4530 NONAME
    ??0PDynaLink@@QAE@ABVPString@@@Z @80 NONAME
    ??0PDynaLink@@QAE@XZ @81 NONAME
    ??0PEthSocket@@QAE@HHH@Z @82 NONAME
    ??0PFactoryBase@@IAE@XZ @5615 NONAME
    ??0PFile@@QAE@ABVPFilePath@@W4OpenMode@0@H@Z @4532 NONAME
    ??0PFile@@QAE@W4OpenMode@0@H@Z @4533 NONAME
    ??0PFile@@QAE@XZ @84 NONAME
    ??0PFilePath@@QAE@ABV0@@Z @4534 NONAME
    ??0PFilePath@@QAE@ABVPString@@@Z @85 NONAME
    ??0PFilePath@@QAE@PBD0@Z @86 NONAME
    ??0PFilePath@@QAE@PBD@Z @87 NONAME
    ??0PFilePath@@QAE@XZ @88 NONAME
    ??0PHashTable@@QAE@ABV0@@Z @4535 NONAME
    ??0PHashTable@@QAE@XZ @89 NONAME
    ??0PHostByAddr@@QAE@XZ @90 NONAME
    ??0PHostByName@@QAE@XZ @91 NONAME
    ??0PICMPDLL@@QAE@XZ @92 NONAME
    ??0PICMPSocket@@QAE@XZ @93 NONAME
    ??0PImageDLL@@QAE@XZ @94 NONAME
    ??0PIndirectChannel@@QAE@XZ @95 NONAME
    ??0PingInfo@PICMPSocket@@QAE@G@Z @96 NONAME
    ??0PInstantiateMe@@QAE@XZ @6184 NONAME
    ??0PIntCondMutex@@QAE@HHW4Operation@0@@Z @97 NONAME
    ??0PIPCacheData@@QAE@PAUaddrinfo@@PBD@Z @2920 NONAME
    ??0PIPCacheData@@QAE@PAUhostent@@PBD@Z @98 NONAME
    ??0PIPDatagramSocket@@IAE@XZ @99 NONAME
    ??0PIPSocket@@IAE@XZ @100 NONAME
    ??0PIPXSocket@@QAE@G@Z @101 NONAME
    ??0PluginLoaderStartup@@QAE@XZ @4862 NONAME
    ??0PMail@@QAE@ABVPString@@00@Z @102 NONAME
    ??0PMail@@QAE@ABVPString@@0@Z @103 NONAME
    ??0PMail@@QAE@XZ @104 NONAME
    ??0PMultiMediaFile@@QAE@XZ @105 NONAME
    ??0PMutex@@QAE@ABV0@@Z @106 NONAME
    ??0PMutex@@QAE@XZ @107 NONAME
    ??0PNotifier@@QAE@ABV0@@Z @5018 NONAME
    ??0PNotifier@@QAE@PAVPNotifierFunction@@@Z @5019 NONAME
    ??0PNotifyIconData@@QAE@PAUHWND__@@IPBD@Z @108 NONAME
    ??0PObject@@IAE@XZ @5020 NONAME
    ??0PObject@@QAE@ABV0@@Z @5021 NONAME
    ??0POrdinalKey@@QAE@H@Z @4536 NONAME
    ??0POrdinalToString@@QAE@HPBUInitialiser@0@@Z @109 NONAME
    ??0POrdinalToString@@QAE@XZ @110 NONAME
    ??0PPipeChannel@@QAE@ABVPString@@ABVPStringArray@@ABVPStringToString@@W4OpenMode@0@HH@Z @111 NONAME
    ??0PPipeChannel@@QAE@ABVPString@@ABVPStringArray@@W4OpenMode@0@HH@Z @112 NONAME
    ??0PPipeChannel@@QAE@ABVPString@@ABVPStringToString@@W4OpenMode@0@HH@Z @113 NONAME
    ??0PPipeChannel@@QAE@ABVPString@@W4OpenMode@0@HH@Z @114 NONAME
    ??0PPipeChannel@@QAE@XZ @115 NONAME
    ??0PPluginManager@@QAE@XZ @2675 NONAME
    ??0PPluginModuleManager@@QAE@PBDPAVPPluginManager@@@Z @4722 NONAME
    ??0PPluginService@@QAE@ABVPString@@0PAVPPluginServiceDescriptor@@@Z @5023 NONAME
    ??0PPlugin_PSoundChannel_WindowsMultimedia_Registration@@QAE@PAVPPluginManager@@@Z @2676 NONAME
    ??0PPlugin_PVideoInputDevice_FakeVideo_Registration@@QAE@PAVPPluginManager@@@Z @2825 NONAME
    ??0PPlugin_PVideoInputDevice_VideoForWindows_Registration@@QAE@PAVPPluginManager@@@Z @2677 NONAME
    ??0PPlugin_PVideoOutputDevice_NULLOutput_Registration@@QAE@PAVPPluginManager@@@Z @2826 NONAME
    ??0PPlugin_PVideoOutputDevice_Window_Registration@@QAE@PAVPPluginManager@@@Z @6185 NONAME
    ??0PProcess@@QAE@PBD0GGW4CodeStatus@0@G@Z @116 NONAME
    ??0PProcessStartup@@QAE@XZ @5025 NONAME
    ??0PQoS@@QAE@H@Z @2645 NONAME
    ??0PQoS@@QAE@KKHKK@Z @2646 NONAME
    ??0PQoS@@QAE@XZ @2647 NONAME
    ??0PRASDLL@@QAE@XZ @117 NONAME
    ??0PReadWaitAndSignal@@QAE@ABVPReadWriteMutex@@H@Z @3029 NONAME
    ??0PReadWriteMutex@@QAE@XZ @118 NONAME
    ??0PRegularExpression@@QAE@ABV0@@Z @2961 NONAME
    ??0PRegularExpression@@QAE@ABVPString@@H@Z @119 NONAME
    ??0PRegularExpression@@QAE@PBDH@Z @120 NONAME
    ??0PRegularExpression@@QAE@XZ @121 NONAME
    ??0PRemoteConnection@@QAE@ABVPString@@@Z @122 NONAME
    ??0PRemoteConnection@@QAE@XZ @123 NONAME
    ??0PSafeCollection@@QAE@PAVPCollection@@@Z @124 NONAME
    ??0PSafeLockReadOnly@@QAE@ABVPSafeObject@@@Z @6162 NONAME
    ??0PSafeLockReadWrite@@QAE@ABVPSafeObject@@@Z @6163 NONAME
    ??0PSafeObject@@QAE@XZ @125 NONAME
    ??0PSafePtrBase@@IAE@ABV0@@Z @128 NONAME
    ??0PSafePtrBase@@IAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @5851 NONAME
    ??0PSafePtrBase@@IAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @5852 NONAME
    ??0PSafePtrBase@@IAE@PAVPSafeObject@@W4PSafetyMode@@@Z @129 NONAME
    ??0PSemaphore@@IAE@PAX@Z @130 NONAME
    ??0PSemaphore@@QAE@ABV0@@Z @131 NONAME
    ??0PSemaphore@@QAE@II@Z @132 NONAME
    ??0PSerialChannel@@QAE@AAVPConfig@@@Z @133 NONAME
    ??0PSerialChannel@@QAE@ABVPString@@KEW4Parity@0@EW4FlowControl@0@2@Z @134 NONAME
    ??0PSerialChannel@@QAE@XZ @135 NONAME
    ??0PServiceProcess@@QAE@PBD0GGW4CodeStatus@PProcess@@G@Z @136 NONAME
    ??0PSimpleThread@@QAE@ABVPNotifier@@HW4AutoDeleteFlag@PThread@@W4Priority@3@ABVPString@@H@Z @137 NONAME
    ??0PSmartPointer@@QAE@ABV0@@Z @138 NONAME
    ??0PSmartPointer@@QAE@PAVPSmartObject@@@Z @5027 NONAME
    ??0Psockaddr@@QAE@ABVAddress@PIPSocket@@G@Z @2921 NONAME
    ??0PSocket@@IAE@XZ @139 NONAME
    ??0PSortedStringList@@QAE@ABVPString@@@Z @140 NONAME
    ??0PSortedStringList@@QAE@ABVPStringArray@@@Z @141 NONAME
    ??0PSortedStringList@@QAE@ABVPStringList@@@Z @142 NONAME
    ??0PSortedStringList@@QAE@HPBQBDH@Z @143 NONAME
    ??0PSound@@QAE@ABVPFilePath@@@Z @144 NONAME
    ??0PSound@@QAE@IIIHPBE@Z @145 NONAME
    ??0PSoundChannel@@QAE@ABVPString@@W4Directions@0@III@Z @146 NONAME
    ??0PSoundChannel@@QAE@XZ @147 NONAME
    ??0PSoundChannelWin32@@QAE@ABVPString@@W4Directions@PSoundChannel@@III@Z @2678 NONAME
    ??0PSoundChannelWin32@@QAE@XZ @2679 NONAME
    ??0PSPXSocket@@QAE@G@Z @148 NONAME
    ??0PString@@IAE@HPBV0@@Z @4537 NONAME
    ??0PString@@QAA@W4ConversionType@0@PBDZZ @149 NONAME
    ??0PString@@QAE@ABV0@@Z @150 NONAME
    ??0PString@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z @5436 NONAME
    ??0PString@@QAE@ABV?$PScalarArray@G@@@Z @151 NONAME
    ??0PString@@QAE@D@Z @4538 NONAME
    ??0PString@@QAE@F@Z @152 NONAME
    ??0PString@@QAE@G@Z @153 NONAME
    ??0PString@@QAE@H@Z @154 NONAME
    ??0PString@@QAE@I@Z @155 NONAME
    ??0PString@@QAE@J@Z @156 NONAME
    ??0PString@@QAE@K@Z @157 NONAME
    ??0PString@@QAE@PBD@Z @158 NONAME
    ??0PString@@QAE@PBDH@Z @159 NONAME
    ??0PString@@QAE@PBG@Z @160 NONAME
    ??0PString@@QAE@PBGH@Z @161 NONAME
    ??0PString@@QAE@W4ConversionType@0@JI@Z @162 NONAME
    ??0PString@@QAE@W4ConversionType@0@NI@Z @163 NONAME
    ??0PString@@QAE@XZ @164 NONAME
    ??0PString@@QAE@_J@Z @165 NONAME
    ??0PString@@QAE@_K@Z @166 NONAME
    ??0PStringArray@@IAE@HPBV0@@Z @5029 NONAME
    ??0PStringArray@@QAE@ABV0@@Z @5030 NONAME
    ??0PStringArray@@QAE@ABVPSortedStringList@@@Z @168 NONAME
    ??0PStringArray@@QAE@ABVPString@@@Z @169 NONAME
    ??0PStringArray@@QAE@ABVPStringList@@@Z @170 NONAME
    ??0PStringArray@@QAE@H@Z @5031 NONAME
    ??0PStringArray@@QAE@HPBQBDH@Z @171 NONAME
    ??0PStringList@@IAE@HPBV0@@Z @5032 NONAME
    ??0PStringList@@QAE@ABV0@@Z @5033 NONAME
    ??0PStringList@@QAE@ABVPSortedStringList@@@Z @172 NONAME
    ??0PStringList@@QAE@ABVPString@@@Z @173 NONAME
    ??0PStringList@@QAE@ABVPStringArray@@@Z @174 NONAME
    ??0PStringList@@QAE@HPBQBDH@Z @175 NONAME
    ??0PStringList@@QAE@XZ @176 NONAME
    ??0PStringSet@@QAE@ABVPString@@@Z @177 NONAME
    ??0PStringSet@@QAE@H@Z @178 NONAME
    ??0PStringSet@@QAE@HPBQBDH@Z @179 NONAME
    ??0PStringStream@@QAE@ABVPString@@@Z @180 NONAME
    ??0PStringStream@@QAE@H@Z @181 NONAME
    ??0PStringStream@@QAE@PBD@Z @182 NONAME
    ??0PStringStream@@QAE@XZ @183 NONAME
    ??0PStringToOrdinal@@QAE@HPBUInitialiser@0@H@Z @184 NONAME
    ??0PStringToOrdinal@@QAE@XZ @185 NONAME
    ??0PStringToString@@IAE@HPBV0@@Z @6186 NONAME
    ??0PStringToString@@QAE@HPBUInitialiser@0@HH@Z @186 NONAME
    ??0PStringToString@@QAE@XZ @187 NONAME
    ??0PStructuredFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@H@Z @188 NONAME
    ??0PStructuredFile@@QAE@W4OpenMode@PFile@@H@Z @189 NONAME
    ??0PStructuredFile@@QAE@XZ @190 NONAME
    ??0PSyncPoint@@QAE@ABV0@@Z @191 NONAME
    ??0PSyncPoint@@QAE@XZ @192 NONAME
    ??0PSynonymColourRegistration@@QAE@PBD0@Z @193 NONAME
    ??0PTCPSocket@@QAE@AAV0@@Z @194 NONAME
    ??0PTCPSocket@@QAE@AAVPSocket@@@Z @195 NONAME
    ??0PTCPSocket@@QAE@ABVPString@@0@Z @196 NONAME
    ??0PTCPSocket@@QAE@ABVPString@@@Z @197 NONAME
    ??0PTCPSocket@@QAE@ABVPString@@G@Z @198 NONAME
    ??0PTCPSocket@@QAE@G@Z @199 NONAME
    ??0PTextFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@H@Z @4539 NONAME
    ??0PTextFile@@QAE@W4OpenMode@PFile@@H@Z @4540 NONAME
    ??0PTextFile@@QAE@XZ @4541 NONAME
    ??0PThread@@AAE@XZ @4542 NONAME
    ??0PThread@@QAE@HW4AutoDeleteFlag@0@W4Priority@0@ABVPString@@@Z @200 NONAME
    ??0PTime@@QAE@ABV0@@Z @5037 NONAME
    ??0PTime@@QAE@ABVPString@@@Z @201 NONAME
    ??0PTime@@QAE@HHHHHHH@Z @202 NONAME
    ??0PTime@@QAE@XZ @203 NONAME
    ??0PTimeInterval@@QAE@ABV0@@Z @5038 NONAME
    ??0PTimeInterval@@QAE@ABVPString@@@Z @204 NONAME
    ??0PTimeInterval@@QAE@JJJJH@Z @205 NONAME
    ??0PTimeInterval@@QAE@_J@Z @4543 NONAME
    ??0PTimer@@QAE@ABVPTimeInterval@@@Z @206 NONAME
    ??0PTimer@@QAE@JHHHH@Z @207 NONAME
    ??0PTimerList@@QAE@XZ @208 NONAME
    ??0PUDPSocket@@QAE@ABVPString@@0@Z @209 NONAME
    ??0PUDPSocket@@QAE@ABVPString@@G@Z @211 NONAME
    ??0PUDPSocket@@QAE@ABVPString@@PAVPQoS@@@Z @2648 NONAME
    ??0PUDPSocket@@QAE@G@Z @212 NONAME
    ??0PUDPSocket@@QAE@PAVPQoS@@G@Z @2649 NONAME
    ??0PVideoChannel@@QAE@ABVPString@@W4Directions@0@@Z @213 NONAME
    ??0PVideoChannel@@QAE@XZ @214 NONAME
    ??0PVideoDevice@@IAE@XZ @215 NONAME
    ??0PVideoDeviceBitmap@@QAE@PAUHWND__@@@Z @216 NONAME
    ??0PVideoDeviceBitmap@@QAE@PAUHWND__@@G@Z @217 NONAME
    ??0PVideoInputDevice_FakeVideo@@QAE@XZ @2827 NONAME
    ??0PVideoInputDevice_VideoForWindows@@QAE@XZ @2680 NONAME
    ??0PVideoOutputDevice@@QAE@XZ @219 NONAME
    ??0PVideoOutputDeviceRGB@@QAE@XZ @6187 NONAME
    ??0PVideoOutputDevice_NULLOutput@@QAE@XZ @2828 NONAME
    ??0PVideoOutputDevice_Window@@QAE@XZ @6188 NONAME
    ??0PVideoOutputDevice_Window_PluginServiceDescriptor@@QAE@XZ @6189 NONAME
    ??0PWaitAndSignal@@QAE@ABVPSemaphore@@H@Z @4544 NONAME
    ??0PWaveBuffer@@AAE@H@Z @223 NONAME
    ??0PWaveFormat@@QAE@ABV0@@Z @224 NONAME
    ??0PWaveFormat@@QAE@XZ @225 NONAME
    ??0PWin32AsnAny@@QAE@XZ @226 NONAME
    ??0PWin32AsnOid@@QAE@PBD@Z @227 NONAME
    ??0PWin32AsnOid@@QAE@XZ @228 NONAME
    ??0PWin32OidBuffer@@QAE@IIPBE@Z @229 NONAME
    ??0PWin32Overlapped@@QAE@XZ @230 NONAME
    ??0PWin32PacketBuffer@@QAE@H@Z @231 NONAME
    ??0PWin32PacketDriver@@IAE@XZ @232 NONAME
    ??0PWin32PacketSYS@@QAE@XZ @233 NONAME
    ??0PWin32PacketVxD@@QAE@XZ @234 NONAME
    ??0PWin32SnmpLibrary@@QAE@XZ @235 NONAME
    ??0PWinQoS@@QAE@AAVPQoS@@PAUsockaddr@@PADAAK@Z @2922 NONAME
    ??0PWinSock@@QAE@XZ @236 NONAME
    ??0PWriteWaitAndSignal@@QAE@ABVPReadWriteMutex@@H@Z @3030 NONAME
    ??0P_BGR24_RGB24_Registration@@QAE@XZ @6190 NONAME
    ??0P_BGR24_RGB32_Registration@@QAE@XZ @6191 NONAME
    ??0P_BGR24_YUV420P_Registration@@QAE@XZ @2829 NONAME
    ??0P_BGR32_RGB24_Registration@@QAE@XZ @6192 NONAME
    ??0P_BGR32_RGB32_Registration@@QAE@XZ @6193 NONAME
    ??0P_BGR32_YUV420P_Registration@@QAE@XZ @2830 NONAME
    ??0P_fd_set@@QAE@I@Z @237 NONAME
    ??0P_fd_set@@QAE@XZ @238 NONAME
    ??0P_Grey_YUV420P_Registration@@QAE@XZ @240 NONAME
    ??0P_RGB24_BGR24_Registration@@QAE@XZ @6194 NONAME
    ??0P_RGB24_BGR32_Registration@@QAE@XZ @6195 NONAME
    ??0P_RGB24_RGB32_Registration@@QAE@XZ @242 NONAME
    ??0P_RGB24_YUV420P_Registration@@QAE@XZ @243 NONAME
    ??0P_RGB32_BGR24_Registration@@QAE@XZ @6196 NONAME
    ??0P_RGB32_BGR32_Registration@@QAE@XZ @6197 NONAME
    ??0P_RGB32_RGB24_Registration@@QAE@XZ @245 NONAME
    ??0P_RGB32_YUV420P_Registration@@QAE@XZ @246 NONAME
    ??0P_SBGGR8_RGB24_Registration@@QAE@XZ @6137 NONAME
    ??0P_SBGGR8_YUV420P_Registration@@QAE@XZ @6198 NONAME
    ??0P_timeval@@QAE@XZ @247 NONAME
    ??0P_UYV444_YUV420P_Registration@@QAE@XZ @248 NONAME
    ??0P_UYVY422_YUV420P_Registration@@QAE@XZ @249 NONAME
    ??0P_YUV411P_YUV420P_Registration@@QAE@XZ @250 NONAME
    ??0P_YUV420P_BGR24_Registration@@QAE@XZ @252 NONAME
    ??0P_YUV420P_BGR32_Registration@@QAE@XZ @2831 NONAME
    ??0P_YUV420P_RGB24_Registration@@QAE@XZ @254 NONAME
    ??0P_YUV420P_RGB32_Registration@@QAE@XZ @256 NONAME
    ??0P_YUV420P_YUV411P_Registration@@QAE@XZ @257 NONAME
    ??0P_YUV422_YUV420P_Registration@@QAE@XZ @258 NONAME
    ??0P_YUV422_YUV422_Registration@@QAE@XZ @259 NONAME
    ??0RegistryKey@@QAE@ABVPString@@W4OpenMode@0@@Z @260 NONAME
    ??0SecurityID@@QAE@PAU_SID_IDENTIFIER_AUTHORITY@@EKKKKKKKK@Z @5428 NONAME
    ??0SecurityID@@QAE@PBD0PADPAKPAW4_SID_NAME_USE@@@Z @262 NONAME
    ??0WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@IAE@_N@Z @5616 NONAME
    ??0__SMANIP_int@@QAE@P6AAAVios@@AAV1@H@ZH@Z @5040 NONAME
    ??1?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE@XZ @5617 NONAME
    ??1?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QAE@XZ @4863 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QAE@XZ @5853 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE@XZ @5618 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE@XZ @5619 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@std@@QAE@XZ @5854 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@std@@QAE@XZ @5855 NONAME
    ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@std@@QAE@XZ @5856 NONAME
    ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@std@@QAE@XZ @5620 NONAME
    ??1?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@QAE@XZ @4866 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@QAE@XZ @5857 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@XZ @5621 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@QAE@XZ @5622 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@QAE@XZ @5858 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@QAE@XZ @5859 NONAME
    ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@QAE@XZ @5860 NONAME
    ??1?$pair@VPString@@PAVPProcessStartup@@@std@@QAE@XZ @4869 NONAME
    ??1?$PArray@VPString@@@@UAE@XZ @263 NONAME
    ??1?$PArray@VPWaveBuffer@@@@UAE@XZ @264 NONAME
    ??1?$PArray@VPWin32PacketBuffer@@@@UAE@XZ @265 NONAME
    ??1?$PBaseArray@D@@UAE@XZ @266 NONAME
    ??1?$PBaseArray@E@@UAE@XZ @267 NONAME
    ??1?$PBaseArray@F@@UAE@XZ @268 NONAME
    ??1?$PBaseArray@G@@UAE@XZ @269 NONAME
    ??1?$PBaseArray@H@@UAE@XZ @270 NONAME
    ??1?$PBaseArray@I@@UAE@XZ @271 NONAME
    ??1?$PBaseArray@J@@UAE@XZ @272 NONAME
    ??1?$PBaseArray@K@@UAE@XZ @273 NONAME
    ??1?$PBaseArray@PAVElement@PHashTable@@@@UAE@XZ @274 NONAME
    ??1?$PBaseArray@PAVPObject@@@@UAE@XZ @275 NONAME
    ??1?$PDevicePluginAdapter@VPSoundChannel@@@@UAE@XZ @5861 NONAME
    ??1?$PDevicePluginAdapter@VPVideoInputDevice@@@@UAE@XZ @5862 NONAME
    ??1?$PDevicePluginAdapter@VPVideoOutputDevice@@@@UAE@XZ @5863 NONAME
    ??1?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UAE@XZ @276 NONAME
    ??1?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UAE@XZ @277 NONAME
    ??1?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UAE@XZ @278 NONAME
    ??1?$PDictionary@VPOrdinalKey@@VPPointer@@@@UAE@XZ @4787 NONAME
    ??1?$PDictionary@VPOrdinalKey@@VPThread@@@@UAE@XZ @279 NONAME
    ??1?$PDictionary@VPString@@VPDynaLink@@@@UAE@XZ @4723 NONAME
    ??1?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MAE@XZ @5864 NONAME
    ??1?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @5623 NONAME
    ??1?$PFactory@VPProcessStartup@@VPString@@@@MAE@XZ @5624 NONAME
    ??1?$PFactory@VPSoundChannel@@VPString@@@@MAE@XZ @5865 NONAME
    ??1?$PFactory@VPVideoInputDevice@@VPString@@@@MAE@XZ @5866 NONAME
    ??1?$PFactory@VPVideoOutputDevice@@VPString@@@@MAE@XZ @5867 NONAME
    ??1?$PList@VInterfaceEntry@PIPSocket@@@@UAE@XZ @6199 NONAME
    ??1?$PList@VPDynaLink@@@@UAE@XZ @3033 NONAME
    ??1?$PList@VPNotifier@@@@UAE@XZ @3034 NONAME
    ??1?$PList@VPPluginService@@@@UAE@XZ @2682 NONAME
    ??1?$PList@VPSafeObject@@@@UAE@XZ @5868 NONAME
    ??1?$PList@VPSocket@@@@UAE@XZ @280 NONAME
    ??1?$PList@VPString@@@@UAE@XZ @281 NONAME
    ??1?$PList@VPThread@@@@UAE@XZ @282 NONAME
    ??1?$PList@VPTimer@@@@UAE@XZ @283 NONAME
    ??1?$POrdinalDictionary@VPString@@@@UAE@XZ @284 NONAME
    ??1?$PScalarArray@F@@UAE@XZ @285 NONAME
    ??1?$PScalarArray@G@@UAE@XZ @286 NONAME
    ??1?$PScalarArray@H@@UAE@XZ @287 NONAME
    ??1?$PScalarArray@I@@UAE@XZ @288 NONAME
    ??1?$PScalarArray@J@@UAE@XZ @289 NONAME
    ??1?$PScalarArray@K@@UAE@XZ @290 NONAME
    ??1?$PSet@VPString@@@@UAE@XZ @291 NONAME
    ??1?$PSortedList@VPString@@@@UAE@XZ @292 NONAME
    ??1?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@UAE@XZ @6200 NONAME
    ??1?$PStringDictionary@VPOrdinalKey@@@@UAE@XZ @293 NONAME
    ??1?$PStringDictionary@VPString@@@@UAE@XZ @294 NONAME
    ??1?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@UAE@XZ @6201 NONAME
    ??1?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@UAE@XZ @6202 NONAME
    ??1?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@UAE@XZ @6203 NONAME
    ??1?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAE@XZ @5047 NONAME
    ??1?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAE@XZ @4870 NONAME
    ??1?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@UAE@XZ @5869 NONAME
    ??1?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@UAE@XZ @5870 NONAME
    ??1?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@UAE@XZ @5871 NONAME
    ??1?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @5625 NONAME
    ??1?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @5626 NONAME
    ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE@XZ @4871 NONAME
    ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE@XZ @5872 NONAME
    ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE@XZ @5627 NONAME
    ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE@XZ @5628 NONAME
    ??1Address@PIPSocket@@UAE@XZ @295 NONAME
    ??1Block@PTrace@@QAE@XZ @296 NONAME
    ??1Buffer@PDebugStream@@UAE@XZ @297 NONAME
    ??1Buffer@PStringStream@@UAE@XZ @298 NONAME
    ??1Buffer@PSystemLog@@UAE@XZ @299 NONAME
    ??1CMCDLL@PMail@@UAE@XZ @300 NONAME
    ??1CMC_message_reference_ptr@@QAE@XZ @301 NONAME
    ??1DeleteObjectsTimeout_PNotifier@PSafeCollection@@UAE@XZ @302 NONAME
    ??1FactoryMap@PFactoryBase@@QAE@XZ @5629 NONAME
    ??1HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@UAE@XZ @6204 NONAME
    ??1HandleDisplay_PNotifier@PVideoOutputDevice_Window@@UAE@XZ @6205 NONAME
    ??1HouseKeepingThread@PProcess@@UAE@XZ @303 NONAME
    ??1InterfaceEntry@PIPSocket@@UAE@XZ @304 NONAME
    ??1MAPIDLL@PMail@@UAE@XZ @305 NONAME
    ??1Nest@PReadWriteMutex@@UAE@XZ @306 NONAME
    ??1NT_ServiceManager@@QAE@XZ @307 NONAME
    ??1PAbstractArray@@UAE@XZ @308 NONAME
    ??1PAbstractDictionary@@UAE@XZ @309 NONAME
    ??1PAbstractList@@UAE@XZ @310 NONAME
    ??1PAbstractSet@@UAE@XZ @311 NONAME
    ??1PAbstractSortedList@@UAE@XZ @312 NONAME
    ??1PArgList@@UAE@XZ @313 NONAME
    ??1PArrayObjects@@UAE@XZ @314 NONAME
    ??1PBitArray@@UAE@XZ @315 NONAME
    ??1PBYTEArray@@UAE@XZ @316 NONAME
    ??1PCaselessString@@UAE@XZ @317 NONAME
    ??1PChannel@@UAE@XZ @318 NONAME
    ??1PChannelStreamBuffer@@UAE@XZ @319 NONAME
    ??1PCharArray@@UAE@XZ @320 NONAME
    ??1PCollection@@UAE@XZ @321 NONAME
    ??1PColourConverter@@UAE@XZ @322 NONAME
    ??1PColourConverterRegistration@@UAE@XZ @323 NONAME
    ??1PCondMutex@@UAE@XZ @5050 NONAME
    ??1PConfig@@UAE@XZ @324 NONAME
    ??1PConfigArgs@@UAE@XZ @325 NONAME
    ??1PConsoleChannel@@UAE@XZ @326 NONAME
    ??1PContainer@@UAE@XZ @327 NONAME
    ??1PCriticalSection@@UAE@XZ @4545 NONAME
    ??1PDebugStream@@UAE@XZ @328 NONAME
    ??1PDirectory@@UAE@XZ @329 NONAME
    ??1PDynaLink@@UAE@XZ @330 NONAME
    ??1PEthSocket@@UAE@XZ @331 NONAME
    ??1PFactoryBase@@UAE@XZ @5630 NONAME
    ??1PFile@@UAE@XZ @333 NONAME
    ??1PFileInfo@@UAE@XZ @334 NONAME
    ??1PFilePath@@UAE@XZ @335 NONAME
    ??1PHashTable@@UAE@XZ @336 NONAME
    ??1PHostByAddr@@UAE@XZ @337 NONAME
    ??1PHostByName@@UAE@XZ @338 NONAME
    ??1PICMPDLL@@UAE@XZ @339 NONAME
    ??1PICMPSocket@@UAE@XZ @340 NONAME
    ??1PImageDLL@@UAE@XZ @341 NONAME
    ??1PIndirectChannel@@UAE@XZ @342 NONAME
    ??1PingInfo@PICMPSocket@@QAE@XZ @343 NONAME
    ??1PIntCondMutex@@UAE@XZ @344 NONAME
    ??1PIPCacheData@@UAE@XZ @345 NONAME
    ??1PIPCacheKey@@UAE@XZ @346 NONAME
    ??1PIPDatagramSocket@@UAE@XZ @347 NONAME
    ??1PIPSocket@@UAE@XZ @348 NONAME
    ??1PIPXSocket@@UAE@XZ @349 NONAME
    ??1PluginLoaderStartup@@UAE@XZ @4872 NONAME
    ??1PMail@@UAE@XZ @350 NONAME
    ??1PMultiMediaFile@@QAE@XZ @351 NONAME
    ??1PMutex@@UAE@XZ @352 NONAME
    ??1PNotifier@@UAE@XZ @353 NONAME
    ??1PNotifierFunction@@UAE@XZ @354 NONAME
    ??1PObject@@UAE@XZ @355 NONAME
    ??1POrdinalKey@@UAE@XZ @356 NONAME
    ??1POrdinalToString@@UAE@XZ @357 NONAME
    ??1PPipeChannel@@UAE@XZ @358 NONAME
    ??1PPluginManager@@UAE@XZ @2684 NONAME
    ??1PPluginModuleManager@@UAE@XZ @4725 NONAME
    ??1PPluginService@@UAE@XZ @2685 NONAME
    ??1PPointer@@UAE@XZ @4788 NONAME
    ??1PProcess@@UAE@XZ @359 NONAME
    ??1PProcessStartup@@UAE@XZ @5051 NONAME
    ??1PQoS@@UAE@XZ @2651 NONAME
    ??1PRASDLL@@UAE@XZ @360 NONAME
    ??1PReadWaitAndSignal@@QAE@XZ @3031 NONAME
    ??1PReadWriteMutex@@UAE@XZ @361 NONAME
    ??1PRegularExpression@@UAE@XZ @362 NONAME
    ??1PRemoteConnection@@UAE@XZ @363 NONAME
    ??1PSafeCollection@@UAE@XZ @364 NONAME
    ??1PSafeLockReadOnly@@QAE@XZ @6164 NONAME
    ??1PSafeLockReadWrite@@QAE@XZ @6165 NONAME
    ??1PSafeObject@@UAE@XZ @365 NONAME
    ??1PSafePtrBase@@UAE@XZ @366 NONAME
    ??1PSemaphore@@UAE@XZ @367 NONAME
    ??1PSerialChannel@@UAE@XZ @368 NONAME
    ??1PServiceProcess@@UAE@XZ @369 NONAME
    ??1PSimpleThread@@UAE@XZ @370 NONAME
    ??1PSmartObject@@UAE@XZ @371 NONAME
    ??1PSmartPointer@@UAE@XZ @372 NONAME
    ??1PSmartPtrInspector@@UAE@XZ @4789 NONAME
    ??1PSocket@@UAE@XZ @373 NONAME
    ??1PSortedStringList@@UAE@XZ @374 NONAME
    ??1PSound@@UAE@XZ @375 NONAME
    ??1PSoundChannel@@UAE@XZ @376 NONAME
    ??1PSoundChannelWin32@@UAE@XZ @2686 NONAME
    ??1PSPXSocket@@UAE@XZ @377 NONAME
    ??1PString@@UAE@XZ @378 NONAME
    ??1PStringArray@@UAE@XZ @379 NONAME
    ??1PStringList@@UAE@XZ @380 NONAME
    ??1PStringSet@@UAE@XZ @381 NONAME
    ??1PStringStream@@UAE@XZ @382 NONAME
    ??1PStringToOrdinal@@UAE@XZ @383 NONAME
    ??1PStringToString@@UAE@XZ @384 NONAME
    ??1PStructuredFile@@UAE@XZ @385 NONAME
    ??1PSyncPoint@@UAE@XZ @386 NONAME
    ??1PSynonymColour@@UAE@XZ @387 NONAME
    ??1PSynonymColourRegistration@@UAE@XZ @388 NONAME
    ??1PSystemLog@@UAE@XZ @389 NONAME
    ??1PTCPSocket@@UAE@XZ @390 NONAME
    ??1PTextFile@@UAE@XZ @391 NONAME
    ??1PThread@@UAE@XZ @392 NONAME
    ??1PTime@@UAE@XZ @393 NONAME
    ??1PTimeInterval@@UAE@XZ @394 NONAME
    ??1PTimer@@UAE@XZ @395 NONAME
    ??1PTimerList@@UAE@XZ @396 NONAME
    ??1PUDPSocket@@UAE@XZ @397 NONAME
    ??1PVideoChannel@@UAE@XZ @398 NONAME
    ??1PVideoDevice@@UAE@XZ @399 NONAME
    ??1PVideoDeviceBitmap@@UAE@XZ @400 NONAME
    ??1PVideoInputDevice@@UAE@XZ @401 NONAME
    ??1PVideoInputDevice_FakeVideo@@UAE@XZ @2832 NONAME
    ??1PVideoInputDevice_VideoForWindows@@UAE@XZ @2687 NONAME
    ??1PVideoOutputDevice@@UAE@XZ @403 NONAME
    ??1PVideoOutputDeviceRGB@@UAE@XZ @6206 NONAME
    ??1PVideoOutputDevice_NULLOutput@@UAE@XZ @2833 NONAME
    ??1PVideoOutputDevice_Window@@UAE@XZ @6207 NONAME
    ??1PVideoOutputDevice_Window_PluginServiceDescriptor@@UAE@XZ @6208 NONAME
    ??1PWaitAndSignal@@QAE@XZ @407 NONAME
    ??1PWaveBuffer@@EAE@XZ @408 NONAME
    ??1PWaveFormat@@UAE@XZ @409 NONAME
    ??1PWin32AsnAny@@QAE@XZ @410 NONAME
    ??1PWin32AsnOid@@QAE@XZ @411 NONAME
    ??1PWin32OidBuffer@@QAE@XZ @412 NONAME
    ??1PWin32Overlapped@@QAE@XZ @413 NONAME
    ??1PWin32PacketBuffer@@UAE@XZ @414 NONAME
    ??1PWin32PacketDriver@@UAE@XZ @415 NONAME
    ??1PWin32PacketSYS@@UAE@XZ @416 NONAME
    ??1PWin32PacketVxD@@UAE@XZ @417 NONAME
    ??1PWin32SnmpLibrary@@UAE@XZ @418 NONAME
    ??1PWinQoS@@UAE@XZ @2923 NONAME
    ??1PWinSock@@UAE@XZ @419 NONAME
    ??1PWriteWaitAndSignal@@QAE@XZ @3032 NONAME
    ??1P_BGR24_RGB24@@UAE@XZ @6209 NONAME
    ??1P_BGR24_RGB24_Registration@@UAE@XZ @6210 NONAME
    ??1P_BGR24_RGB32@@UAE@XZ @6211 NONAME
    ??1P_BGR24_RGB32_Registration@@UAE@XZ @6212 NONAME
    ??1P_BGR24_YUV420P@@UAE@XZ @2834 NONAME
    ??1P_BGR24_YUV420P_Registration@@UAE@XZ @2835 NONAME
    ??1P_BGR32_RGB24@@UAE@XZ @6213 NONAME
    ??1P_BGR32_RGB24_Registration@@UAE@XZ @6214 NONAME
    ??1P_BGR32_RGB32@@UAE@XZ @6215 NONAME
    ??1P_BGR32_RGB32_Registration@@UAE@XZ @6216 NONAME
    ??1P_BGR32_YUV420P@@UAE@XZ @2836 NONAME
    ??1P_BGR32_YUV420P_Registration@@UAE@XZ @2837 NONAME
    ??1P_fd_set@@QAE@XZ @420 NONAME
    ??1P_Grey_YUV420P@@UAE@XZ @423 NONAME
    ??1P_Grey_YUV420P_Registration@@UAE@XZ @424 NONAME
    ??1P_RGB24_BGR24@@UAE@XZ @6217 NONAME
    ??1P_RGB24_BGR24_Registration@@UAE@XZ @6218 NONAME
    ??1P_RGB24_BGR32@@UAE@XZ @6219 NONAME
    ??1P_RGB24_BGR32_Registration@@UAE@XZ @6220 NONAME
    ??1P_RGB24_RGB32@@UAE@XZ @427 NONAME
    ??1P_RGB24_RGB32_Registration@@UAE@XZ @428 NONAME
    ??1P_RGB24_YUV420P@@UAE@XZ @429 NONAME
    ??1P_RGB24_YUV420P_Registration@@UAE@XZ @430 NONAME
    ??1P_RGB32_BGR24@@UAE@XZ @6221 NONAME
    ??1P_RGB32_BGR24_Registration@@UAE@XZ @6222 NONAME
    ??1P_RGB32_BGR32@@UAE@XZ @6223 NONAME
    ??1P_RGB32_BGR32_Registration@@UAE@XZ @6224 NONAME
    ??1P_RGB32_RGB24@@UAE@XZ @433 NONAME
    ??1P_RGB32_RGB24_Registration@@UAE@XZ @434 NONAME
    ??1P_RGB32_YUV420P@@UAE@XZ @435 NONAME
    ??1P_RGB32_YUV420P_Registration@@UAE@XZ @436 NONAME
    ??1P_SBGGR8_RGB24@@UAE@XZ @6138 NONAME
    ??1P_SBGGR8_RGB24_Registration@@UAE@XZ @6139 NONAME
    ??1P_SBGGR8_YUV420P@@UAE@XZ @6225 NONAME
    ??1P_SBGGR8_YUV420P_Registration@@UAE@XZ @6226 NONAME
    ??1P_UYV444_YUV420P@@UAE@XZ @437 NONAME
    ??1P_UYV444_YUV420P_Registration@@UAE@XZ @438 NONAME
    ??1P_UYVY422_YUV420P@@UAE@XZ @439 NONAME
    ??1P_UYVY422_YUV420P_Registration@@UAE@XZ @440 NONAME
    ??1P_YUV411P_YUV420P@@UAE@XZ @441 NONAME
    ??1P_YUV411P_YUV420P_Registration@@UAE@XZ @442 NONAME
    ??1P_YUV420P_BGR24@@UAE@XZ @443 NONAME
    ??1P_YUV420P_BGR24_Registration@@UAE@XZ @446 NONAME
    ??1P_YUV420P_BGR32@@UAE@XZ @2838 NONAME
    ??1P_YUV420P_BGR32_Registration@@UAE@XZ @2839 NONAME
    ??1P_YUV420P_RGB24@@UAE@XZ @447 NONAME
    ??1P_YUV420P_RGB24_Registration@@UAE@XZ @450 NONAME
    ??1P_YUV420P_RGB32@@UAE@XZ @451 NONAME
    ??1P_YUV420P_RGB32_Registration@@UAE@XZ @454 NONAME
    ??1P_YUV420P_YUV411P@@UAE@XZ @455 NONAME
    ??1P_YUV420P_YUV411P_Registration@@UAE@XZ @456 NONAME
    ??1P_YUV422_YUV420P@@UAE@XZ @457 NONAME
    ??1P_YUV422_YUV420P_Registration@@UAE@XZ @458 NONAME
    ??1P_YUV422_YUV422@@UAE@XZ @459 NONAME
    ??1P_YUV422_YUV422_Registration@@UAE@XZ @460 NONAME
    ??1RegistryKey@@QAE@XZ @461 NONAME
    ??1RouteEntry@PIPSocket@@UAE@XZ @462 NONAME
    ??1SecurityID@@QAE@XZ @463 NONAME
    ??1SelectList@PSocket@@UAE@XZ @464 NONAME
    ??1Table@PHashTable@@UAE@XZ @465 NONAME
    ??1WinSNMPLoader@@UAE@XZ @5437 NONAME
    ??1Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@UAE@XZ @5873 NONAME
    ??1Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@UAE@XZ @5874 NONAME
    ??1Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@UAE@XZ @5875 NONAME
    ??1WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MAE@XZ @5876 NONAME
    ??1WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@MAE@XZ @5631 NONAME
    ??1WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@MAE@XZ @5877 NONAME
    ??1WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@MAE@XZ @5878 NONAME
    ??1WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@MAE@XZ @5879 NONAME
    ??2@YAPAXIPAX@Z @5052 NONAME
    ??3@YAXPAX0@Z @4873 NONAME
    ??4?$PArray@VPString@@@@QAEAAV0@ABV0@@Z @5053 NONAME
    ??4?$PBaseArray@D@@QAEAAV0@ABV0@@Z @516 NONAME
    ??4?$PBaseArray@E@@QAEAAV0@ABV0@@Z @517 NONAME
    ??4?$PBaseArray@F@@QAEAAV0@ABV0@@Z @518 NONAME
    ??4?$PBaseArray@G@@QAEAAV0@ABV0@@Z @519 NONAME
    ??4?$PBaseArray@H@@QAEAAV0@ABV0@@Z @520 NONAME
    ??4?$PBaseArray@I@@QAEAAV0@ABV0@@Z @5880 NONAME
    ??4?$PBaseArray@J@@QAEAAV0@ABV0@@Z @521 NONAME
    ??4?$PList@VPString@@@@QAEAAV0@ABV0@@Z @5054 NONAME
    ??4?$PScalarArray@K@@QAEAAV0@ABV0@@Z @523 NONAME
    ??4Address@PEthSocket@@QAEAAT01@ABT01@@Z @524 NONAME
    ??4Address@PEthSocket@@QAEAAT01@ABVPString@@@Z @525 NONAME
    ??4Address@PIPSocket@@QAEAAV01@ABUin6_addr@@@Z @2924 NONAME
    ??4Address@PIPSocket@@QAEAAV01@ABUin_addr@@@Z @526 NONAME
    ??4Address@PIPSocket@@QAEAAV01@ABV01@@Z @527 NONAME
    ??4Address@PIPSocket@@QAEAAV01@ABVPString@@@Z @528 NONAME
    ??4Address@PIPSocket@@QAEAAV01@K@Z @529 NONAME
    ??4Address@PIPXSocket@@QAEAAV01@ABV01@@Z @530 NONAME
    ??4Buffer@PStringStream@@QAEAAV01@ABV01@@Z @4548 NONAME
    ??4PAbstractList@@QAEAAV0@ABV0@@Z @5055 NONAME
    ??4PArrayObjects@@QAEAAV0@ABV0@@Z @5056 NONAME
    ??4PCaselessString@@QAEAAV0@ABVPString@@@Z @4549 NONAME
    ??4PCaselessString@@QAEAAV0@D@Z @4550 NONAME
    ??4PCaselessString@@QAEAAV0@PBD@Z @4551 NONAME
    ??4PChannel@@IAEAAV0@ABV0@@Z @4552 NONAME
    ??4PChannelStreamBuffer@@QAEAAV0@ABV0@@Z @4553 NONAME
    ??4PContainer@@QAEAAV0@ABV0@@Z @4554 NONAME
    ??4PDirectory@@QAEAAV0@ABVPString@@@Z @4555 NONAME
    ??4PDirectory@@QAEAAV0@PBD@Z @4556 NONAME
    ??4PFilePath@@QAEAAV0@ABV0@@Z @4557 NONAME
    ??4PFilePath@@QAEAAV0@ABVPString@@@Z @4558 NONAME
    ??4PFilePath@@QAEAAV0@PBD@Z @4559 NONAME
    ??4PIntCondMutex@@QAEAAV0@H@Z @531 NONAME
    ??4PObject@@QAEAAV0@ABV0@@Z @5057 NONAME
    ??4POrdinalKey@@QAEAAV0@H@Z @4560 NONAME
    ??4POrdinalToString@@QAEAAV0@ABV0@@Z @532 NONAME
    ??4PRegularExpression@@QAEAAV0@ABV0@@Z @2962 NONAME
    ??4PSmartPointer@@QAEAAV0@ABV0@@Z @533 NONAME
    ??4PSound@@QAEAAV0@ABVPBYTEArray@@@Z @534 NONAME
    ??4PString@@QAEAAV0@ABV0@@Z @4561 NONAME
    ??4PString@@QAEAAV0@D@Z @535 NONAME
    ??4PString@@QAEAAV0@F@Z @536 NONAME
    ??4PString@@QAEAAV0@G@Z @537 NONAME
    ??4PString@@QAEAAV0@H@Z @538 NONAME
    ??4PString@@QAEAAV0@I@Z @539 NONAME
    ??4PString@@QAEAAV0@J@Z @540 NONAME
    ??4PString@@QAEAAV0@K@Z @541 NONAME
    ??4PString@@QAEAAV0@PBD@Z @542 NONAME
    ??4PString@@QAEAAV0@_J@Z @543 NONAME
    ??4PString@@QAEAAV0@_K@Z @544 NONAME
    ??4PStringArray@@QAEAAV0@ABV0@@Z @5058 NONAME
    ??4PStringList@@QAEAAV0@ABV0@@Z @5059 NONAME
    ??4PStringSet@@QAEAAV0@ABV0@@Z @546 NONAME
    ??4PStringStream@@QAEAAV0@ABV0@@Z @4562 NONAME
    ??4PStringStream@@QAEAAV0@ABVPString@@@Z @4563 NONAME
    ??4PStringStream@@QAEAAV0@D@Z @4564 NONAME
    ??4PStringStream@@QAEAAV0@PBD@Z @4565 NONAME
    ??4PStringToOrdinal@@QAEAAV0@ABV0@@Z @547 NONAME
    ??4PStringToString@@QAEAAV0@ABV0@@Z @548 NONAME
    ??4PTimeInterval@@QAEAAV0@ABV0@@Z @5060 NONAME
    ??4PTimer@@QAEAAV0@ABVPTimeInterval@@@Z @550 NONAME
    ??4PTimer@@QAEAAV0@K@Z @551 NONAME
    ??4PWaveBuffer@@AAEAAV0@ABVPSound@@@Z @552 NONAME
    ??4PWaveFormat@@QAEAAV0@ABV0@@Z @553 NONAME
    ??4PWin32AsnOid@@QAEAAV0@ABUAsnObjectIdentifier@@@Z @554 NONAME
    ??4P_fd_set@@QAEAAV0@I@Z @555 NONAME
    ??4P_timeval@@QAEAAV0@ABVPTimeInterval@@@Z @556 NONAME
    ??5@YAAAVistream@@AAV0@AAVAddress@PIPSocket@@@Z @557 NONAME
    ??5@YAAAVistream@@AAV0@AAVPObject@@@Z @5061 NONAME
    ??5@YAAAVistream@@AAV0@AA_J@Z @558 NONAME
    ??5@YAAAVistream@@AAV0@AA_K@Z @559 NONAME
    ??5PArgList@@QAEAAV0@H@Z @4566 NONAME
    ??6@YAAAVostream@@AAV0@ABVAddress@PIPSocket@@@Z @560 NONAME
    ??6@YAAAVostream@@AAV0@ABVPObject@@@Z @5062 NONAME
    ??6@YAAAVostream@@AAV0@ABVPString@@@Z @6227 NONAME
    ??6@YAAAVostream@@AAV0@ABV__SMANIP_int@@@Z @5063 NONAME
    ??6@YAAAVostream@@AAV0@W4VideoFormat@PVideoDevice@@@Z @561 NONAME
    ??6@YAAAVostream@@AAV0@_J@Z @562 NONAME
    ??6@YAAAVostream@@AAV0@_K@Z @563 NONAME
    ??6PArgList@@QAEAAV0@H@Z @4567 NONAME
    ??7PString@@QBE_NXZ @4754 NONAME
    ??8Address@PEthSocket@@QBE_NPBE@Z @4755 NONAME
    ??8Address@PIPSocket@@QBE_NAAUin6_addr@@@Z @4756 NONAME
    ??8Address@PIPSocket@@QBE_NAAUin_addr@@@Z @4757 NONAME
    ??8Address@PIPSocket@@QBE_NK@Z @4758 NONAME
    ??8const_iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBE_NABV012@@Z @5632 NONAME
    ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5881 NONAME
    ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5633 NONAME
    ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5634 NONAME
    ??8iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBE_NABV012@@Z @5635 NONAME
    ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBE_NABV012@@Z @5066 NONAME
    ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5882 NONAME
    ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5636 NONAME
    ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5637 NONAME
    ??8PObject@@QBE_NABV0@@Z @5069 NONAME
    ??8PString@@QBE_NABVPObject@@@Z @4759 NONAME
    ??8PString@@QBE_NPBD@Z @4760 NONAME
    ??8PTimeInterval@@QBE_NABV0@@Z @4761 NONAME
    ??8PTimeInterval@@QBE_NJ@Z @4762 NONAME
    ??9Address@PEthSocket@@QBE_NPBE@Z @4763 NONAME
    ??9const_iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBE_NABV012@@Z @5638 NONAME
    ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5883 NONAME
    ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5639 NONAME
    ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5640 NONAME
    ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBE_NABV012@@Z @5072 NONAME
    ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5884 NONAME
    ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5641 NONAME
    ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBE_NABV012@@Z @5642 NONAME
    ??9PString@@QBE_NABVPObject@@@Z @4764 NONAME
    ??9PString@@QBE_NPBD@Z @4765 NONAME
    ??9PTimeInterval@@QBE_NABV0@@Z @4766 NONAME
    ??9PTimeInterval@@QBE_NJ@Z @4767 NONAME
    ??A?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAEAAPAVPFactoryBase@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z @5643 NONAME
    ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@ABVPString@@@Z @5644 NONAME
    ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@ABVPString@@@Z @5885 NONAME
    ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@ABVPString@@@Z @5886 NONAME
    ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@ABVPString@@@Z @5887 NONAME
    ??A?$PBaseArray@D@@QAEAADH@Z @5077 NONAME
    ??A?$PBaseArray@D@@QBEDH@Z @5078 NONAME
    ??A?$PBaseArray@H@@QAEAAHH@Z @5079 NONAME
    ??A?$PBaseArray@H@@QBEHH@Z @5080 NONAME
    ??A?$PBaseArray@I@@QAEAAIH@Z @570 NONAME
    ??A?$PBaseArray@K@@QAEAAKH@Z @571 NONAME
    ??A?$PList@VInterfaceEntry@PIPSocket@@@@QBEAAVInterfaceEntry@PIPSocket@@H@Z @6228 NONAME
    ??A?$PList@VPDynaLink@@@@QBEAAVPDynaLink@@H@Z @5081 NONAME
    ??A?$PList@VPNotifier@@@@QBEAAVPNotifier@@H@Z @5082 NONAME
    ??A?$PList@VPPluginService@@@@QBEAAVPPluginService@@H@Z @5083 NONAME
    ??A?$PList@VPString@@@@QBEAAVPString@@H@Z @6229 NONAME
    ??A?$PStringDictionary@VPString@@@@QBEABVPString@@ABV1@@Z @6230 NONAME
    ??AAddress@PIPSocket@@QBEEH@Z @572 NONAME
    ??APArgList@@QBE?AVPString@@H@Z @573 NONAME
    ??APStringArray@@QAEAAVPString@@H@Z @574 NONAME
    ??APStringArray@@QBE?AVPString@@H@Z @6231 NONAME
    ??B?$PBaseArray@D@@QBEPBDXZ @5085 NONAME
    ??B?$PBaseArray@H@@QBEPBHXZ @5087 NONAME
    ??BAddress@PEthSocket@@QBE?AVPString@@XZ @575 NONAME
    ??BAddress@PIPSocket@@QBE?AUin6_addr@@XZ @2926 NONAME
    ??BAddress@PIPSocket@@QBE?AUin_addr@@XZ @576 NONAME
    ??BAddress@PIPSocket@@QBE?AVPString@@XZ @577 NONAME
    ??BAddress@PIPSocket@@QBEKXZ @578 NONAME
    ??BAddress@PIPXSocket@@QBE?AVPString@@XZ @579 NONAME
    ??BPAtomicInteger@@QBEJXZ @5429 NONAME
    ??BPOrdinalKey@@QBEHXZ @4578 NONAME
    ??BPString@@QBEPBEXZ @4579 NONAME
    ??Cconst_iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBEPBU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@XZ @5645 NONAME
    ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@XZ @5888 NONAME
    ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @5646 NONAME
    ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@XZ @5647 NONAME
    ??Citerator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBEPAU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@XZ @5091 NONAME
    ??Dconst_iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBEABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@XZ @5648 NONAME
    ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@XZ @5889 NONAME
    ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @5649 NONAME
    ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@XZ @5650 NONAME
    ??Diterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBEAAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@XZ @5651 NONAME
    ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@XZ @5094 NONAME
    ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@XZ @5652 NONAME
    ??DPTimeInterval@@QBE?AV0@H@Z @4580 NONAME
    ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAEAAV012@XZ @5890 NONAME
    ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEAAV012@XZ @5653 NONAME
    ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAEAAV012@XZ @5654 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AV012@H@Z @5098 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAEAAV012@XZ @5099 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5891 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAEAAV012@XZ @5892 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5655 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEAAV012@XZ @5656 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5657 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAEAAV012@XZ @5658 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5893 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5894 NONAME
    ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AV012@H@Z @5895 NONAME
    ??EPIntCondMutex@@QAEAAV0@XZ @580 NONAME
    ??EPOrdinalKey@@QAEHH@Z @4581 NONAME
    ??EPOrdinalKey@@QAEHXZ @4582 NONAME
    ??Fiterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAEAAV012@XZ @5659 NONAME
    ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAEAAV012@XZ @5104 NONAME
    ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAEAAV012@XZ @5660 NONAME
    ??FPAtomicInteger@@QAEJXZ @5430 NONAME
    ??FPIntCondMutex@@QAEAAV0@XZ @581 NONAME
    ??FPOrdinalKey@@QAEHH@Z @4584 NONAME
    ??FPOrdinalKey@@QAEHXZ @4585 NONAME
    ??GPTime@@QBE?AV0@ABVPTimeInterval@@@Z @582 NONAME
    ??GPTime@@QBE?AVPTimeInterval@@ABV0@@Z @583 NONAME
    ??GPTimeInterval@@QBE?AV0@ABV0@@Z @584 NONAME
    ??GPTimeInterval@@QBE?AV0@XZ @4586 NONAME
    ??H@YA?AVPString@@DABV0@@Z @585 NONAME
    ??H@YA?AVPString@@PBDABV0@@Z @586 NONAME
    ??HPString@@QBE?AV0@ABV0@@Z @587 NONAME
    ??HPString@@QBE?AV0@D@Z @588 NONAME
    ??HPString@@QBE?AV0@PBD@Z @589 NONAME
    ??HPStringArray@@QAE?AV0@ABV0@@Z @4587 NONAME
    ??HPStringArray@@QAE?AV0@ABVPString@@@Z @4588 NONAME
    ??HPStringList@@QAE?AV0@ABV0@@Z @4589 NONAME
    ??HPStringList@@QAE?AV0@ABVPString@@@Z @4590 NONAME
    ??HPTime@@QBE?AV0@ABVPTimeInterval@@@Z @590 NONAME
    ??HPTimeInterval@@QBE?AV0@ABV0@@Z @4591 NONAME
    ??I@YA?AVPString@@DABV0@@Z @4592 NONAME
    ??I@YA?AVPString@@PBDABV0@@Z @591 NONAME
    ??IPString@@QBE?AV0@ABV0@@Z @592 NONAME
    ??IPString@@QBE?AV0@D@Z @593 NONAME
    ??IPString@@QBE?AV0@PBD@Z @594 NONAME
    ??KPTimeInterval@@QBE?AV0@H@Z @4593 NONAME
    ??MPString@@QBE_NABVPObject@@@Z @4768 NONAME
    ??MPString@@QBE_NPBD@Z @4769 NONAME
    ??MPTimeInterval@@QBE_NABV0@@Z @4770 NONAME
    ??MPTimeInterval@@QBE_NJ@Z @4771 NONAME
    ??NPString@@QBE_NABVPObject@@@Z @4772 NONAME
    ??NPString@@QBE_NPBD@Z @4773 NONAME
    ??NPTimeInterval@@QBE_NABV0@@Z @4774 NONAME
    ??NPTimeInterval@@QBE_NJ@Z @4775 NONAME
    ??OPString@@QBE_NABVPObject@@@Z @4776 NONAME
    ??OPString@@QBE_NPBD@Z @4777 NONAME
    ??OPTimeInterval@@QBE_NABV0@@Z @4778 NONAME
    ??OPTimeInterval@@QBE_NJ@Z @4779 NONAME
    ??PPString@@QBE_NABVPObject@@@Z @4780 NONAME
    ??PPString@@QBE_NPBD@Z @4781 NONAME
    ??PPTimeInterval@@QBE_NABV0@@Z @4782 NONAME
    ??PPTimeInterval@@QBE_NJ@Z @4783 NONAME
    ??R?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@0@Z @5489 NONAME
    ??R?$less@VPString@@@std@@QBE_NABVPString@@0@Z @5106 NONAME
    ??RPNotifier@@UBEXAAVPObject@@H@Z @595 NONAME
    ??RPString@@QBE?AV0@HH@Z @596 NONAME
    ??R_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@ABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@@Z @5661 NONAME
    ??R_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@@Z @5107 NONAME
    ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@@Z @5896 NONAME
    ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @5662 NONAME
    ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@@Z @5663 NONAME
    ??XAddress@PIPSocket@@QBE_NABV01@@Z @6232 NONAME
    ??XPString@@QBE_NABV0@@Z @4784 NONAME
    ??XPString@@QBE_NPBD@Z @4785 NONAME
    ??XPTimeInterval@@QAEAAV0@H@Z @4611 NONAME
    ??YPFilePath@@QAEAAV0@ABVPString@@@Z @598 NONAME
    ??YPFilePath@@QAEAAV0@PBD@Z @4612 NONAME
    ??YPIntCondMutex@@QAEAAV0@H@Z @599 NONAME
    ??YPOrdinalKey@@QAEAAV0@H@Z @4613 NONAME
    ??YPString@@QAEAAV0@ABV0@@Z @4614 NONAME
    ??YPString@@QAEAAV0@D@Z @600 NONAME
    ??YPString@@QAEAAV0@PBD@Z @601 NONAME
    ??YPStringArray@@QAEAAV0@ABV0@@Z @602 NONAME
    ??YPStringArray@@QAEAAV0@ABVPString@@@Z @4615 NONAME
    ??YPStringList@@QAEAAV0@ABV0@@Z @603 NONAME
    ??YPStringList@@QAEAAV0@ABVPString@@@Z @4616 NONAME
    ??YPStringSet@@QAEAAV0@ABVPString@@@Z @4617 NONAME
    ??YPTime@@QAEAAV0@ABVPTimeInterval@@@Z @604 NONAME
    ??YPTimeInterval@@QAEAAV0@ABV0@@Z @4618 NONAME
    ??YP_fd_set@@QAEAAV0@I@Z @605 NONAME
    ??ZPIntCondMutex@@QAEAAV0@H@Z @606 NONAME
    ??ZPOrdinalKey@@QAEAAV0@H@Z @4619 NONAME
    ??ZPStringSet@@QAEAAV0@ABVPString@@@Z @4620 NONAME
    ??ZPTime@@QAEAAV0@ABVPTimeInterval@@@Z @607 NONAME
    ??ZPTimeInterval@@QAEAAV0@ABV0@@Z @4621 NONAME
    ??ZP_fd_set@@QAEAAV0@I@Z @608 NONAME
    ??_0PTimeInterval@@QAEAAV0@H@Z @4622 NONAME
    ??_4PString@@QAEAAV0@ABV0@@Z @4623 NONAME
    ??_4PString@@QAEAAV0@D@Z @609 NONAME
    ??_4PString@@QAEAAV0@PBD@Z @610 NONAME
    ??_7?$PArray@VPString@@@@6B@ @611 NONAME
    ??_7?$PArray@VPWaveBuffer@@@@6B@ @612 NONAME
    ??_7?$PArray@VPWin32PacketBuffer@@@@6B@ @613 NONAME
    ??_7?$PBaseArray@D@@6B@ @614 NONAME
    ??_7?$PBaseArray@E@@6B@ @615 NONAME
    ??_7?$PBaseArray@F@@6B@ @616 NONAME
    ??_7?$PBaseArray@G@@6B@ @617 NONAME
    ??_7?$PBaseArray@H@@6B@ @618 NONAME
    ??_7?$PBaseArray@I@@6B@ @619 NONAME
    ??_7?$PBaseArray@J@@6B@ @620 NONAME
    ??_7?$PBaseArray@K@@6B@ @621 NONAME
    ??_7?$PBaseArray@PAVPObject@@@@6B@ @622 NONAME
    ??_7?$PDevicePluginAdapter@VPSoundChannel@@@@6B@ @5897 NONAME
    ??_7?$PDevicePluginAdapter@VPVideoInputDevice@@@@6B@ @5898 NONAME
    ??_7?$PDevicePluginAdapter@VPVideoOutputDevice@@@@6B@ @5899 NONAME
    ??_7?$PDictionary@VPCaselessString@@VPIPCacheData@@@@6B@ @623 NONAME
    ??_7?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@6B@ @624 NONAME
    ??_7?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@6B@ @625 NONAME
    ??_7?$PDictionary@VPOrdinalKey@@VPPointer@@@@6B@ @4790 NONAME
    ??_7?$PDictionary@VPOrdinalKey@@VPThread@@@@6B@ @626 NONAME
    ??_7?$PDictionary@VPString@@VPDynaLink@@@@6B@ @4726 NONAME
    ??_7?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5900 NONAME
    ??_7?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @5664 NONAME
    ??_7?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5665 NONAME
    ??_7?$PFactory@VPSoundChannel@@VPString@@@@6B@ @5901 NONAME
    ??_7?$PFactory@VPVideoInputDevice@@VPString@@@@6B@ @5902 NONAME
    ??_7?$PFactory@VPVideoOutputDevice@@VPString@@@@6B@ @5903 NONAME
    ??_7?$PList@VInterfaceEntry@PIPSocket@@@@6B@ @6233 NONAME
    ??_7?$PList@VPDynaLink@@@@6B@ @3035 NONAME
    ??_7?$PList@VPNotifier@@@@6B@ @3036 NONAME
    ??_7?$PList@VPPluginService@@@@6B@ @2689 NONAME
    ??_7?$PList@VPSafeObject@@@@6B@ @5904 NONAME
    ??_7?$PList@VPSocket@@@@6B@ @627 NONAME
    ??_7?$PList@VPString@@@@6B@ @5111 NONAME
    ??_7?$PList@VPThread@@@@6B@ @629 NONAME
    ??_7?$PList@VPTimer@@@@6B@ @630 NONAME
    ??_7?$PScalarArray@F@@6B@ @631 NONAME
    ??_7?$PScalarArray@G@@6B@ @632 NONAME
    ??_7?$PScalarArray@H@@6B@ @633 NONAME
    ??_7?$PScalarArray@I@@6B@ @634 NONAME
    ??_7?$PScalarArray@J@@6B@ @635 NONAME
    ??_7?$PScalarArray@K@@6B@ @636 NONAME
    ??_7?$PSet@VPString@@@@6B@ @637 NONAME
    ??_7?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@6B@ @6234 NONAME
    ??_7?$PStringDictionary@VPString@@@@6B@ @6235 NONAME
    ??_7?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@6B@ @6236 NONAME
    ??_7?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@6B@ @6237 NONAME
    ??_7?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@6B@ @6238 NONAME
    ??_7?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5905 NONAME
    ??_7?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5906 NONAME
    ??_7?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5907 NONAME
    ??_7?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5666 NONAME
    ??_7?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5667 NONAME
    ??_7Address@PIPSocket@@6B@ @638 NONAME
    ??_7Buffer@PDebugStream@@6B@ @639 NONAME
    ??_7Buffer@PStringStream@@6B@ @640 NONAME
    ??_7Buffer@PSystemLog@@6B@ @641 NONAME
    ??_7CMCDLL@PMail@@6B@ @642 NONAME
    ??_7DeleteObjectsTimeout_PNotifier@PSafeCollection@@6B@ @643 NONAME
    ??_7HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@6B@ @6239 NONAME
    ??_7HandleDisplay_PNotifier@PVideoOutputDevice_Window@@6B@ @6240 NONAME
    ??_7HouseKeepingThread@PProcess@@6B@ @644 NONAME
    ??_7InterfaceEntry@PIPSocket@@6B@ @645 NONAME
    ??_7MAPIDLL@PMail@@6B@ @646 NONAME
    ??_7Nest@PReadWriteMutex@@6B@ @647 NONAME
    ??_7NT_ServiceManager@@6B@ @648 NONAME
    ??_7PAbstractArray@@6B@ @649 NONAME
    ??_7PAbstractDictionary@@6B@ @650 NONAME
    ??_7PAbstractList@@6B@ @651 NONAME
    ??_7PAbstractSet@@6B@ @652 NONAME
    ??_7PAbstractSortedList@@6B@ @653 NONAME
    ??_7PArgList@@6B@ @654 NONAME
    ??_7PArrayObjects@@6B@ @655 NONAME
    ??_7PBitArray@@6B@ @656 NONAME
    ??_7PBYTEArray@@6B@ @657 NONAME
    ??_7PCaselessString@@6B@ @658 NONAME
    ??_7PChannel@@6Biostream@@@ @659 NONAME
    ??_7PChannel@@6BPObject@@@ @660 NONAME
    ??_7PChannelStreamBuffer@@6B@ @661 NONAME
    ??_7PCharArray@@6B@ @662 NONAME
    ??_7PCollection@@6B@ @663 NONAME
    ??_7PColourConverter@@6B@ @664 NONAME
    ??_7PColourConverterRegistration@@6B@ @665 NONAME
    ??_7PCondMutex@@6B@ @5116 NONAME
    ??_7PConfig@@6B@ @666 NONAME
    ??_7PConfigArgs@@6B@ @667 NONAME
    ??_7PConsoleChannel@@6Biostream@@@ @668 NONAME
    ??_7PConsoleChannel@@6BPObject@@@ @669 NONAME
    ??_7PContainer@@6B@ @670 NONAME
    ??_7PCriticalSection@@6B@ @4624 NONAME
    ??_7PDebugStream@@6B@ @671 NONAME
    ??_7PDevicePluginAdapterBase@@6B@ @5908 NONAME
    ??_7PDirectory@@6B@ @672 NONAME
    ??_7PDynaLink@@6B@ @673 NONAME
    ??_7PEthSocket@@6Biostream@@@ @674 NONAME
    ??_7PEthSocket@@6BPObject@@@ @675 NONAME
    ??_7PFactoryBase@@6B@ @5668 NONAME
    ??_7PFile@@6Biostream@@@ @677 NONAME
    ??_7PFile@@6BPObject@@@ @678 NONAME
    ??_7PFileInfo@@6B@ @679 NONAME
    ??_7PFilePath@@6B@ @680 NONAME
    ??_7PHashTable@@6B@ @681 NONAME
    ??_7PHostByAddr@@6B@ @682 NONAME
    ??_7PHostByName@@6B@ @683 NONAME
    ??_7PICMPDLL@@6B@ @684 NONAME
    ??_7PICMPSocket@@6Biostream@@@ @685 NONAME
    ??_7PICMPSocket@@6BPObject@@@ @686 NONAME
    ??_7PImageDLL@@6B@ @687 NONAME
    ??_7PIndirectChannel@@6Biostream@@@ @688 NONAME
    ??_7PIndirectChannel@@6BPObject@@@ @689 NONAME
    ??_7PIntCondMutex@@6B@ @690 NONAME
    ??_7PIPCacheData@@6B@ @691 NONAME
    ??_7PIPCacheKey@@6B@ @692 NONAME
    ??_7PIPDatagramSocket@@6Biostream@@@ @693 NONAME
    ??_7PIPDatagramSocket@@6BPObject@@@ @694 NONAME
    ??_7PIPSocket@@6Biostream@@@ @695 NONAME
    ??_7PIPSocket@@6BPObject@@@ @696 NONAME
    ??_7PIPXSocket@@6Biostream@@@ @697 NONAME
    ??_7PIPXSocket@@6BPObject@@@ @698 NONAME
    ??_7PluginLoaderStartup@@6B@ @4875 NONAME
    ??_7PMail@@6B@ @699 NONAME
    ??_7PMutex@@6B@ @700 NONAME
    ??_7PNotifier@@6B@ @701 NONAME
    ??_7PNotifierFunction@@6B@ @702 NONAME
    ??_7PObject@@6B@ @703 NONAME
    ??_7POrdinalKey@@6B@ @704 NONAME
    ??_7POrdinalToString@@6B@ @705 NONAME
    ??_7PPipeChannel@@6Biostream@@@ @706 NONAME
    ??_7PPipeChannel@@6BPObject@@@ @707 NONAME
    ??_7PPluginManager@@6B@ @2691 NONAME
    ??_7PPluginModuleManager@@6B@ @4728 NONAME
    ??_7PPluginService@@6B@ @2692 NONAME
    ??_7PPluginServiceDescriptor@@6B@ @6241 NONAME
    ??_7PPointer@@6B@ @4791 NONAME
    ??_7PProcess@@6B@ @708 NONAME
    ??_7PProcessStartup@@6B@ @5117 NONAME
    ??_7PQoS@@6B@ @2653 NONAME
    ??_7PRASDLL@@6B@ @709 NONAME
    ??_7PReadWriteMutex@@6B@ @710 NONAME
    ??_7PRegularExpression@@6B@ @711 NONAME
    ??_7PRemoteConnection@@6B@ @712 NONAME
    ??_7PSafeCollection@@6B@ @713 NONAME
    ??_7PSafeObject@@6B@ @714 NONAME
    ??_7PSafePtrBase@@6B@ @715 NONAME
    ??_7PSemaphore@@6B@ @716 NONAME
    ??_7PSerialChannel@@6Biostream@@@ @717 NONAME
    ??_7PSerialChannel@@6BPObject@@@ @718 NONAME
    ??_7PServiceProcess@@6B@ @719 NONAME
    ??_7PSimpleThread@@6B@ @720 NONAME
    ??_7PSmartPointer@@6B@ @721 NONAME
    ??_7PSmartPtrInspector@@6B@ @4792 NONAME
    ??_7PSocket@@6Biostream@@@ @722 NONAME
    ??_7PSocket@@6BPObject@@@ @723 NONAME
    ??_7PSortedStringList@@6B@ @724 NONAME
    ??_7PSound@@6B@ @725 NONAME
    ??_7PSoundChannel@@6Biostream@@@ @726 NONAME
    ??_7PSoundChannel@@6BPObject@@@ @727 NONAME
    ??_7PSoundChannelWin32@@6Biostream@@@ @2693 NONAME
    ??_7PSoundChannelWin32@@6BPObject@@@ @2694 NONAME
    ??_7PSPXSocket@@6Biostream@@@ @728 NONAME
    ??_7PSPXSocket@@6BPObject@@@ @729 NONAME
    ??_7PString@@6B@ @730 NONAME
    ??_7PStringArray@@6B@ @731 NONAME
    ??_7PStringList@@6B@ @732 NONAME
    ??_7PStringSet@@6B@ @733 NONAME
    ??_7PStringStream@@6Biostream@@@ @734 NONAME
    ??_7PStringStream@@6BPString@@@ @735 NONAME
    ??_7PStringToOrdinal@@6B@ @736 NONAME
    ??_7PStringToString@@6B@ @737 NONAME
    ??_7PStructuredFile@@6Biostream@@@ @738 NONAME
    ??_7PStructuredFile@@6BPObject@@@ @739 NONAME
    ??_7PSyncPoint@@6B@ @740 NONAME
    ??_7PSynonymColour@@6B@ @741 NONAME
    ??_7PSynonymColourRegistration@@6B@ @742 NONAME
    ??_7PSystemLog@@6Biostream@@@ @743 NONAME
    ??_7PSystemLog@@6BPObject@@@ @744 NONAME
    ??_7PTCPSocket@@6Biostream@@@ @745 NONAME
    ??_7PTCPSocket@@6BPObject@@@ @746 NONAME
    ??_7PTextFile@@6Biostream@@@ @747 NONAME
    ??_7PTextFile@@6BPObject@@@ @748 NONAME
    ??_7PThread@@6B@ @749 NONAME
    ??_7PTime@@6B@ @750 NONAME
    ??_7PTimeInterval@@6B@ @751 NONAME
    ??_7PTimer@@6B@ @752 NONAME
    ??_7PTimerList@@6B@ @753 NONAME
    ??_7PUDPSocket@@6Biostream@@@ @754 NONAME
    ??_7PUDPSocket@@6BPObject@@@ @755 NONAME
    ??_7PVideoChannel@@6Biostream@@@ @756 NONAME
    ??_7PVideoChannel@@6BPObject@@@ @757 NONAME
    ??_7PVideoDevice@@6B@ @758 NONAME
    ??_7PVideoDeviceBitmap@@6B@ @759 NONAME
    ??_7PVideoInputDevice@@6B@ @760 NONAME
    ??_7PVideoInputDevice_FakeVideo@@6B@ @2840 NONAME
    ??_7PVideoInputDevice_VideoForWindows@@6B@ @2695 NONAME
    ??_7PVideoOutputDevice@@6B@ @762 NONAME
    ??_7PVideoOutputDeviceRGB@@6B@ @6242 NONAME
    ??_7PVideoOutputDevice_NULLOutput@@6B@ @2841 NONAME
    ??_7PVideoOutputDevice_Window@@6B@ @6243 NONAME
    ??_7PVideoOutputDevice_Window_PluginServiceDescriptor@@6B@ @6244 NONAME
    ??_7PWaveBuffer@@6B@ @766 NONAME
    ??_7PWaveFormat@@6B@ @767 NONAME
    ??_7PWin32PacketBuffer@@6B@ @768 NONAME
    ??_7PWin32PacketDriver@@6B@ @769 NONAME
    ??_7PWin32PacketSYS@@6B@ @770 NONAME
    ??_7PWin32PacketVxD@@6B@ @771 NONAME
    ??_7PWin32SnmpLibrary@@6B@ @772 NONAME
    ??_7PWinQoS@@6B@ @2927 NONAME
    ??_7PWinSock@@6Biostream@@@ @773 NONAME
    ??_7PWinSock@@6BPObject@@@ @774 NONAME
    ??_7P_BGR24_RGB24@@6B@ @6245 NONAME
    ??_7P_BGR24_RGB24_Registration@@6B@ @6246 NONAME
    ??_7P_BGR24_RGB32@@6B@ @6247 NONAME
    ??_7P_BGR24_RGB32_Registration@@6B@ @6248 NONAME
    ??_7P_BGR24_YUV420P@@6B@ @2842 NONAME
    ??_7P_BGR24_YUV420P_Registration@@6B@ @2843 NONAME
    ??_7P_BGR32_RGB24@@6B@ @6249 NONAME
    ??_7P_BGR32_RGB24_Registration@@6B@ @6250 NONAME
    ??_7P_BGR32_RGB32@@6B@ @6251 NONAME
    ??_7P_BGR32_RGB32_Registration@@6B@ @6252 NONAME
    ??_7P_BGR32_YUV420P@@6B@ @2844 NONAME
    ??_7P_BGR32_YUV420P_Registration@@6B@ @2845 NONAME
    ??_7P_Grey_YUV420P@@6B@ @777 NONAME
    ??_7P_Grey_YUV420P_Registration@@6B@ @778 NONAME
    ??_7P_RGB24_BGR24@@6B@ @6253 NONAME
    ??_7P_RGB24_BGR24_Registration@@6B@ @6254 NONAME
    ??_7P_RGB24_BGR32@@6B@ @6255 NONAME
    ??_7P_RGB24_BGR32_Registration@@6B@ @6256 NONAME
    ??_7P_RGB24_RGB32@@6B@ @781 NONAME
    ??_7P_RGB24_RGB32_Registration@@6B@ @782 NONAME
    ??_7P_RGB24_YUV420P@@6B@ @783 NONAME
    ??_7P_RGB24_YUV420P_Registration@@6B@ @784 NONAME
    ??_7P_RGB32_BGR24@@6B@ @6257 NONAME
    ??_7P_RGB32_BGR24_Registration@@6B@ @6258 NONAME
    ??_7P_RGB32_BGR32@@6B@ @6259 NONAME
    ??_7P_RGB32_BGR32_Registration@@6B@ @6260 NONAME
    ??_7P_RGB32_RGB24@@6B@ @787 NONAME
    ??_7P_RGB32_RGB24_Registration@@6B@ @788 NONAME
    ??_7P_RGB32_YUV420P@@6B@ @789 NONAME
    ??_7P_RGB32_YUV420P_Registration@@6B@ @790 NONAME
    ??_7P_SBGGR8_RGB24@@6B@ @6140 NONAME
    ??_7P_SBGGR8_RGB24_Registration@@6B@ @6141 NONAME
    ??_7P_SBGGR8_YUV420P@@6B@ @6261 NONAME
    ??_7P_SBGGR8_YUV420P_Registration@@6B@ @6262 NONAME
    ??_7P_UYV444_YUV420P@@6B@ @791 NONAME
    ??_7P_UYV444_YUV420P_Registration@@6B@ @792 NONAME
    ??_7P_UYVY422_YUV420P@@6B@ @793 NONAME
    ??_7P_UYVY422_YUV420P_Registration@@6B@ @794 NONAME
    ??_7P_YUV411P_YUV420P@@6B@ @795 NONAME
    ??_7P_YUV411P_YUV420P_Registration@@6B@ @796 NONAME
    ??_7P_YUV420P_BGR24@@6B@ @797 NONAME
    ??_7P_YUV420P_BGR24_Registration@@6B@ @800 NONAME
    ??_7P_YUV420P_BGR32@@6B@ @2846 NONAME
    ??_7P_YUV420P_BGR32_Registration@@6B@ @2847 NONAME
    ??_7P_YUV420P_RGB24@@6B@ @801 NONAME
    ??_7P_YUV420P_RGB24_Registration@@6B@ @804 NONAME
    ??_7P_YUV420P_RGB32@@6B@ @805 NONAME
    ??_7P_YUV420P_RGB32_Registration@@6B@ @808 NONAME
    ??_7P_YUV420P_YUV411P@@6B@ @809 NONAME
    ??_7P_YUV420P_YUV411P_Registration@@6B@ @810 NONAME
    ??_7P_YUV422_YUV420P@@6B@ @811 NONAME
    ??_7P_YUV422_YUV420P_Registration@@6B@ @812 NONAME
    ??_7P_YUV422_YUV422@@6B@ @813 NONAME
    ??_7P_YUV422_YUV422_Registration@@6B@ @814 NONAME
    ??_7RouteEntry@PIPSocket@@6B@ @815 NONAME
    ??_7SelectList@PSocket@@6B@ @816 NONAME
    ??_7Table@PHashTable@@6B@ @817 NONAME
    ??_7Win95_ServiceManager@@6B@ @818 NONAME
    ??_7WinSNMPLoader@@6B@ @5438 NONAME
    ??_7Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@6B@ @5909 NONAME
    ??_7Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@6B@ @5910 NONAME
    ??_7Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@6B@ @5911 NONAME
    ??_7WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5912 NONAME
    ??_7WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5669 NONAME
    ??_7WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@6B@ @5913 NONAME
    ??_7WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@6B@ @5914 NONAME
    ??_7WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@6B@ @5915 NONAME
    ??_8PChannel@@7Bistream@@@ @819 NONAME
    ??_8PChannel@@7Bostream@@@ @820 NONAME
    ??_8PConsoleChannel@@7Bistream@@@ @821 NONAME
    ??_8PConsoleChannel@@7Bostream@@@ @822 NONAME
    ??_8PDebugStream@@7B@ @823 NONAME
    ??_8PEthSocket@@7Bistream@@@ @824 NONAME
    ??_8PEthSocket@@7Bostream@@@ @825 NONAME
    ??_8PFile@@7Bistream@@@ @826 NONAME
    ??_8PFile@@7Bostream@@@ @827 NONAME
    ??_8PICMPSocket@@7Bistream@@@ @828 NONAME
    ??_8PICMPSocket@@7Bostream@@@ @829 NONAME
    ??_8PIndirectChannel@@7Bistream@@@ @830 NONAME
    ??_8PIndirectChannel@@7Bostream@@@ @831 NONAME
    ??_8PIPDatagramSocket@@7Bistream@@@ @832 NONAME
    ??_8PIPDatagramSocket@@7Bostream@@@ @833 NONAME
    ??_8PIPSocket@@7Bistream@@@ @834 NONAME
    ??_8PIPSocket@@7Bostream@@@ @835 NONAME
    ??_8PIPXSocket@@7Bistream@@@ @836 NONAME
    ??_8PIPXSocket@@7Bostream@@@ @837 NONAME
    ??_8PPipeChannel@@7Bistream@@@ @838 NONAME
    ??_8PPipeChannel@@7Bostream@@@ @839 NONAME
    ??_8PSerialChannel@@7Bistream@@@ @840 NONAME
    ??_8PSerialChannel@@7Bostream@@@ @841 NONAME
    ??_8PSocket@@7Bistream@@@ @842 NONAME
    ??_8PSocket@@7Bostream@@@ @843 NONAME
    ??_8PSoundChannel@@7Bistream@@@ @844 NONAME
    ??_8PSoundChannel@@7Bostream@@@ @845 NONAME
    ??_8PSoundChannelWin32@@7Bistream@@@ @2696 NONAME
    ??_8PSoundChannelWin32@@7Bostream@@@ @2697 NONAME
    ??_8PSPXSocket@@7Bistream@@@ @846 NONAME
    ??_8PSPXSocket@@7Bostream@@@ @847 NONAME
    ??_8PStringStream@@7Bistream@@@ @848 NONAME
    ??_8PStringStream@@7Bostream@@@ @849 NONAME
    ??_8PStructuredFile@@7Bistream@@@ @850 NONAME
    ??_8PStructuredFile@@7Bostream@@@ @851 NONAME
    ??_8PSystemLog@@7Bistream@@@ @852 NONAME
    ??_8PSystemLog@@7Bostream@@@ @853 NONAME
    ??_8PTCPSocket@@7Bistream@@@ @854 NONAME
    ??_8PTCPSocket@@7Bostream@@@ @855 NONAME
    ??_8PTextFile@@7Bistream@@@ @856 NONAME
    ??_8PTextFile@@7Bostream@@@ @857 NONAME
    ??_8PUDPSocket@@7Bistream@@@ @858 NONAME
    ??_8PUDPSocket@@7Bostream@@@ @859 NONAME
    ??_8PVideoChannel@@7Bistream@@@ @860 NONAME
    ??_8PVideoChannel@@7Bostream@@@ @861 NONAME
    ??_8PWinSock@@7Bistream@@@ @862 NONAME
    ??_8PWinSock@@7Bostream@@@ @863 NONAME
    ??_DPFile@@QAEXXZ @864 NONAME
    ??_DPSoundChannel@@QAEXXZ @865 NONAME
    ??_DPStringStream@@QAEXXZ @866 NONAME
    ??_R0?AV?$PArray@VPString@@@@@8 @3050 NONAME
    ??_R0?AV?$PArray@VPWaveBuffer@@@@@8 @3051 NONAME
    ??_R0?AV?$PArray@VPWin32PacketBuffer@@@@@8 @3052 NONAME
    ??_R0?AV?$PBaseArray@D@@@8 @3053 NONAME
    ??_R0?AV?$PBaseArray@E@@@8 @3054 NONAME
    ??_R0?AV?$PBaseArray@F@@@8 @3055 NONAME
    ??_R0?AV?$PBaseArray@G@@@8 @3056 NONAME
    ??_R0?AV?$PBaseArray@H@@@8 @3057 NONAME
    ??_R0?AV?$PBaseArray@I@@@8 @3058 NONAME
    ??_R0?AV?$PBaseArray@J@@@8 @3059 NONAME
    ??_R0?AV?$PBaseArray@K@@@8 @3060 NONAME
    ??_R0?AV?$PBaseArray@PAVElement@PHashTable@@@@@8 @3061 NONAME
    ??_R0?AV?$PBaseArray@PAVPObject@@@@@8 @3062 NONAME
    ??_R0?AV?$PDevicePluginAdapter@VPSoundChannel@@@@@8 @5916 NONAME
    ??_R0?AV?$PDevicePluginAdapter@VPVideoInputDevice@@@@@8 @5917 NONAME
    ??_R0?AV?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@8 @5918 NONAME
    ??_R0?AV?$PDictionary@VPCaselessString@@VPIPCacheData@@@@@8 @3063 NONAME
    ??_R0?AV?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@@8 @3064 NONAME
    ??_R0?AV?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@@8 @3065 NONAME
    ??_R0?AV?$PDictionary@VPOrdinalKey@@VPPointer@@@@@8 @4793 NONAME
    ??_R0?AV?$PDictionary@VPOrdinalKey@@VPThread@@@@@8 @3066 NONAME
    ??_R0?AV?$PDictionary@VPString@@VPDynaLink@@@@@8 @4729 NONAME
    ??_R0?AV?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@8 @5919 NONAME
    ??_R0?AV?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @5670 NONAME
    ??_R0?AV?$PFactory@VPProcessStartup@@VPString@@@@@8 @5671 NONAME
    ??_R0?AV?$PFactory@VPSoundChannel@@VPString@@@@@8 @5920 NONAME
    ??_R0?AV?$PFactory@VPVideoInputDevice@@VPString@@@@@8 @5921 NONAME
    ??_R0?AV?$PFactory@VPVideoOutputDevice@@VPString@@@@@8 @5922 NONAME
    ??_R0?AV?$PList@VInterfaceEntry@PIPSocket@@@@@8 @6263 NONAME
    ??_R0?AV?$PList@VPDynaLink@@@@@8 @3067 NONAME
    ??_R0?AV?$PList@VPNotifier@@@@@8 @3068 NONAME
    ??_R0?AV?$PList@VPPluginService@@@@@8 @3069 NONAME
    ??_R0?AV?$PList@VPSafeObject@@@@@8 @5923 NONAME
    ??_R0?AV?$PList@VPSocket@@@@@8 @3070 NONAME
    ??_R0?AV?$PList@VPString@@@@@8 @3071 NONAME
    ??_R0?AV?$PList@VPThread@@@@@8 @3072 NONAME
    ??_R0?AV?$PList@VPTimer@@@@@8 @3073 NONAME
    ??_R0?AV?$POrdinalDictionary@VPString@@@@@8 @3074 NONAME
    ??_R0?AV?$PScalarArray@F@@@8 @3075 NONAME
    ??_R0?AV?$PScalarArray@G@@@8 @3076 NONAME
    ??_R0?AV?$PScalarArray@H@@@8 @3077 NONAME
    ??_R0?AV?$PScalarArray@I@@@8 @3078 NONAME
    ??_R0?AV?$PScalarArray@J@@@8 @3079 NONAME
    ??_R0?AV?$PScalarArray@K@@@8 @3080 NONAME
    ??_R0?AV?$PSet@VPString@@@@@8 @3081 NONAME
    ??_R0?AV?$PSortedList@VPString@@@@@8 @3082 NONAME
    ??_R0?AV?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@@8 @6264 NONAME
    ??_R0?AV?$PStringDictionary@VPOrdinalKey@@@@@8 @3083 NONAME
    ??_R0?AV?$PStringDictionary@VPString@@@@@8 @3084 NONAME
    ??_R0?AV?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@@8 @6265 NONAME
    ??_R0?AV?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@@8 @6266 NONAME
    ??_R0?AV?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@@8 @6267 NONAME
    ??_R0?AV?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@8 @5924 NONAME
    ??_R0?AV?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@8 @5925 NONAME
    ??_R0?AV?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@8 @5926 NONAME
    ??_R0?AV?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @5672 NONAME
    ??_R0?AV?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @5673 NONAME
    ??_R0?AVAddress@PIPSocket@@@8 @3085 NONAME
    ??_R0?AVBuffer@PDebugStream@@@8 @3086 NONAME
    ??_R0?AVBuffer@PStringStream@@@8 @3087 NONAME
    ??_R0?AVBuffer@PSystemLog@@@8 @3088 NONAME
    ??_R0?AVCMCDLL@PMail@@@8 @3089 NONAME
    ??_R0?AVDeleteObjectsTimeout_PNotifier@PSafeCollection@@@8 @3090 NONAME
    ??_R0?AVHandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@@8 @6268 NONAME
    ??_R0?AVHandleDisplay_PNotifier@PVideoOutputDevice_Window@@@8 @6269 NONAME
    ??_R0?AVHouseKeepingThread@PProcess@@@8 @3091 NONAME
    ??_R0?AVInterfaceEntry@PIPSocket@@@8 @3092 NONAME
    ??_R0?AVios@@@8 @3093 NONAME
    ??_R0?AViostream@@@8 @3094 NONAME
    ??_R0?AVistream@@@8 @3095 NONAME
    ??_R0?AVMAPIDLL@PMail@@@8 @3096 NONAME
    ??_R0?AVNest@PReadWriteMutex@@@8 @3097 NONAME
    ??_R0?AVNT_ServiceManager@@@8 @3098 NONAME
    ??_R0?AVofstream@@@8 @3099 NONAME
    ??_R0?AVostream@@@8 @3100 NONAME
    ??_R0?AVPAbstractArray@@@8 @3101 NONAME
    ??_R0?AVPAbstractDictionary@@@8 @3102 NONAME
    ??_R0?AVPAbstractList@@@8 @3103 NONAME
    ??_R0?AVPAbstractSet@@@8 @3104 NONAME
    ??_R0?AVPAbstractSortedList@@@8 @3105 NONAME
    ??_R0?AVPArgList@@@8 @3106 NONAME
    ??_R0?AVPArrayObjects@@@8 @3107 NONAME
    ??_R0?AVPBitArray@@@8 @3108 NONAME
    ??_R0?AVPBYTEArray@@@8 @3109 NONAME
    ??_R0?AVPCaselessString@@@8 @3110 NONAME
    ??_R0?AVPChannel@@@8 @3111 NONAME
    ??_R0?AVPChannelStreamBuffer@@@8 @3112 NONAME
    ??_R0?AVPCharArray@@@8 @3113 NONAME
    ??_R0?AVPCollection@@@8 @3114 NONAME
    ??_R0?AVPColourConverter@@@8 @3115 NONAME
    ??_R0?AVPColourConverterRegistration@@@8 @3116 NONAME
    ??_R0?AVPCondMutex@@@8 @3117 NONAME
    ??_R0?AVPConfig@@@8 @3118 NONAME
    ??_R0?AVPConfigArgs@@@8 @3119 NONAME
    ??_R0?AVPConsoleChannel@@@8 @3120 NONAME
    ??_R0?AVPContainer@@@8 @3121 NONAME
    ??_R0?AVPCriticalSection@@@8 @4625 NONAME
    ??_R0?AVPDebugStream@@@8 @3122 NONAME
    ??_R0?AVPDevicePluginAdapterBase@@@8 @5927 NONAME
    ??_R0?AVPDevicePluginServiceDescriptor@@@8 @6270 NONAME
    ??_R0?AVPDirectory@@@8 @3123 NONAME
    ??_R0?AVPDynaLink@@@8 @3124 NONAME
    ??_R0?AVPEthSocket@@@8 @3125 NONAME
    ??_R0?AVPFactoryBase@@@8 @5674 NONAME
    ??_R0?AVPFile@@@8 @3126 NONAME
    ??_R0?AVPFileInfo@@@8 @3127 NONAME
    ??_R0?AVPFilePath@@@8 @3128 NONAME
    ??_R0?AVPHashTable@@@8 @3129 NONAME
    ??_R0?AVPHostByAddr@@@8 @3130 NONAME
    ??_R0?AVPHostByName@@@8 @3131 NONAME
    ??_R0?AVPICMPDLL@@@8 @3132 NONAME
    ??_R0?AVPICMPSocket@@@8 @3133 NONAME
    ??_R0?AVPImageDLL@@@8 @3134 NONAME
    ??_R0?AVPIndirectChannel@@@8 @3135 NONAME
    ??_R0?AVPIntCondMutex@@@8 @3136 NONAME
    ??_R0?AVPIPCacheData@@@8 @3137 NONAME
    ??_R0?AVPIPCacheKey@@@8 @3138 NONAME
    ??_R0?AVPIPDatagramSocket@@@8 @3139 NONAME
    ??_R0?AVPIPSocket@@@8 @3140 NONAME
    ??_R0?AVPIPXSocket@@@8 @3141 NONAME
    ??_R0?AVPluginLoaderStartup@@@8 @4876 NONAME
    ??_R0?AVPMail@@@8 @3142 NONAME
    ??_R0?AVPMutex@@@8 @3143 NONAME
    ??_R0?AVPNotifier@@@8 @3144 NONAME
    ??_R0?AVPNotifierFunction@@@8 @3145 NONAME
    ??_R0?AVPObject@@@8 @3146 NONAME
    ??_R0?AVPOrdinalKey@@@8 @3147 NONAME
    ??_R0?AVPOrdinalToString@@@8 @3148 NONAME
    ??_R0?AVPPipeChannel@@@8 @3149 NONAME
    ??_R0?AVPPluginManager@@@8 @3150 NONAME
    ??_R0?AVPPluginModuleManager@@@8 @4731 NONAME
    ??_R0?AVPPluginService@@@8 @3151 NONAME
    ??_R0?AVPPluginServiceDescriptor@@@8 @6271 NONAME
    ??_R0?AVPPointer@@@8 @4794 NONAME
    ??_R0?AVPProcess@@@8 @3152 NONAME
    ??_R0?AVPProcessStartup@@@8 @4877 NONAME
    ??_R0?AVPQoS@@@8 @3153 NONAME
    ??_R0?AVPRASDLL@@@8 @3154 NONAME
    ??_R0?AVPReadWriteMutex@@@8 @3155 NONAME
    ??_R0?AVPRegularExpression@@@8 @3156 NONAME
    ??_R0?AVPRemoteConnection@@@8 @3157 NONAME
    ??_R0?AVPSafeCollection@@@8 @3158 NONAME
    ??_R0?AVPSafeObject@@@8 @3159 NONAME
    ??_R0?AVPSafePtrBase@@@8 @3160 NONAME
    ??_R0?AVPSemaphore@@@8 @3161 NONAME
    ??_R0?AVPSerialChannel@@@8 @3162 NONAME
    ??_R0?AVPServiceProcess@@@8 @3163 NONAME
    ??_R0?AVPSimpleThread@@@8 @3164 NONAME
    ??_R0?AVPSmartNotifierFunction@@@8 @4795 NONAME
    ??_R0?AVPSmartObject@@@8 @3165 NONAME
    ??_R0?AVPSmartPointer@@@8 @3166 NONAME
    ??_R0?AVPSmartPtrInspector@@@8 @4796 NONAME
    ??_R0?AVPSocket@@@8 @3167 NONAME
    ??_R0?AVPSortedStringList@@@8 @3168 NONAME
    ??_R0?AVPSound@@@8 @3169 NONAME
    ??_R0?AVPSoundChannel@@@8 @3170 NONAME
    ??_R0?AVPSoundChannelWin32@@@8 @3171 NONAME
    ??_R0?AVPSPXSocket@@@8 @3172 NONAME
    ??_R0?AVPStandardColourConverter@@@8 @3173 NONAME
    ??_R0?AVPString@@@8 @3174 NONAME
    ??_R0?AVPStringArray@@@8 @3175 NONAME
    ??_R0?AVPStringList@@@8 @3176 NONAME
    ??_R0?AVPStringSet@@@8 @3177 NONAME
    ??_R0?AVPStringStream@@@8 @3178 NONAME
    ??_R0?AVPStringToOrdinal@@@8 @3179 NONAME
    ??_R0?AVPStringToString@@@8 @3180 NONAME
    ??_R0?AVPStructuredFile@@@8 @3181 NONAME
    ??_R0?AVPSyncPoint@@@8 @3182 NONAME
    ??_R0?AVPSynonymColour@@@8 @3183 NONAME
    ??_R0?AVPSynonymColourRegistration@@@8 @3184 NONAME
    ??_R0?AVPSystemLog@@@8 @3185 NONAME
    ??_R0?AVPTCPSocket@@@8 @3186 NONAME
    ??_R0?AVPTextFile@@@8 @3187 NONAME
    ??_R0?AVPThread@@@8 @3188 NONAME
    ??_R0?AVPTime@@@8 @3189 NONAME
    ??_R0?AVPTimeInterval@@@8 @3190 NONAME
    ??_R0?AVPTimer@@@8 @3191 NONAME
    ??_R0?AVPTimerList@@@8 @3192 NONAME
    ??_R0?AVPUDPSocket@@@8 @3193 NONAME
    ??_R0?AVPVideoChannel@@@8 @3194 NONAME
    ??_R0?AVPVideoDevice@@@8 @3195 NONAME
    ??_R0?AVPVideoDeviceBitmap@@@8 @3196 NONAME
    ??_R0?AVPVideoInputDevice@@@8 @3197 NONAME
    ??_R0?AVPVideoInputDevice_FakeVideo@@@8 @3198 NONAME
    ??_R0?AVPVideoInputDevice_VideoForWindows@@@8 @3199 NONAME
    ??_R0?AVPVideoOutputDevice@@@8 @3201 NONAME
    ??_R0?AVPVideoOutputDeviceRGB@@@8 @6272 NONAME
    ??_R0?AVPVideoOutputDevice_NULLOutput@@@8 @3202 NONAME
    ??_R0?AVPVideoOutputDevice_Window@@@8 @6273 NONAME
    ??_R0?AVPVideoOutputDevice_Window_PluginServiceDescriptor@@@8 @6274 NONAME
    ??_R0?AVPWaveBuffer@@@8 @3203 NONAME
    ??_R0?AVPWaveFormat@@@8 @3204 NONAME
    ??_R0?AVPWin32PacketBuffer@@@8 @3205 NONAME
    ??_R0?AVPWin32PacketDriver@@@8 @3206 NONAME
    ??_R0?AVPWin32PacketSYS@@@8 @3207 NONAME
    ??_R0?AVPWin32PacketVxD@@@8 @3208 NONAME
    ??_R0?AVPWin32SnmpLibrary@@@8 @3209 NONAME
    ??_R0?AVPWinQoS@@@8 @3210 NONAME
    ??_R0?AVPWinSock@@@8 @3211 NONAME
    ??_R0?AVP_BGR24_RGB24@@@8 @6275 NONAME
    ??_R0?AVP_BGR24_RGB24_Registration@@@8 @6276 NONAME
    ??_R0?AVP_BGR24_RGB32@@@8 @6277 NONAME
    ??_R0?AVP_BGR24_RGB32_Registration@@@8 @6278 NONAME
    ??_R0?AVP_BGR24_YUV420P@@@8 @3212 NONAME
    ??_R0?AVP_BGR24_YUV420P_Registration@@@8 @3213 NONAME
    ??_R0?AVP_BGR32_RGB24@@@8 @6279 NONAME
    ??_R0?AVP_BGR32_RGB24_Registration@@@8 @6280 NONAME
    ??_R0?AVP_BGR32_RGB32@@@8 @6281 NONAME
    ??_R0?AVP_BGR32_RGB32_Registration@@@8 @6282 NONAME
    ??_R0?AVP_BGR32_YUV420P@@@8 @3214 NONAME
    ??_R0?AVP_BGR32_YUV420P_Registration@@@8 @3215 NONAME
    ??_R0?AVP_Grey_YUV420P@@@8 @3218 NONAME
    ??_R0?AVP_Grey_YUV420P_Registration@@@8 @3219 NONAME
    ??_R0?AVP_RGB24_BGR24@@@8 @6283 NONAME
    ??_R0?AVP_RGB24_BGR24_Registration@@@8 @6284 NONAME
    ??_R0?AVP_RGB24_BGR32@@@8 @6285 NONAME
    ??_R0?AVP_RGB24_BGR32_Registration@@@8 @6286 NONAME
    ??_R0?AVP_RGB24_RGB32@@@8 @3222 NONAME
    ??_R0?AVP_RGB24_RGB32_Registration@@@8 @3223 NONAME
    ??_R0?AVP_RGB24_YUV420P@@@8 @3224 NONAME
    ??_R0?AVP_RGB24_YUV420P_Registration@@@8 @3225 NONAME
    ??_R0?AVP_RGB32_BGR24@@@8 @6287 NONAME
    ??_R0?AVP_RGB32_BGR24_Registration@@@8 @6288 NONAME
    ??_R0?AVP_RGB32_BGR32@@@8 @6289 NONAME
    ??_R0?AVP_RGB32_BGR32_Registration@@@8 @6290 NONAME
    ??_R0?AVP_RGB32_RGB24@@@8 @3228 NONAME
    ??_R0?AVP_RGB32_RGB24_Registration@@@8 @3229 NONAME
    ??_R0?AVP_RGB32_YUV420P@@@8 @3230 NONAME
    ??_R0?AVP_RGB32_YUV420P_Registration@@@8 @3231 NONAME
    ??_R0?AVP_SBGGR8_RGB24@@@8 @6142 NONAME
    ??_R0?AVP_SBGGR8_RGB24_Registration@@@8 @6143 NONAME
    ??_R0?AVP_SBGGR8_YUV420P@@@8 @6291 NONAME
    ??_R0?AVP_SBGGR8_YUV420P_Registration@@@8 @6292 NONAME
    ??_R0?AVP_UYV444_YUV420P@@@8 @3232 NONAME
    ??_R0?AVP_UYV444_YUV420P_Registration@@@8 @3233 NONAME
    ??_R0?AVP_UYVY422_YUV420P@@@8 @3234 NONAME
    ??_R0?AVP_UYVY422_YUV420P_Registration@@@8 @3235 NONAME
    ??_R0?AVP_YUV411P_YUV420P@@@8 @3236 NONAME
    ??_R0?AVP_YUV411P_YUV420P_Registration@@@8 @3237 NONAME
    ??_R0?AVP_YUV420P_BGR24@@@8 @3238 NONAME
    ??_R0?AVP_YUV420P_BGR24_Registration@@@8 @3241 NONAME
    ??_R0?AVP_YUV420P_BGR32@@@8 @3242 NONAME
    ??_R0?AVP_YUV420P_BGR32_Registration@@@8 @3243 NONAME
    ??_R0?AVP_YUV420P_RGB24@@@8 @3244 NONAME
    ??_R0?AVP_YUV420P_RGB24_Registration@@@8 @3247 NONAME
    ??_R0?AVP_YUV420P_RGB32@@@8 @3248 NONAME
    ??_R0?AVP_YUV420P_RGB32_Registration@@@8 @3251 NONAME
    ??_R0?AVP_YUV420P_YUV411P@@@8 @3252 NONAME
    ??_R0?AVP_YUV420P_YUV411P_Registration@@@8 @3253 NONAME
    ??_R0?AVP_YUV422_YUV420P@@@8 @3254 NONAME
    ??_R0?AVP_YUV422_YUV420P_Registration@@@8 @3255 NONAME
    ??_R0?AVP_YUV422_YUV422@@@8 @3256 NONAME
    ??_R0?AVP_YUV422_YUV422_Registration@@@8 @3257 NONAME
    ??_R0?AVRouteEntry@PIPSocket@@@8 @3258 NONAME
    ??_R0?AVSelectList@PSocket@@@8 @3259 NONAME
    ??_R0?AVServiceManager@@@8 @3260 NONAME
    ??_R0?AVstreambuf@@@8 @3261 NONAME
    ??_R0?AVTable@PHashTable@@@8 @3262 NONAME
    ??_R0?AVWin95_ServiceManager@@@8 @3263 NONAME
    ??_R0?AVWinSNMPLoader@@@8 @5439 NONAME
    ??_R0?AVWorker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@@8 @5928 NONAME
    ??_R0?AVWorker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@@8 @5929 NONAME
    ??_R0?AVWorker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@@8 @5930 NONAME
    ??_R0?AVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@8 @5931 NONAME
    ??_R0?AVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@8 @5675 NONAME
    ??_R0?AVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@8 @5932 NONAME
    ??_R0?AVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@8 @5933 NONAME
    ??_R0?AVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@8 @5934 NONAME
    ??_R13?0A@A@iostream@@8 @3264 NONAME
    ??_R13?0A@A@istream@@8 @3265 NONAME
    ??_R1A@33BA@ios@@8 @3266 NONAME
    ??_R1A@?0A@8?$PBaseArray@E@@8 @3267 NONAME
    ??_R1A@?0A@8?$PDictionary@VPCaselessString@@VPIPCacheData@@@@8 @3268 NONAME
    ??_R1A@?0A@8?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@8 @3269 NONAME
    ??_R1A@?0A@8?$PList@VPTimer@@@@8 @3270 NONAME
    ??_R1A@?0A@8PAbstractArray@@8 @3271 NONAME
    ??_R1A@?0A@8PAbstractDictionary@@8 @3272 NONAME
    ??_R1A@?0A@8PAbstractList@@8 @3273 NONAME
    ??_R1A@?0A@8PBYTEArray@@8 @3274 NONAME
    ??_R1A@?0A@8PCollection@@8 @3275 NONAME
    ??_R1A@?0A@8PContainer@@8 @3276 NONAME
    ??_R1A@?0A@8PFactoryBase@@8 @5676 NONAME
    ??_R1A@?0A@8PHashTable@@8 @3277 NONAME
    ??_R1A@?0A@8PObject@@8 @3278 NONAME
    ??_R1A@?0A@8WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5935 NONAME
    ??_R1A@?0A@8WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@8 @5677 NONAME
    ??_R1A@?0A@A@?$PArray@VPString@@@@8 @3279 NONAME
    ??_R1A@?0A@A@?$PArray@VPWaveBuffer@@@@8 @3280 NONAME
    ??_R1A@?0A@A@?$PArray@VPWin32PacketBuffer@@@@8 @3281 NONAME
    ??_R1A@?0A@A@?$PBaseArray@D@@8 @3282 NONAME
    ??_R1A@?0A@A@?$PBaseArray@E@@8 @3283 NONAME
    ??_R1A@?0A@A@?$PBaseArray@F@@8 @3284 NONAME
    ??_R1A@?0A@A@?$PBaseArray@G@@8 @3285 NONAME
    ??_R1A@?0A@A@?$PBaseArray@H@@8 @3286 NONAME
    ??_R1A@?0A@A@?$PBaseArray@I@@8 @3287 NONAME
    ??_R1A@?0A@A@?$PBaseArray@J@@8 @3288 NONAME
    ??_R1A@?0A@A@?$PBaseArray@K@@8 @3289 NONAME
    ??_R1A@?0A@A@?$PBaseArray@PAVElement@PHashTable@@@@8 @3290 NONAME
    ??_R1A@?0A@A@?$PBaseArray@PAVPObject@@@@8 @3291 NONAME
    ??_R1A@?0A@A@?$PDevicePluginAdapter@VPSoundChannel@@@@8 @5936 NONAME
    ??_R1A@?0A@A@?$PDevicePluginAdapter@VPVideoInputDevice@@@@8 @5937 NONAME
    ??_R1A@?0A@A@?$PDevicePluginAdapter@VPVideoOutputDevice@@@@8 @5938 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@8 @3292 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@8 @3293 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@8 @3294 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPPointer@@@@8 @4797 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPThread@@@@8 @3295 NONAME
    ??_R1A@?0A@A@?$PDictionary@VPString@@VPDynaLink@@@@8 @4732 NONAME
    ??_R1A@?0A@A@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5939 NONAME
    ??_R1A@?0A@A@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @5678 NONAME
    ??_R1A@?0A@A@?$PFactory@VPProcessStartup@@VPString@@@@8 @5679 NONAME
    ??_R1A@?0A@A@?$PFactory@VPSoundChannel@@VPString@@@@8 @5940 NONAME
    ??_R1A@?0A@A@?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5941 NONAME
    ??_R1A@?0A@A@?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5942 NONAME
    ??_R1A@?0A@A@?$PList@VInterfaceEntry@PIPSocket@@@@8 @6293 NONAME
    ??_R1A@?0A@A@?$PList@VPDynaLink@@@@8 @3296 NONAME
    ??_R1A@?0A@A@?$PList@VPNotifier@@@@8 @3297 NONAME
    ??_R1A@?0A@A@?$PList@VPPluginService@@@@8 @3298 NONAME
    ??_R1A@?0A@A@?$PList@VPSafeObject@@@@8 @5943 NONAME
    ??_R1A@?0A@A@?$PList@VPSocket@@@@8 @3299 NONAME
    ??_R1A@?0A@A@?$PList@VPString@@@@8 @3300 NONAME
    ??_R1A@?0A@A@?$PList@VPThread@@@@8 @3301 NONAME
    ??_R1A@?0A@A@?$PList@VPTimer@@@@8 @3302 NONAME
    ??_R1A@?0A@A@?$POrdinalDictionary@VPString@@@@8 @3303 NONAME
    ??_R1A@?0A@A@?$PScalarArray@F@@8 @3304 NONAME
    ??_R1A@?0A@A@?$PScalarArray@G@@8 @3305 NONAME
    ??_R1A@?0A@A@?$PScalarArray@H@@8 @3306 NONAME
    ??_R1A@?0A@A@?$PScalarArray@I@@8 @3307 NONAME
    ??_R1A@?0A@A@?$PScalarArray@J@@8 @3308 NONAME
    ??_R1A@?0A@A@?$PScalarArray@K@@8 @3309 NONAME
    ??_R1A@?0A@A@?$PSet@VPString@@@@8 @3310 NONAME
    ??_R1A@?0A@A@?$PSortedList@VPString@@@@8 @3311 NONAME
    ??_R1A@?0A@A@?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@8 @6294 NONAME
    ??_R1A@?0A@A@?$PStringDictionary@VPOrdinalKey@@@@8 @3312 NONAME
    ??_R1A@?0A@A@?$PStringDictionary@VPString@@@@8 @3313 NONAME
    ??_R1A@?0A@A@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@8 @6295 NONAME
    ??_R1A@?0A@A@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@8 @6296 NONAME
    ??_R1A@?0A@A@?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@8 @6297 NONAME
    ??_R1A@?0A@A@?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5944 NONAME
    ??_R1A@?0A@A@?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5945 NONAME
    ??_R1A@?0A@A@?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5946 NONAME
    ??_R1A@?0A@A@?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5680 NONAME
    ??_R1A@?0A@A@?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5681 NONAME
    ??_R1A@?0A@A@Address@PIPSocket@@8 @3314 NONAME
    ??_R1A@?0A@A@Buffer@PDebugStream@@8 @3315 NONAME
    ??_R1A@?0A@A@Buffer@PStringStream@@8 @3316 NONAME
    ??_R1A@?0A@A@Buffer@PSystemLog@@8 @3317 NONAME
    ??_R1A@?0A@A@CMCDLL@PMail@@8 @3318 NONAME
    ??_R1A@?0A@A@DeleteObjectsTimeout_PNotifier@PSafeCollection@@8 @3319 NONAME
    ??_R1A@?0A@A@HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@8 @6298 NONAME
    ??_R1A@?0A@A@HandleDisplay_PNotifier@PVideoOutputDevice_Window@@8 @6299 NONAME
    ??_R1A@?0A@A@HouseKeepingThread@PProcess@@8 @3320 NONAME
    ??_R1A@?0A@A@InterfaceEntry@PIPSocket@@8 @3321 NONAME
    ??_R1A@?0A@A@MAPIDLL@PMail@@8 @3322 NONAME
    ??_R1A@?0A@A@Nest@PReadWriteMutex@@8 @3323 NONAME
    ??_R1A@?0A@A@NT_ServiceManager@@8 @3324 NONAME
    ??_R1A@?0A@A@ofstream@@8 @3325 NONAME
    ??_R1A@?0A@A@ostream@@8 @3326 NONAME
    ??_R1A@?0A@A@PAbstractArray@@8 @3327 NONAME
    ??_R1A@?0A@A@PAbstractDictionary@@8 @3328 NONAME
    ??_R1A@?0A@A@PAbstractList@@8 @3329 NONAME
    ??_R1A@?0A@A@PAbstractSet@@8 @3330 NONAME
    ??_R1A@?0A@A@PAbstractSortedList@@8 @3331 NONAME
    ??_R1A@?0A@A@PArgList@@8 @3332 NONAME
    ??_R1A@?0A@A@PArrayObjects@@8 @3333 NONAME
    ??_R1A@?0A@A@PBitArray@@8 @3334 NONAME
    ??_R1A@?0A@A@PBYTEArray@@8 @3335 NONAME
    ??_R1A@?0A@A@PCaselessString@@8 @3336 NONAME
    ??_R1A@?0A@A@PChannel@@8 @3337 NONAME
    ??_R1A@?0A@A@PChannelStreamBuffer@@8 @3338 NONAME
    ??_R1A@?0A@A@PCharArray@@8 @3339 NONAME
    ??_R1A@?0A@A@PCollection@@8 @3340 NONAME
    ??_R1A@?0A@A@PColourConverter@@8 @3341 NONAME
    ??_R1A@?0A@A@PColourConverterRegistration@@8 @3342 NONAME
    ??_R1A@?0A@A@PCondMutex@@8 @3343 NONAME
    ??_R1A@?0A@A@PConfig@@8 @3344 NONAME
    ??_R1A@?0A@A@PConfigArgs@@8 @3345 NONAME
    ??_R1A@?0A@A@PConsoleChannel@@8 @3346 NONAME
    ??_R1A@?0A@A@PContainer@@8 @3347 NONAME
    ??_R1A@?0A@A@PCriticalSection@@8 @4626 NONAME
    ??_R1A@?0A@A@PDebugStream@@8 @3348 NONAME
    ??_R1A@?0A@A@PDevicePluginAdapterBase@@8 @5947 NONAME
    ??_R1A@?0A@A@PDevicePluginServiceDescriptor@@8 @6300 NONAME
    ??_R1A@?0A@A@PDirectory@@8 @3349 NONAME
    ??_R1A@?0A@A@PDynaLink@@8 @3350 NONAME
    ??_R1A@?0A@A@PEthSocket@@8 @3351 NONAME
    ??_R1A@?0A@A@PFactoryBase@@8 @5682 NONAME
    ??_R1A@?0A@A@PFile@@8 @3352 NONAME
    ??_R1A@?0A@A@PFileInfo@@8 @3353 NONAME
    ??_R1A@?0A@A@PFilePath@@8 @3354 NONAME
    ??_R1A@?0A@A@PHashTable@@8 @3355 NONAME
    ??_R1A@?0A@A@PHostByAddr@@8 @3356 NONAME
    ??_R1A@?0A@A@PHostByName@@8 @3357 NONAME
    ??_R1A@?0A@A@PICMPDLL@@8 @3358 NONAME
    ??_R1A@?0A@A@PICMPSocket@@8 @3359 NONAME
    ??_R1A@?0A@A@PImageDLL@@8 @3360 NONAME
    ??_R1A@?0A@A@PIndirectChannel@@8 @3361 NONAME
    ??_R1A@?0A@A@PIntCondMutex@@8 @3362 NONAME
    ??_R1A@?0A@A@PIPCacheData@@8 @3363 NONAME
    ??_R1A@?0A@A@PIPCacheKey@@8 @3364 NONAME
    ??_R1A@?0A@A@PIPDatagramSocket@@8 @3365 NONAME
    ??_R1A@?0A@A@PIPSocket@@8 @3366 NONAME
    ??_R1A@?0A@A@PIPXSocket@@8 @3367 NONAME
    ??_R1A@?0A@A@PluginLoaderStartup@@8 @4878 NONAME
    ??_R1A@?0A@A@PMail@@8 @3368 NONAME
    ??_R1A@?0A@A@PMutex@@8 @3369 NONAME
    ??_R1A@?0A@A@PNotifier@@8 @3370 NONAME
    ??_R1A@?0A@A@PNotifierFunction@@8 @3371 NONAME
    ??_R1A@?0A@A@PObject@@8 @3372 NONAME
    ??_R1A@?0A@A@POrdinalKey@@8 @3373 NONAME
    ??_R1A@?0A@A@POrdinalToString@@8 @3374 NONAME
    ??_R1A@?0A@A@PPipeChannel@@8 @3375 NONAME
    ??_R1A@?0A@A@PPluginManager@@8 @3376 NONAME
    ??_R1A@?0A@A@PPluginModuleManager@@8 @4734 NONAME
    ??_R1A@?0A@A@PPluginService@@8 @3377 NONAME
    ??_R1A@?0A@A@PPluginServiceDescriptor@@8 @6301 NONAME
    ??_R1A@?0A@A@PPointer@@8 @4798 NONAME
    ??_R1A@?0A@A@PProcess@@8 @3378 NONAME
    ??_R1A@?0A@A@PProcessStartup@@8 @4879 NONAME
    ??_R1A@?0A@A@PQoS@@8 @3379 NONAME
    ??_R1A@?0A@A@PRASDLL@@8 @3380 NONAME
    ??_R1A@?0A@A@PReadWriteMutex@@8 @3381 NONAME
    ??_R1A@?0A@A@PRegularExpression@@8 @3382 NONAME
    ??_R1A@?0A@A@PRemoteConnection@@8 @3383 NONAME
    ??_R1A@?0A@A@PSafeCollection@@8 @3384 NONAME
    ??_R1A@?0A@A@PSafeObject@@8 @3385 NONAME
    ??_R1A@?0A@A@PSafePtrBase@@8 @3386 NONAME
    ??_R1A@?0A@A@PSemaphore@@8 @3387 NONAME
    ??_R1A@?0A@A@PSerialChannel@@8 @3388 NONAME
    ??_R1A@?0A@A@PServiceProcess@@8 @3389 NONAME
    ??_R1A@?0A@A@PSimpleThread@@8 @3390 NONAME
    ??_R1A@?0A@A@PSmartObject@@8 @3391 NONAME
    ??_R1A@?0A@A@PSmartPointer@@8 @3392 NONAME
    ??_R1A@?0A@A@PSmartPtrInspector@@8 @4799 NONAME
    ??_R1A@?0A@A@PSocket@@8 @3393 NONAME
    ??_R1A@?0A@A@PSortedStringList@@8 @3394 NONAME
    ??_R1A@?0A@A@PSound@@8 @3395 NONAME
    ??_R1A@?0A@A@PSoundChannel@@8 @3396 NONAME
    ??_R1A@?0A@A@PSoundChannelWin32@@8 @3397 NONAME
    ??_R1A@?0A@A@PSPXSocket@@8 @3398 NONAME
    ??_R1A@?0A@A@PStandardColourConverter@@8 @3399 NONAME
    ??_R1A@?0A@A@PString@@8 @3400 NONAME
    ??_R1A@?0A@A@PStringArray@@8 @3401 NONAME
    ??_R1A@?0A@A@PStringList@@8 @3402 NONAME
    ??_R1A@?0A@A@PStringSet@@8 @3403 NONAME
    ??_R1A@?0A@A@PStringStream@@8 @3404 NONAME
    ??_R1A@?0A@A@PStringToOrdinal@@8 @3405 NONAME
    ??_R1A@?0A@A@PStringToString@@8 @3406 NONAME
    ??_R1A@?0A@A@PStructuredFile@@8 @3407 NONAME
    ??_R1A@?0A@A@PSyncPoint@@8 @3408 NONAME
    ??_R1A@?0A@A@PSynonymColour@@8 @3409 NONAME
    ??_R1A@?0A@A@PSynonymColourRegistration@@8 @3410 NONAME
    ??_R1A@?0A@A@PSystemLog@@8 @3411 NONAME
    ??_R1A@?0A@A@PTCPSocket@@8 @3412 NONAME
    ??_R1A@?0A@A@PTextFile@@8 @3413 NONAME
    ??_R1A@?0A@A@PThread@@8 @3414 NONAME
    ??_R1A@?0A@A@PTime@@8 @3415 NONAME
    ??_R1A@?0A@A@PTimeInterval@@8 @3416 NONAME
    ??_R1A@?0A@A@PTimer@@8 @3417 NONAME
    ??_R1A@?0A@A@PTimerList@@8 @3418 NONAME
    ??_R1A@?0A@A@PUDPSocket@@8 @3419 NONAME
    ??_R1A@?0A@A@PVideoChannel@@8 @3420 NONAME
    ??_R1A@?0A@A@PVideoDevice@@8 @3421 NONAME
    ??_R1A@?0A@A@PVideoDeviceBitmap@@8 @3422 NONAME
    ??_R1A@?0A@A@PVideoInputDevice@@8 @3423 NONAME
    ??_R1A@?0A@A@PVideoInputDevice_FakeVideo@@8 @3424 NONAME
    ??_R1A@?0A@A@PVideoInputDevice_VideoForWindows@@8 @3425 NONAME
    ??_R1A@?0A@A@PVideoOutputDevice@@8 @3427 NONAME
    ??_R1A@?0A@A@PVideoOutputDeviceRGB@@8 @6302 NONAME
    ??_R1A@?0A@A@PVideoOutputDevice_NULLOutput@@8 @3428 NONAME
    ??_R1A@?0A@A@PVideoOutputDevice_Window@@8 @6303 NONAME
    ??_R1A@?0A@A@PVideoOutputDevice_Window_PluginServiceDescriptor@@8 @6304 NONAME
    ??_R1A@?0A@A@PWaveBuffer@@8 @3429 NONAME
    ??_R1A@?0A@A@PWaveFormat@@8 @3430 NONAME
    ??_R1A@?0A@A@PWin32PacketBuffer@@8 @3431 NONAME
    ??_R1A@?0A@A@PWin32PacketDriver@@8 @3432 NONAME
    ??_R1A@?0A@A@PWin32PacketSYS@@8 @3433 NONAME
    ??_R1A@?0A@A@PWin32PacketVxD@@8 @3434 NONAME
    ??_R1A@?0A@A@PWin32SnmpLibrary@@8 @3435 NONAME
    ??_R1A@?0A@A@PWinQoS@@8 @3436 NONAME
    ??_R1A@?0A@A@PWinSock@@8 @3437 NONAME
    ??_R1A@?0A@A@P_BGR24_RGB24@@8 @6305 NONAME
    ??_R1A@?0A@A@P_BGR24_RGB24_Registration@@8 @6306 NONAME
    ??_R1A@?0A@A@P_BGR24_RGB32@@8 @6307 NONAME
    ??_R1A@?0A@A@P_BGR24_RGB32_Registration@@8 @6308 NONAME
    ??_R1A@?0A@A@P_BGR24_YUV420P@@8 @3438 NONAME
    ??_R1A@?0A@A@P_BGR24_YUV420P_Registration@@8 @3439 NONAME
    ??_R1A@?0A@A@P_BGR32_RGB24@@8 @6309 NONAME
    ??_R1A@?0A@A@P_BGR32_RGB24_Registration@@8 @6310 NONAME
    ??_R1A@?0A@A@P_BGR32_RGB32@@8 @6311 NONAME
    ??_R1A@?0A@A@P_BGR32_RGB32_Registration@@8 @6312 NONAME
    ??_R1A@?0A@A@P_BGR32_YUV420P@@8 @3440 NONAME
    ??_R1A@?0A@A@P_BGR32_YUV420P_Registration@@8 @3441 NONAME
    ??_R1A@?0A@A@P_Grey_YUV420P@@8 @3444 NONAME
    ??_R1A@?0A@A@P_Grey_YUV420P_Registration@@8 @3445 NONAME
    ??_R1A@?0A@A@P_RGB24_BGR24@@8 @6313 NONAME
    ??_R1A@?0A@A@P_RGB24_BGR24_Registration@@8 @6314 NONAME
    ??_R1A@?0A@A@P_RGB24_BGR32@@8 @6315 NONAME
    ??_R1A@?0A@A@P_RGB24_BGR32_Registration@@8 @6316 NONAME
    ??_R1A@?0A@A@P_RGB24_RGB32@@8 @3448 NONAME
    ??_R1A@?0A@A@P_RGB24_RGB32_Registration@@8 @3449 NONAME
    ??_R1A@?0A@A@P_RGB24_YUV420P@@8 @3450 NONAME
    ??_R1A@?0A@A@P_RGB24_YUV420P_Registration@@8 @3451 NONAME
    ??_R1A@?0A@A@P_RGB32_BGR24@@8 @6317 NONAME
    ??_R1A@?0A@A@P_RGB32_BGR24_Registration@@8 @6318 NONAME
    ??_R1A@?0A@A@P_RGB32_BGR32@@8 @6319 NONAME
    ??_R1A@?0A@A@P_RGB32_BGR32_Registration@@8 @6320 NONAME
    ??_R1A@?0A@A@P_RGB32_RGB24@@8 @3454 NONAME
    ??_R1A@?0A@A@P_RGB32_RGB24_Registration@@8 @3455 NONAME
    ??_R1A@?0A@A@P_RGB32_YUV420P@@8 @3456 NONAME
    ??_R1A@?0A@A@P_RGB32_YUV420P_Registration@@8 @3457 NONAME
    ??_R1A@?0A@A@P_SBGGR8_RGB24@@8 @6144 NONAME
    ??_R1A@?0A@A@P_SBGGR8_RGB24_Registration@@8 @6145 NONAME
    ??_R1A@?0A@A@P_SBGGR8_YUV420P@@8 @6321 NONAME
    ??_R1A@?0A@A@P_SBGGR8_YUV420P_Registration@@8 @6322 NONAME
    ??_R1A@?0A@A@P_UYV444_YUV420P@@8 @3458 NONAME
    ??_R1A@?0A@A@P_UYV444_YUV420P_Registration@@8 @3459 NONAME
    ??_R1A@?0A@A@P_UYVY422_YUV420P@@8 @3460 NONAME
    ??_R1A@?0A@A@P_UYVY422_YUV420P_Registration@@8 @3461 NONAME
    ??_R1A@?0A@A@P_YUV411P_YUV420P@@8 @3462 NONAME
    ??_R1A@?0A@A@P_YUV411P_YUV420P_Registration@@8 @3463 NONAME
    ??_R1A@?0A@A@P_YUV420P_BGR24@@8 @3464 NONAME
    ??_R1A@?0A@A@P_YUV420P_BGR24_Registration@@8 @3467 NONAME
    ??_R1A@?0A@A@P_YUV420P_BGR32@@8 @3468 NONAME
    ??_R1A@?0A@A@P_YUV420P_BGR32_Registration@@8 @3469 NONAME
    ??_R1A@?0A@A@P_YUV420P_RGB24@@8 @3470 NONAME
    ??_R1A@?0A@A@P_YUV420P_RGB24_Registration@@8 @3473 NONAME
    ??_R1A@?0A@A@P_YUV420P_RGB32@@8 @3474 NONAME
    ??_R1A@?0A@A@P_YUV420P_RGB32_Registration@@8 @3477 NONAME
    ??_R1A@?0A@A@P_YUV420P_YUV411P@@8 @3478 NONAME
    ??_R1A@?0A@A@P_YUV420P_YUV411P_Registration@@8 @3479 NONAME
    ??_R1A@?0A@A@P_YUV422_YUV420P@@8 @3480 NONAME
    ??_R1A@?0A@A@P_YUV422_YUV420P_Registration@@8 @3481 NONAME
    ??_R1A@?0A@A@P_YUV422_YUV422@@8 @3482 NONAME
    ??_R1A@?0A@A@P_YUV422_YUV422_Registration@@8 @3483 NONAME
    ??_R1A@?0A@A@RouteEntry@PIPSocket@@8 @3484 NONAME
    ??_R1A@?0A@A@SelectList@PSocket@@8 @3485 NONAME
    ??_R1A@?0A@A@ServiceManager@@8 @3486 NONAME
    ??_R1A@?0A@A@streambuf@@8 @3487 NONAME
    ??_R1A@?0A@A@Table@PHashTable@@8 @3488 NONAME
    ??_R1A@?0A@A@Win95_ServiceManager@@8 @3489 NONAME
    ??_R1A@?0A@A@WinSNMPLoader@@8 @5440 NONAME
    ??_R1A@?0A@A@Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@8 @5948 NONAME
    ??_R1A@?0A@A@Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@8 @5949 NONAME
    ??_R1A@?0A@A@Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@8 @5950 NONAME
    ??_R1A@?0A@A@WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5951 NONAME
    ??_R1A@?0A@A@WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@8 @5683 NONAME
    ??_R1A@?0A@A@WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@8 @5952 NONAME
    ??_R1A@?0A@A@WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5953 NONAME
    ??_R1A@?0A@A@WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5954 NONAME
    ??_R1A@A@3BA@ios@@8 @3490 NONAME
    ??_R1A@BE@3BA@ios@@8 @3491 NONAME
    ??_R1BA@?0A@A@ostream@@8 @3492 NONAME
    ??_R1BE@?0A@A@iostream@@8 @3493 NONAME
    ??_R1BE@?0A@A@istream@@8 @3494 NONAME
    ??_R1CA@?0A@A@ostream@@8 @3495 NONAME
    ??_R2?$PArray@VPString@@@@8 @3496 NONAME
    ??_R2?$PArray@VPWaveBuffer@@@@8 @3497 NONAME
    ??_R2?$PArray@VPWin32PacketBuffer@@@@8 @3498 NONAME
    ??_R2?$PBaseArray@D@@8 @3499 NONAME
    ??_R2?$PBaseArray@E@@8 @3500 NONAME
    ??_R2?$PBaseArray@F@@8 @3501 NONAME
    ??_R2?$PBaseArray@G@@8 @3502 NONAME
    ??_R2?$PBaseArray@H@@8 @3503 NONAME
    ??_R2?$PBaseArray@I@@8 @3504 NONAME
    ??_R2?$PBaseArray@J@@8 @3505 NONAME
    ??_R2?$PBaseArray@K@@8 @3506 NONAME
    ??_R2?$PBaseArray@PAVPObject@@@@8 @3507 NONAME
    ??_R2?$PDevicePluginAdapter@VPSoundChannel@@@@8 @5955 NONAME
    ??_R2?$PDevicePluginAdapter@VPVideoInputDevice@@@@8 @5956 NONAME
    ??_R2?$PDevicePluginAdapter@VPVideoOutputDevice@@@@8 @5957 NONAME
    ??_R2?$PDictionary@VPCaselessString@@VPIPCacheData@@@@8 @3508 NONAME
    ??_R2?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@8 @3509 NONAME
    ??_R2?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@8 @3510 NONAME
    ??_R2?$PDictionary@VPOrdinalKey@@VPPointer@@@@8 @4800 NONAME
    ??_R2?$PDictionary@VPOrdinalKey@@VPThread@@@@8 @3511 NONAME
    ??_R2?$PDictionary@VPString@@VPDynaLink@@@@8 @4735 NONAME
    ??_R2?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5958 NONAME
    ??_R2?$PFactory@VPPluginModuleManager@@VPString@@@@8 @5684 NONAME
    ??_R2?$PFactory@VPProcessStartup@@VPString@@@@8 @5685 NONAME
    ??_R2?$PFactory@VPSoundChannel@@VPString@@@@8 @5959 NONAME
    ??_R2?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5960 NONAME
    ??_R2?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5961 NONAME
    ??_R2?$PList@VInterfaceEntry@PIPSocket@@@@8 @6323 NONAME
    ??_R2?$PList@VPDynaLink@@@@8 @3512 NONAME
    ??_R2?$PList@VPNotifier@@@@8 @3513 NONAME
    ??_R2?$PList@VPPluginService@@@@8 @3514 NONAME
    ??_R2?$PList@VPSafeObject@@@@8 @5962 NONAME
    ??_R2?$PList@VPSocket@@@@8 @3515 NONAME
    ??_R2?$PList@VPString@@@@8 @5120 NONAME
    ??_R2?$PList@VPThread@@@@8 @3517 NONAME
    ??_R2?$PList@VPTimer@@@@8 @3518 NONAME
    ??_R2?$PScalarArray@F@@8 @3519 NONAME
    ??_R2?$PScalarArray@G@@8 @3520 NONAME
    ??_R2?$PScalarArray@H@@8 @3521 NONAME
    ??_R2?$PScalarArray@I@@8 @3522 NONAME
    ??_R2?$PScalarArray@J@@8 @3523 NONAME
    ??_R2?$PScalarArray@K@@8 @3524 NONAME
    ??_R2?$PSet@VPString@@@@8 @3525 NONAME
    ??_R2?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@8 @6324 NONAME
    ??_R2?$PStringDictionary@VPString@@@@8 @6325 NONAME
    ??_R2?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@8 @6326 NONAME
    ??_R2?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@8 @6327 NONAME
    ??_R2?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@8 @6328 NONAME
    ??_R2?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5963 NONAME
    ??_R2?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5964 NONAME
    ??_R2?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5965 NONAME
    ??_R2?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5686 NONAME
    ??_R2?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5687 NONAME
    ??_R2Address@PIPSocket@@8 @3527 NONAME
    ??_R2Buffer@PDebugStream@@8 @3528 NONAME
    ??_R2Buffer@PStringStream@@8 @3529 NONAME
    ??_R2Buffer@PSystemLog@@8 @3530 NONAME
    ??_R2CMCDLL@PMail@@8 @3531 NONAME
    ??_R2DeleteObjectsTimeout_PNotifier@PSafeCollection@@8 @3532 NONAME
    ??_R2HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@8 @6329 NONAME
    ??_R2HandleDisplay_PNotifier@PVideoOutputDevice_Window@@8 @6330 NONAME
    ??_R2HouseKeepingThread@PProcess@@8 @3533 NONAME
    ??_R2InterfaceEntry@PIPSocket@@8 @3534 NONAME
    ??_R2MAPIDLL@PMail@@8 @3535 NONAME
    ??_R2Nest@PReadWriteMutex@@8 @3536 NONAME
    ??_R2NT_ServiceManager@@8 @3537 NONAME
    ??_R2ofstream@@8 @3538 NONAME
    ??_R2PAbstractArray@@8 @3539 NONAME
    ??_R2PAbstractDictionary@@8 @3540 NONAME
    ??_R2PAbstractList@@8 @3541 NONAME
    ??_R2PAbstractSet@@8 @3542 NONAME
    ??_R2PAbstractSortedList@@8 @3543 NONAME
    ??_R2PArgList@@8 @3544 NONAME
    ??_R2PArrayObjects@@8 @3545 NONAME
    ??_R2PBitArray@@8 @3546 NONAME
    ??_R2PBYTEArray@@8 @3547 NONAME
    ??_R2PCaselessString@@8 @3548 NONAME
    ??_R2PChannel@@8 @3549 NONAME
    ??_R2PChannelStreamBuffer@@8 @3550 NONAME
    ??_R2PCharArray@@8 @3551 NONAME
    ??_R2PCollection@@8 @3552 NONAME
    ??_R2PColourConverter@@8 @3553 NONAME
    ??_R2PColourConverterRegistration@@8 @3554 NONAME
    ??_R2PCondMutex@@8 @5125 NONAME
    ??_R2PConfig@@8 @3555 NONAME
    ??_R2PConfigArgs@@8 @3556 NONAME
    ??_R2PConsoleChannel@@8 @3557 NONAME
    ??_R2PContainer@@8 @3558 NONAME
    ??_R2PCriticalSection@@8 @4627 NONAME
    ??_R2PDebugStream@@8 @3559 NONAME
    ??_R2PDevicePluginAdapterBase@@8 @5966 NONAME
    ??_R2PDirectory@@8 @3560 NONAME
    ??_R2PDynaLink@@8 @3561 NONAME
    ??_R2PEthSocket@@8 @3562 NONAME
    ??_R2PFactoryBase@@8 @5688 NONAME
    ??_R2PFile@@8 @3563 NONAME
    ??_R2PFileInfo@@8 @3564 NONAME
    ??_R2PFilePath@@8 @3565 NONAME
    ??_R2PHashTable@@8 @3566 NONAME
    ??_R2PHostByAddr@@8 @3567 NONAME
    ??_R2PHostByName@@8 @3568 NONAME
    ??_R2PICMPDLL@@8 @3569 NONAME
    ??_R2PICMPSocket@@8 @3570 NONAME
    ??_R2PImageDLL@@8 @3571 NONAME
    ??_R2PIndirectChannel@@8 @3572 NONAME
    ??_R2PIntCondMutex@@8 @3573 NONAME
    ??_R2PIPCacheData@@8 @3574 NONAME
    ??_R2PIPCacheKey@@8 @3575 NONAME
    ??_R2PIPDatagramSocket@@8 @3576 NONAME
    ??_R2PIPSocket@@8 @3577 NONAME
    ??_R2PIPXSocket@@8 @3578 NONAME
    ??_R2PluginLoaderStartup@@8 @4880 NONAME
    ??_R2PMail@@8 @3579 NONAME
    ??_R2PMutex@@8 @3580 NONAME
    ??_R2PNotifier@@8 @3581 NONAME
    ??_R2PNotifierFunction@@8 @3582 NONAME
    ??_R2PObject@@8 @3583 NONAME
    ??_R2POrdinalKey@@8 @3584 NONAME
    ??_R2POrdinalToString@@8 @3585 NONAME
    ??_R2PPipeChannel@@8 @3586 NONAME
    ??_R2PPluginManager@@8 @3587 NONAME
    ??_R2PPluginModuleManager@@8 @4737 NONAME
    ??_R2PPluginService@@8 @3588 NONAME
    ??_R2PPluginServiceDescriptor@@8 @6331 NONAME
    ??_R2PPointer@@8 @4801 NONAME
    ??_R2PProcess@@8 @3589 NONAME
    ??_R2PProcessStartup@@8 @5126 NONAME
    ??_R2PQoS@@8 @3590 NONAME
    ??_R2PRASDLL@@8 @3591 NONAME
    ??_R2PReadWriteMutex@@8 @3592 NONAME
    ??_R2PRegularExpression@@8 @3593 NONAME
    ??_R2PRemoteConnection@@8 @3594 NONAME
    ??_R2PSafeCollection@@8 @3595 NONAME
    ??_R2PSafeObject@@8 @3596 NONAME
    ??_R2PSafePtrBase@@8 @3597 NONAME
    ??_R2PSemaphore@@8 @3598 NONAME
    ??_R2PSerialChannel@@8 @3599 NONAME
    ??_R2PServiceProcess@@8 @3600 NONAME
    ??_R2PSimpleThread@@8 @3601 NONAME
    ??_R2PSmartPointer@@8 @3602 NONAME
    ??_R2PSmartPtrInspector@@8 @4802 NONAME
    ??_R2PSocket@@8 @3603 NONAME
    ??_R2PSortedStringList@@8 @3604 NONAME
    ??_R2PSound@@8 @3605 NONAME
    ??_R2PSoundChannel@@8 @3606 NONAME
    ??_R2PSoundChannelWin32@@8 @3607 NONAME
    ??_R2PSPXSocket@@8 @3608 NONAME
    ??_R2PString@@8 @3609 NONAME
    ??_R2PStringArray@@8 @3610 NONAME
    ??_R2PStringList@@8 @3611 NONAME
    ??_R2PStringSet@@8 @3612 NONAME
    ??_R2PStringStream@@8 @3613 NONAME
    ??_R2PStringToOrdinal@@8 @3614 NONAME
    ??_R2PStringToString@@8 @3615 NONAME
    ??_R2PStructuredFile@@8 @3616 NONAME
    ??_R2PSyncPoint@@8 @3617 NONAME
    ??_R2PSynonymColour@@8 @3618 NONAME
    ??_R2PSynonymColourRegistration@@8 @3619 NONAME
    ??_R2PSystemLog@@8 @3620 NONAME
    ??_R2PTCPSocket@@8 @3621 NONAME
    ??_R2PTextFile@@8 @3622 NONAME
    ??_R2PThread@@8 @3623 NONAME
    ??_R2PTime@@8 @3624 NONAME
    ??_R2PTimeInterval@@8 @3625 NONAME
    ??_R2PTimer@@8 @3626 NONAME
    ??_R2PTimerList@@8 @3627 NONAME
    ??_R2PUDPSocket@@8 @3628 NONAME
    ??_R2PVideoChannel@@8 @3629 NONAME
    ??_R2PVideoDevice@@8 @3630 NONAME
    ??_R2PVideoDeviceBitmap@@8 @3631 NONAME
    ??_R2PVideoInputDevice@@8 @3632 NONAME
    ??_R2PVideoInputDevice_FakeVideo@@8 @3633 NONAME
    ??_R2PVideoInputDevice_VideoForWindows@@8 @3634 NONAME
    ??_R2PVideoOutputDevice@@8 @3636 NONAME
    ??_R2PVideoOutputDeviceRGB@@8 @6332 NONAME
    ??_R2PVideoOutputDevice_NULLOutput@@8 @3637 NONAME
    ??_R2PVideoOutputDevice_Window@@8 @6333 NONAME
    ??_R2PVideoOutputDevice_Window_PluginServiceDescriptor@@8 @6334 NONAME
    ??_R2PWaveBuffer@@8 @3638 NONAME
    ??_R2PWaveFormat@@8 @3639 NONAME
    ??_R2PWin32PacketBuffer@@8 @3640 NONAME
    ??_R2PWin32PacketDriver@@8 @3641 NONAME
    ??_R2PWin32PacketSYS@@8 @3642 NONAME
    ??_R2PWin32PacketVxD@@8 @3643 NONAME
    ??_R2PWin32SnmpLibrary@@8 @3644 NONAME
    ??_R2PWinQoS@@8 @3645 NONAME
    ??_R2PWinSock@@8 @3646 NONAME
    ??_R2P_BGR24_RGB24@@8 @6335 NONAME
    ??_R2P_BGR24_RGB24_Registration@@8 @6336 NONAME
    ??_R2P_BGR24_RGB32@@8 @6337 NONAME
    ??_R2P_BGR24_RGB32_Registration@@8 @6338 NONAME
    ??_R2P_BGR24_YUV420P@@8 @3647 NONAME
    ??_R2P_BGR24_YUV420P_Registration@@8 @3648 NONAME
    ??_R2P_BGR32_RGB24@@8 @6339 NONAME
    ??_R2P_BGR32_RGB24_Registration@@8 @6340 NONAME
    ??_R2P_BGR32_RGB32@@8 @6341 NONAME
    ??_R2P_BGR32_RGB32_Registration@@8 @6342 NONAME
    ??_R2P_BGR32_YUV420P@@8 @3649 NONAME
    ??_R2P_BGR32_YUV420P_Registration@@8 @3650 NONAME
    ??_R2P_Grey_YUV420P@@8 @3653 NONAME
    ??_R2P_Grey_YUV420P_Registration@@8 @3654 NONAME
    ??_R2P_RGB24_BGR24@@8 @6343 NONAME
    ??_R2P_RGB24_BGR24_Registration@@8 @6344 NONAME
    ??_R2P_RGB24_BGR32@@8 @6345 NONAME
    ??_R2P_RGB24_BGR32_Registration@@8 @6346 NONAME
    ??_R2P_RGB24_RGB32@@8 @3657 NONAME
    ??_R2P_RGB24_RGB32_Registration@@8 @3658 NONAME
    ??_R2P_RGB24_YUV420P@@8 @3659 NONAME
    ??_R2P_RGB24_YUV420P_Registration@@8 @3660 NONAME
    ??_R2P_RGB32_BGR24@@8 @6347 NONAME
    ??_R2P_RGB32_BGR24_Registration@@8 @6348 NONAME
    ??_R2P_RGB32_BGR32@@8 @6349 NONAME
    ??_R2P_RGB32_BGR32_Registration@@8 @6350 NONAME
    ??_R2P_RGB32_RGB24@@8 @3663 NONAME
    ??_R2P_RGB32_RGB24_Registration@@8 @3664 NONAME
    ??_R2P_RGB32_YUV420P@@8 @3665 NONAME
    ??_R2P_RGB32_YUV420P_Registration@@8 @3666 NONAME
    ??_R2P_SBGGR8_RGB24@@8 @6146 NONAME
    ??_R2P_SBGGR8_RGB24_Registration@@8 @6147 NONAME
    ??_R2P_SBGGR8_YUV420P@@8 @6351 NONAME
    ??_R2P_SBGGR8_YUV420P_Registration@@8 @6352 NONAME
    ??_R2P_UYV444_YUV420P@@8 @3667 NONAME
    ??_R2P_UYV444_YUV420P_Registration@@8 @3668 NONAME
    ??_R2P_UYVY422_YUV420P@@8 @3669 NONAME
    ??_R2P_UYVY422_YUV420P_Registration@@8 @3670 NONAME
    ??_R2P_YUV411P_YUV420P@@8 @3671 NONAME
    ??_R2P_YUV411P_YUV420P_Registration@@8 @3672 NONAME
    ??_R2P_YUV420P_BGR24@@8 @3673 NONAME
    ??_R2P_YUV420P_BGR24_Registration@@8 @3676 NONAME
    ??_R2P_YUV420P_BGR32@@8 @3677 NONAME
    ??_R2P_YUV420P_BGR32_Registration@@8 @3678 NONAME
    ??_R2P_YUV420P_RGB24@@8 @3679 NONAME
    ??_R2P_YUV420P_RGB24_Registration@@8 @3682 NONAME
    ??_R2P_YUV420P_RGB32@@8 @3683 NONAME
    ??_R2P_YUV420P_RGB32_Registration@@8 @3686 NONAME
    ??_R2P_YUV420P_YUV411P@@8 @3687 NONAME
    ??_R2P_YUV420P_YUV411P_Registration@@8 @3688 NONAME
    ??_R2P_YUV422_YUV420P@@8 @3689 NONAME
    ??_R2P_YUV422_YUV420P_Registration@@8 @3690 NONAME
    ??_R2P_YUV422_YUV422@@8 @3691 NONAME
    ??_R2P_YUV422_YUV422_Registration@@8 @3692 NONAME
    ??_R2RouteEntry@PIPSocket@@8 @3693 NONAME
    ??_R2SelectList@PSocket@@8 @3694 NONAME
    ??_R2Table@PHashTable@@8 @3695 NONAME
    ??_R2Win95_ServiceManager@@8 @3696 NONAME
    ??_R2WinSNMPLoader@@8 @5441 NONAME
    ??_R2Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@8 @5967 NONAME
    ??_R2Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@8 @5968 NONAME
    ??_R2Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@8 @5969 NONAME
    ??_R2WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5970 NONAME
    ??_R2WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@8 @5689 NONAME
    ??_R2WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@8 @5971 NONAME
    ??_R2WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5972 NONAME
    ??_R2WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5973 NONAME
    ??_R3?$PArray@VPString@@@@8 @3697 NONAME
    ??_R3?$PArray@VPWaveBuffer@@@@8 @3698 NONAME
    ??_R3?$PArray@VPWin32PacketBuffer@@@@8 @3699 NONAME
    ??_R3?$PBaseArray@D@@8 @3700 NONAME
    ??_R3?$PBaseArray@E@@8 @3701 NONAME
    ??_R3?$PBaseArray@F@@8 @3702 NONAME
    ??_R3?$PBaseArray@G@@8 @3703 NONAME
    ??_R3?$PBaseArray@H@@8 @3704 NONAME
    ??_R3?$PBaseArray@I@@8 @3705 NONAME
    ??_R3?$PBaseArray@J@@8 @3706 NONAME
    ??_R3?$PBaseArray@K@@8 @3707 NONAME
    ??_R3?$PBaseArray@PAVPObject@@@@8 @3708 NONAME
    ??_R3?$PDevicePluginAdapter@VPSoundChannel@@@@8 @5974 NONAME
    ??_R3?$PDevicePluginAdapter@VPVideoInputDevice@@@@8 @5975 NONAME
    ??_R3?$PDevicePluginAdapter@VPVideoOutputDevice@@@@8 @5976 NONAME
    ??_R3?$PDictionary@VPCaselessString@@VPIPCacheData@@@@8 @3709 NONAME
    ??_R3?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@8 @3710 NONAME
    ??_R3?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@8 @3711 NONAME
    ??_R3?$PDictionary@VPOrdinalKey@@VPPointer@@@@8 @4803 NONAME
    ??_R3?$PDictionary@VPOrdinalKey@@VPThread@@@@8 @3712 NONAME
    ??_R3?$PDictionary@VPString@@VPDynaLink@@@@8 @4738 NONAME
    ??_R3?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5977 NONAME
    ??_R3?$PFactory@VPPluginModuleManager@@VPString@@@@8 @5690 NONAME
    ??_R3?$PFactory@VPProcessStartup@@VPString@@@@8 @5691 NONAME
    ??_R3?$PFactory@VPSoundChannel@@VPString@@@@8 @5978 NONAME
    ??_R3?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5979 NONAME
    ??_R3?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5980 NONAME
    ??_R3?$PList@VInterfaceEntry@PIPSocket@@@@8 @6353 NONAME
    ??_R3?$PList@VPDynaLink@@@@8 @3713 NONAME
    ??_R3?$PList@VPNotifier@@@@8 @3714 NONAME
    ??_R3?$PList@VPPluginService@@@@8 @3715 NONAME
    ??_R3?$PList@VPSafeObject@@@@8 @5981 NONAME
    ??_R3?$PList@VPSocket@@@@8 @3716 NONAME
    ??_R3?$PList@VPString@@@@8 @5129 NONAME
    ??_R3?$PList@VPThread@@@@8 @3718 NONAME
    ??_R3?$PList@VPTimer@@@@8 @3719 NONAME
    ??_R3?$PScalarArray@F@@8 @3720 NONAME
    ??_R3?$PScalarArray@G@@8 @3721 NONAME
    ??_R3?$PScalarArray@H@@8 @3722 NONAME
    ??_R3?$PScalarArray@I@@8 @3723 NONAME
    ??_R3?$PScalarArray@J@@8 @3724 NONAME
    ??_R3?$PScalarArray@K@@8 @3725 NONAME
    ??_R3?$PSet@VPString@@@@8 @3726 NONAME
    ??_R3?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@8 @6354 NONAME
    ??_R3?$PStringDictionary@VPString@@@@8 @6355 NONAME
    ??_R3?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@8 @6356 NONAME
    ??_R3?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@8 @6357 NONAME
    ??_R3?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@8 @6358 NONAME
    ??_R3?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5982 NONAME
    ??_R3?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5983 NONAME
    ??_R3?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5984 NONAME
    ??_R3?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5692 NONAME
    ??_R3?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @5693 NONAME
    ??_R3Address@PIPSocket@@8 @3728 NONAME
    ??_R3Buffer@PDebugStream@@8 @3729 NONAME
    ??_R3Buffer@PStringStream@@8 @3730 NONAME
    ??_R3Buffer@PSystemLog@@8 @3731 NONAME
    ??_R3CMCDLL@PMail@@8 @3732 NONAME
    ??_R3DeleteObjectsTimeout_PNotifier@PSafeCollection@@8 @3733 NONAME
    ??_R3HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@8 @6359 NONAME
    ??_R3HandleDisplay_PNotifier@PVideoOutputDevice_Window@@8 @6360 NONAME
    ??_R3HouseKeepingThread@PProcess@@8 @3734 NONAME
    ??_R3InterfaceEntry@PIPSocket@@8 @3735 NONAME
    ??_R3MAPIDLL@PMail@@8 @3736 NONAME
    ??_R3Nest@PReadWriteMutex@@8 @3737 NONAME
    ??_R3NT_ServiceManager@@8 @3738 NONAME
    ??_R3ofstream@@8 @3739 NONAME
    ??_R3PAbstractArray@@8 @3740 NONAME
    ??_R3PAbstractDictionary@@8 @3741 NONAME
    ??_R3PAbstractList@@8 @3742 NONAME
    ??_R3PAbstractSet@@8 @3743 NONAME
    ??_R3PAbstractSortedList@@8 @3744 NONAME
    ??_R3PArgList@@8 @3745 NONAME
    ??_R3PArrayObjects@@8 @3746 NONAME
    ??_R3PBitArray@@8 @3747 NONAME
    ??_R3PBYTEArray@@8 @3748 NONAME
    ??_R3PCaselessString@@8 @3749 NONAME
    ??_R3PChannel@@8 @3750 NONAME
    ??_R3PChannelStreamBuffer@@8 @3751 NONAME
    ??_R3PCharArray@@8 @3752 NONAME
    ??_R3PCollection@@8 @3753 NONAME
    ??_R3PColourConverter@@8 @3754 NONAME
    ??_R3PColourConverterRegistration@@8 @3755 NONAME
    ??_R3PCondMutex@@8 @5134 NONAME
    ??_R3PConfig@@8 @3756 NONAME
    ??_R3PConfigArgs@@8 @3757 NONAME
    ??_R3PConsoleChannel@@8 @3758 NONAME
    ??_R3PContainer@@8 @3759 NONAME
    ??_R3PCriticalSection@@8 @4628 NONAME
    ??_R3PDebugStream@@8 @3760 NONAME
    ??_R3PDevicePluginAdapterBase@@8 @5985 NONAME
    ??_R3PDirectory@@8 @3761 NONAME
    ??_R3PDynaLink@@8 @3762 NONAME
    ??_R3PEthSocket@@8 @3763 NONAME
    ??_R3PFactoryBase@@8 @5694 NONAME
    ??_R3PFile@@8 @3764 NONAME
    ??_R3PFileInfo@@8 @3765 NONAME
    ??_R3PFilePath@@8 @3766 NONAME
    ??_R3PHashTable@@8 @3767 NONAME
    ??_R3PHostByAddr@@8 @3768 NONAME
    ??_R3PHostByName@@8 @3769 NONAME
    ??_R3PICMPDLL@@8 @3770 NONAME
    ??_R3PICMPSocket@@8 @3771 NONAME
    ??_R3PImageDLL@@8 @3772 NONAME
    ??_R3PIndirectChannel@@8 @3773 NONAME
    ??_R3PIntCondMutex@@8 @3774 NONAME
    ??_R3PIPCacheData@@8 @3775 NONAME
    ??_R3PIPCacheKey@@8 @3776 NONAME
    ??_R3PIPDatagramSocket@@8 @3777 NONAME
    ??_R3PIPSocket@@8 @3778 NONAME
    ??_R3PIPXSocket@@8 @3779 NONAME
    ??_R3PluginLoaderStartup@@8 @4881 NONAME
    ??_R3PMail@@8 @3780 NONAME
    ??_R3PMutex@@8 @3781 NONAME
    ??_R3PNotifier@@8 @3782 NONAME
    ??_R3PNotifierFunction@@8 @3783 NONAME
    ??_R3PObject@@8 @3784 NONAME
    ??_R3POrdinalKey@@8 @3785 NONAME
    ??_R3POrdinalToString@@8 @3786 NONAME
    ??_R3PPipeChannel@@8 @3787 NONAME
    ??_R3PPluginManager@@8 @3788 NONAME
    ??_R3PPluginModuleManager@@8 @4740 NONAME
    ??_R3PPluginService@@8 @3789 NONAME
    ??_R3PPluginServiceDescriptor@@8 @6361 NONAME
    ??_R3PPointer@@8 @4804 NONAME
    ??_R3PProcess@@8 @3790 NONAME
    ??_R3PProcessStartup@@8 @5135 NONAME
    ??_R3PQoS@@8 @3791 NONAME
    ??_R3PRASDLL@@8 @3792 NONAME
    ??_R3PReadWriteMutex@@8 @3793 NONAME
    ??_R3PRegularExpression@@8 @3794 NONAME
    ??_R3PRemoteConnection@@8 @3795 NONAME
    ??_R3PSafeCollection@@8 @3796 NONAME
    ??_R3PSafeObject@@8 @3797 NONAME
    ??_R3PSafePtrBase@@8 @3798 NONAME
    ??_R3PSemaphore@@8 @3799 NONAME
    ??_R3PSerialChannel@@8 @3800 NONAME
    ??_R3PServiceProcess@@8 @3801 NONAME
    ??_R3PSimpleThread@@8 @3802 NONAME
    ??_R3PSmartPointer@@8 @3803 NONAME
    ??_R3PSmartPtrInspector@@8 @4805 NONAME
    ??_R3PSocket@@8 @3804 NONAME
    ??_R3PSortedStringList@@8 @3805 NONAME
    ??_R3PSound@@8 @3806 NONAME
    ??_R3PSoundChannel@@8 @3807 NONAME
    ??_R3PSoundChannelWin32@@8 @3808 NONAME
    ??_R3PSPXSocket@@8 @3809 NONAME
    ??_R3PString@@8 @3810 NONAME
    ??_R3PStringArray@@8 @3811 NONAME
    ??_R3PStringList@@8 @3812 NONAME
    ??_R3PStringSet@@8 @3813 NONAME
    ??_R3PStringStream@@8 @3814 NONAME
    ??_R3PStringToOrdinal@@8 @3815 NONAME
    ??_R3PStringToString@@8 @3816 NONAME
    ??_R3PStructuredFile@@8 @3817 NONAME
    ??_R3PSyncPoint@@8 @3818 NONAME
    ??_R3PSynonymColour@@8 @3819 NONAME
    ??_R3PSynonymColourRegistration@@8 @3820 NONAME
    ??_R3PSystemLog@@8 @3821 NONAME
    ??_R3PTCPSocket@@8 @3822 NONAME
    ??_R3PTextFile@@8 @3823 NONAME
    ??_R3PThread@@8 @3824 NONAME
    ??_R3PTime@@8 @3825 NONAME
    ??_R3PTimeInterval@@8 @3826 NONAME
    ??_R3PTimer@@8 @3827 NONAME
    ??_R3PTimerList@@8 @3828 NONAME
    ??_R3PUDPSocket@@8 @3829 NONAME
    ??_R3PVideoChannel@@8 @3830 NONAME
    ??_R3PVideoDevice@@8 @3831 NONAME
    ??_R3PVideoDeviceBitmap@@8 @3832 NONAME
    ??_R3PVideoInputDevice@@8 @3833 NONAME
    ??_R3PVideoInputDevice_FakeVideo@@8 @3834 NONAME
    ??_R3PVideoInputDevice_VideoForWindows@@8 @3835 NONAME
    ??_R3PVideoOutputDevice@@8 @3837 NONAME
    ??_R3PVideoOutputDeviceRGB@@8 @6362 NONAME
    ??_R3PVideoOutputDevice_NULLOutput@@8 @3838 NONAME
    ??_R3PVideoOutputDevice_Window@@8 @6363 NONAME
    ??_R3PVideoOutputDevice_Window_PluginServiceDescriptor@@8 @6364 NONAME
    ??_R3PWaveBuffer@@8 @3839 NONAME
    ??_R3PWaveFormat@@8 @3840 NONAME
    ??_R3PWin32PacketBuffer@@8 @3841 NONAME
    ??_R3PWin32PacketDriver@@8 @3842 NONAME
    ??_R3PWin32PacketSYS@@8 @3843 NONAME
    ??_R3PWin32PacketVxD@@8 @3844 NONAME
    ??_R3PWin32SnmpLibrary@@8 @3845 NONAME
    ??_R3PWinQoS@@8 @3846 NONAME
    ??_R3PWinSock@@8 @3847 NONAME
    ??_R3P_BGR24_RGB24@@8 @6365 NONAME
    ??_R3P_BGR24_RGB24_Registration@@8 @6366 NONAME
    ??_R3P_BGR24_RGB32@@8 @6367 NONAME
    ??_R3P_BGR24_RGB32_Registration@@8 @6368 NONAME
    ??_R3P_BGR24_YUV420P@@8 @3848 NONAME
    ??_R3P_BGR24_YUV420P_Registration@@8 @3849 NONAME
    ??_R3P_BGR32_RGB24@@8 @6369 NONAME
    ??_R3P_BGR32_RGB24_Registration@@8 @6370 NONAME
    ??_R3P_BGR32_RGB32@@8 @6371 NONAME
    ??_R3P_BGR32_RGB32_Registration@@8 @6372 NONAME
    ??_R3P_BGR32_YUV420P@@8 @3850 NONAME
    ??_R3P_BGR32_YUV420P_Registration@@8 @3851 NONAME
    ??_R3P_Grey_YUV420P@@8 @3854 NONAME
    ??_R3P_Grey_YUV420P_Registration@@8 @3855 NONAME
    ??_R3P_RGB24_BGR24@@8 @6373 NONAME
    ??_R3P_RGB24_BGR24_Registration@@8 @6374 NONAME
    ??_R3P_RGB24_BGR32@@8 @6375 NONAME
    ??_R3P_RGB24_BGR32_Registration@@8 @6376 NONAME
    ??_R3P_RGB24_RGB32@@8 @3858 NONAME
    ??_R3P_RGB24_RGB32_Registration@@8 @3859 NONAME
    ??_R3P_RGB24_YUV420P@@8 @3860 NONAME
    ??_R3P_RGB24_YUV420P_Registration@@8 @3861 NONAME
    ??_R3P_RGB32_BGR24@@8 @6377 NONAME
    ??_R3P_RGB32_BGR24_Registration@@8 @6378 NONAME
    ??_R3P_RGB32_BGR32@@8 @6379 NONAME
    ??_R3P_RGB32_BGR32_Registration@@8 @6380 NONAME
    ??_R3P_RGB32_RGB24@@8 @3864 NONAME
    ??_R3P_RGB32_RGB24_Registration@@8 @3865 NONAME
    ??_R3P_RGB32_YUV420P@@8 @3866 NONAME
    ??_R3P_RGB32_YUV420P_Registration@@8 @3867 NONAME
    ??_R3P_SBGGR8_RGB24@@8 @6148 NONAME
    ??_R3P_SBGGR8_RGB24_Registration@@8 @6149 NONAME
    ??_R3P_SBGGR8_YUV420P@@8 @6381 NONAME
    ??_R3P_SBGGR8_YUV420P_Registration@@8 @6382 NONAME
    ??_R3P_UYV444_YUV420P@@8 @3868 NONAME
    ??_R3P_UYV444_YUV420P_Registration@@8 @3869 NONAME
    ??_R3P_UYVY422_YUV420P@@8 @3870 NONAME
    ??_R3P_UYVY422_YUV420P_Registration@@8 @3871 NONAME
    ??_R3P_YUV411P_YUV420P@@8 @3872 NONAME
    ??_R3P_YUV411P_YUV420P_Registration@@8 @3873 NONAME
    ??_R3P_YUV420P_BGR24@@8 @3874 NONAME
    ??_R3P_YUV420P_BGR24_Registration@@8 @3877 NONAME
    ??_R3P_YUV420P_BGR32@@8 @3878 NONAME
    ??_R3P_YUV420P_BGR32_Registration@@8 @3879 NONAME
    ??_R3P_YUV420P_RGB24@@8 @3880 NONAME
    ??_R3P_YUV420P_RGB24_Registration@@8 @3883 NONAME
    ??_R3P_YUV420P_RGB32@@8 @3884 NONAME
    ??_R3P_YUV420P_RGB32_Registration@@8 @3887 NONAME
    ??_R3P_YUV420P_YUV411P@@8 @3888 NONAME
    ??_R3P_YUV420P_YUV411P_Registration@@8 @3889 NONAME
    ??_R3P_YUV422_YUV420P@@8 @3890 NONAME
    ??_R3P_YUV422_YUV420P_Registration@@8 @3891 NONAME
    ??_R3P_YUV422_YUV422@@8 @3892 NONAME
    ??_R3P_YUV422_YUV422_Registration@@8 @3893 NONAME
    ??_R3RouteEntry@PIPSocket@@8 @3894 NONAME
    ??_R3SelectList@PSocket@@8 @3895 NONAME
    ??_R3Table@PHashTable@@8 @3896 NONAME
    ??_R3Win95_ServiceManager@@8 @3897 NONAME
    ??_R3WinSNMPLoader@@8 @5442 NONAME
    ??_R3Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@8 @5986 NONAME
    ??_R3Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@8 @5987 NONAME
    ??_R3Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@8 @5988 NONAME
    ??_R3WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@8 @5989 NONAME
    ??_R3WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@8 @5695 NONAME
    ??_R3WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@8 @5990 NONAME
    ??_R3WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@8 @5991 NONAME
    ??_R3WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@8 @5992 NONAME
    ??_R4?$PArray@VPString@@@@6B@ @3898 NONAME
    ??_R4?$PArray@VPWaveBuffer@@@@6B@ @3899 NONAME
    ??_R4?$PArray@VPWin32PacketBuffer@@@@6B@ @3900 NONAME
    ??_R4?$PBaseArray@D@@6B@ @3901 NONAME
    ??_R4?$PBaseArray@E@@6B@ @3902 NONAME
    ??_R4?$PBaseArray@F@@6B@ @3903 NONAME
    ??_R4?$PBaseArray@G@@6B@ @3904 NONAME
    ??_R4?$PBaseArray@H@@6B@ @3905 NONAME
    ??_R4?$PBaseArray@I@@6B@ @3906 NONAME
    ??_R4?$PBaseArray@J@@6B@ @3907 NONAME
    ??_R4?$PBaseArray@K@@6B@ @3908 NONAME
    ??_R4?$PBaseArray@PAVPObject@@@@6B@ @3909 NONAME
    ??_R4?$PDevicePluginAdapter@VPSoundChannel@@@@6B@ @5993 NONAME
    ??_R4?$PDevicePluginAdapter@VPVideoInputDevice@@@@6B@ @5994 NONAME
    ??_R4?$PDevicePluginAdapter@VPVideoOutputDevice@@@@6B@ @5995 NONAME
    ??_R4?$PDictionary@VPCaselessString@@VPIPCacheData@@@@6B@ @3910 NONAME
    ??_R4?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@6B@ @3911 NONAME
    ??_R4?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@6B@ @3912 NONAME
    ??_R4?$PDictionary@VPOrdinalKey@@VPPointer@@@@6B@ @4806 NONAME
    ??_R4?$PDictionary@VPOrdinalKey@@VPThread@@@@6B@ @3913 NONAME
    ??_R4?$PDictionary@VPString@@VPDynaLink@@@@6B@ @4741 NONAME
    ??_R4?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @5996 NONAME
    ??_R4?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @5696 NONAME
    ??_R4?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5697 NONAME
    ??_R4?$PFactory@VPSoundChannel@@VPString@@@@6B@ @5997 NONAME
    ??_R4?$PFactory@VPVideoInputDevice@@VPString@@@@6B@ @5998 NONAME
    ??_R4?$PFactory@VPVideoOutputDevice@@VPString@@@@6B@ @5999 NONAME
    ??_R4?$PList@VInterfaceEntry@PIPSocket@@@@6B@ @6383 NONAME
    ??_R4?$PList@VPDynaLink@@@@6B@ @3914 NONAME
    ??_R4?$PList@VPNotifier@@@@6B@ @3915 NONAME
    ??_R4?$PList@VPPluginService@@@@6B@ @3916 NONAME
    ??_R4?$PList@VPSafeObject@@@@6B@ @6000 NONAME
    ??_R4?$PList@VPSocket@@@@6B@ @3917 NONAME
    ??_R4?$PList@VPString@@@@6B@ @5138 NONAME
    ??_R4?$PList@VPThread@@@@6B@ @3919 NONAME
    ??_R4?$PList@VPTimer@@@@6B@ @3920 NONAME
    ??_R4?$PScalarArray@F@@6B@ @3921 NONAME
    ??_R4?$PScalarArray@G@@6B@ @3922 NONAME
    ??_R4?$PScalarArray@H@@6B@ @3923 NONAME
    ??_R4?$PScalarArray@I@@6B@ @3924 NONAME
    ??_R4?$PScalarArray@J@@6B@ @3925 NONAME
    ??_R4?$PScalarArray@K@@6B@ @3926 NONAME
    ??_R4?$PSet@VPString@@@@6B@ @3927 NONAME
    ??_R4?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@6B@ @6384 NONAME
    ??_R4?$PStringDictionary@VPString@@@@6B@ @6385 NONAME
    ??_R4?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@6B@ @6386 NONAME
    ??_R4?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@6B@ @6387 NONAME
    ??_R4?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@6B@ @6388 NONAME
    ??_R4?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @6001 NONAME
    ??_R4?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @6002 NONAME
    ??_R4?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @6003 NONAME
    ??_R4?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5698 NONAME
    ??_R4?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5699 NONAME
    ??_R4Address@PIPSocket@@6B@ @3929 NONAME
    ??_R4Buffer@PDebugStream@@6B@ @3930 NONAME
    ??_R4Buffer@PStringStream@@6B@ @3931 NONAME
    ??_R4Buffer@PSystemLog@@6B@ @3932 NONAME
    ??_R4CMCDLL@PMail@@6B@ @3933 NONAME
    ??_R4DeleteObjectsTimeout_PNotifier@PSafeCollection@@6B@ @3934 NONAME
    ??_R4HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@6B@ @6389 NONAME
    ??_R4HandleDisplay_PNotifier@PVideoOutputDevice_Window@@6B@ @6390 NONAME
    ??_R4HouseKeepingThread@PProcess@@6B@ @3935 NONAME
    ??_R4InterfaceEntry@PIPSocket@@6B@ @3936 NONAME
    ??_R4MAPIDLL@PMail@@6B@ @3937 NONAME
    ??_R4Nest@PReadWriteMutex@@6B@ @3938 NONAME
    ??_R4NT_ServiceManager@@6B@ @3939 NONAME
    ??_R4ofstream@@6B@ @3940 NONAME
    ??_R4PAbstractArray@@6B@ @3941 NONAME
    ??_R4PAbstractDictionary@@6B@ @3942 NONAME
    ??_R4PAbstractList@@6B@ @3943 NONAME
    ??_R4PAbstractSet@@6B@ @3944 NONAME
    ??_R4PAbstractSortedList@@6B@ @3945 NONAME
    ??_R4PArgList@@6B@ @3946 NONAME
    ??_R4PArrayObjects@@6B@ @3947 NONAME
    ??_R4PBitArray@@6B@ @3948 NONAME
    ??_R4PBYTEArray@@6B@ @3949 NONAME
    ??_R4PCaselessString@@6B@ @3950 NONAME
    ??_R4PChannel@@6Biostream@@@ @3951 NONAME
    ??_R4PChannel@@6BPObject@@@ @3952 NONAME
    ??_R4PChannelStreamBuffer@@6B@ @3953 NONAME
    ??_R4PCharArray@@6B@ @3954 NONAME
    ??_R4PCollection@@6B@ @3955 NONAME
    ??_R4PColourConverter@@6B@ @3956 NONAME
    ??_R4PColourConverterRegistration@@6B@ @3957 NONAME
    ??_R4PCondMutex@@6B@ @5143 NONAME
    ??_R4PConfig@@6B@ @3958 NONAME
    ??_R4PConfigArgs@@6B@ @3959 NONAME
    ??_R4PConsoleChannel@@6Biostream@@@ @3960 NONAME
    ??_R4PConsoleChannel@@6BPObject@@@ @3961 NONAME
    ??_R4PContainer@@6B@ @3962 NONAME
    ??_R4PCriticalSection@@6B@ @4629 NONAME
    ??_R4PDebugStream@@6B@ @3963 NONAME
    ??_R4PDevicePluginAdapterBase@@6B@ @6004 NONAME
    ??_R4PDirectory@@6B@ @3964 NONAME
    ??_R4PDynaLink@@6B@ @3965 NONAME
    ??_R4PEthSocket@@6Biostream@@@ @3966 NONAME
    ??_R4PEthSocket@@6BPObject@@@ @3967 NONAME
    ??_R4PFactoryBase@@6B@ @5700 NONAME
    ??_R4PFile@@6Biostream@@@ @3968 NONAME
    ??_R4PFile@@6BPObject@@@ @3969 NONAME
    ??_R4PFileInfo@@6B@ @3970 NONAME
    ??_R4PFilePath@@6B@ @3971 NONAME
    ??_R4PHashTable@@6B@ @3972 NONAME
    ??_R4PHostByAddr@@6B@ @3973 NONAME
    ??_R4PHostByName@@6B@ @3974 NONAME
    ??_R4PICMPDLL@@6B@ @3975 NONAME
    ??_R4PICMPSocket@@6Biostream@@@ @3976 NONAME
    ??_R4PICMPSocket@@6BPObject@@@ @3977 NONAME
    ??_R4PImageDLL@@6B@ @3978 NONAME
    ??_R4PIndirectChannel@@6Biostream@@@ @3979 NONAME
    ??_R4PIndirectChannel@@6BPObject@@@ @3980 NONAME
    ??_R4PIntCondMutex@@6B@ @3981 NONAME
    ??_R4PIPCacheData@@6B@ @3982 NONAME
    ??_R4PIPCacheKey@@6B@ @3983 NONAME
    ??_R4PIPDatagramSocket@@6Biostream@@@ @3984 NONAME
    ??_R4PIPDatagramSocket@@6BPObject@@@ @3985 NONAME
    ??_R4PIPSocket@@6Biostream@@@ @3986 NONAME
    ??_R4PIPSocket@@6BPObject@@@ @3987 NONAME
    ??_R4PIPXSocket@@6Biostream@@@ @3988 NONAME
    ??_R4PIPXSocket@@6BPObject@@@ @3989 NONAME
    ??_R4PluginLoaderStartup@@6B@ @4882 NONAME
    ??_R4PMail@@6B@ @3990 NONAME
    ??_R4PMutex@@6B@ @3991 NONAME
    ??_R4PNotifier@@6B@ @3992 NONAME
    ??_R4PNotifierFunction@@6B@ @3993 NONAME
    ??_R4PObject@@6B@ @3994 NONAME
    ??_R4POrdinalKey@@6B@ @3995 NONAME
    ??_R4POrdinalToString@@6B@ @3996 NONAME
    ??_R4PPipeChannel@@6Biostream@@@ @3997 NONAME
    ??_R4PPipeChannel@@6BPObject@@@ @3998 NONAME
    ??_R4PPluginManager@@6B@ @3999 NONAME
    ??_R4PPluginModuleManager@@6B@ @4743 NONAME
    ??_R4PPluginService@@6B@ @4000 NONAME
    ??_R4PPluginServiceDescriptor@@6B@ @6391 NONAME
    ??_R4PPointer@@6B@ @4807 NONAME
    ??_R4PProcess@@6B@ @4001 NONAME
    ??_R4PProcessStartup@@6B@ @5144 NONAME
    ??_R4PQoS@@6B@ @4002 NONAME
    ??_R4PRASDLL@@6B@ @4003 NONAME
    ??_R4PReadWriteMutex@@6B@ @4004 NONAME
    ??_R4PRegularExpression@@6B@ @4005 NONAME
    ??_R4PRemoteConnection@@6B@ @4006 NONAME
    ??_R4PSafeCollection@@6B@ @4007 NONAME
    ??_R4PSafeObject@@6B@ @4008 NONAME
    ??_R4PSafePtrBase@@6B@ @4009 NONAME
    ??_R4PSemaphore@@6B@ @4010 NONAME
    ??_R4PSerialChannel@@6Biostream@@@ @4011 NONAME
    ??_R4PSerialChannel@@6BPObject@@@ @4012 NONAME
    ??_R4PServiceProcess@@6B@ @4013 NONAME
    ??_R4PSimpleThread@@6B@ @4014 NONAME
    ??_R4PSmartPointer@@6B@ @4015 NONAME
    ??_R4PSmartPtrInspector@@6B@ @4808 NONAME
    ??_R4PSocket@@6Biostream@@@ @4016 NONAME
    ??_R4PSocket@@6BPObject@@@ @4017 NONAME
    ??_R4PSortedStringList@@6B@ @4018 NONAME
    ??_R4PSound@@6B@ @4019 NONAME
    ??_R4PSoundChannel@@6Biostream@@@ @4020 NONAME
    ??_R4PSoundChannel@@6BPObject@@@ @4021 NONAME
    ??_R4PSoundChannelWin32@@6Biostream@@@ @4022 NONAME
    ??_R4PSoundChannelWin32@@6BPObject@@@ @4023 NONAME
    ??_R4PSPXSocket@@6Biostream@@@ @4024 NONAME
    ??_R4PSPXSocket@@6BPObject@@@ @4025 NONAME
    ??_R4PString@@6B@ @4026 NONAME
    ??_R4PStringArray@@6B@ @4027 NONAME
    ??_R4PStringList@@6B@ @4028 NONAME
    ??_R4PStringSet@@6B@ @4029 NONAME
    ??_R4PStringStream@@6Biostream@@@ @4030 NONAME
    ??_R4PStringStream@@6BPString@@@ @4031 NONAME
    ??_R4PStringToOrdinal@@6B@ @4032 NONAME
    ??_R4PStringToString@@6B@ @4033 NONAME
    ??_R4PStructuredFile@@6Biostream@@@ @4034 NONAME
    ??_R4PStructuredFile@@6BPObject@@@ @4035 NONAME
    ??_R4PSyncPoint@@6B@ @4036 NONAME
    ??_R4PSynonymColour@@6B@ @4037 NONAME
    ??_R4PSynonymColourRegistration@@6B@ @4038 NONAME
    ??_R4PSystemLog@@6Biostream@@@ @4039 NONAME
    ??_R4PSystemLog@@6BPObject@@@ @4040 NONAME
    ??_R4PTCPSocket@@6Biostream@@@ @4041 NONAME
    ??_R4PTCPSocket@@6BPObject@@@ @4042 NONAME
    ??_R4PTextFile@@6Biostream@@@ @4043 NONAME
    ??_R4PTextFile@@6BPObject@@@ @4044 NONAME
    ??_R4PThread@@6B@ @4045 NONAME
    ??_R4PTime@@6B@ @4046 NONAME
    ??_R4PTimeInterval@@6B@ @4047 NONAME
    ??_R4PTimer@@6B@ @4048 NONAME
    ??_R4PTimerList@@6B@ @4049 NONAME
    ??_R4PUDPSocket@@6Biostream@@@ @4050 NONAME
    ??_R4PUDPSocket@@6BPObject@@@ @4051 NONAME
    ??_R4PVideoChannel@@6Biostream@@@ @4052 NONAME
    ??_R4PVideoChannel@@6BPObject@@@ @4053 NONAME
    ??_R4PVideoDevice@@6B@ @4054 NONAME
    ??_R4PVideoDeviceBitmap@@6B@ @4055 NONAME
    ??_R4PVideoInputDevice@@6B@ @4056 NONAME
    ??_R4PVideoInputDevice_FakeVideo@@6B@ @4057 NONAME
    ??_R4PVideoInputDevice_VideoForWindows@@6B@ @4058 NONAME
    ??_R4PVideoOutputDevice@@6B@ @4060 NONAME
    ??_R4PVideoOutputDeviceRGB@@6B@ @6392 NONAME
    ??_R4PVideoOutputDevice_NULLOutput@@6B@ @4061 NONAME
    ??_R4PVideoOutputDevice_Window@@6B@ @6393 NONAME
    ??_R4PVideoOutputDevice_Window_PluginServiceDescriptor@@6B@ @6394 NONAME
    ??_R4PWaveBuffer@@6B@ @4062 NONAME
    ??_R4PWaveFormat@@6B@ @4063 NONAME
    ??_R4PWin32PacketBuffer@@6B@ @4064 NONAME
    ??_R4PWin32PacketDriver@@6B@ @4065 NONAME
    ??_R4PWin32PacketSYS@@6B@ @4066 NONAME
    ??_R4PWin32PacketVxD@@6B@ @4067 NONAME
    ??_R4PWin32SnmpLibrary@@6B@ @4068 NONAME
    ??_R4PWinQoS@@6B@ @4069 NONAME
    ??_R4PWinSock@@6Biostream@@@ @4070 NONAME
    ??_R4PWinSock@@6BPObject@@@ @4071 NONAME
    ??_R4P_BGR24_RGB24@@6B@ @6395 NONAME
    ??_R4P_BGR24_RGB24_Registration@@6B@ @6396 NONAME
    ??_R4P_BGR24_RGB32@@6B@ @6397 NONAME
    ??_R4P_BGR24_RGB32_Registration@@6B@ @6398 NONAME
    ??_R4P_BGR24_YUV420P@@6B@ @4072 NONAME
    ??_R4P_BGR24_YUV420P_Registration@@6B@ @4073 NONAME
    ??_R4P_BGR32_RGB24@@6B@ @6399 NONAME
    ??_R4P_BGR32_RGB24_Registration@@6B@ @6400 NONAME
    ??_R4P_BGR32_RGB32@@6B@ @6401 NONAME
    ??_R4P_BGR32_RGB32_Registration@@6B@ @6402 NONAME
    ??_R4P_BGR32_YUV420P@@6B@ @4074 NONAME
    ??_R4P_BGR32_YUV420P_Registration@@6B@ @4075 NONAME
    ??_R4P_Grey_YUV420P@@6B@ @4078 NONAME
    ??_R4P_Grey_YUV420P_Registration@@6B@ @4079 NONAME
    ??_R4P_RGB24_BGR24@@6B@ @6403 NONAME
    ??_R4P_RGB24_BGR24_Registration@@6B@ @6404 NONAME
    ??_R4P_RGB24_BGR32@@6B@ @6405 NONAME
    ??_R4P_RGB24_BGR32_Registration@@6B@ @6406 NONAME
    ??_R4P_RGB24_RGB32@@6B@ @4082 NONAME
    ??_R4P_RGB24_RGB32_Registration@@6B@ @4083 NONAME
    ??_R4P_RGB24_YUV420P@@6B@ @4084 NONAME
    ??_R4P_RGB24_YUV420P_Registration@@6B@ @4085 NONAME
    ??_R4P_RGB32_BGR24@@6B@ @6407 NONAME
    ??_R4P_RGB32_BGR24_Registration@@6B@ @6408 NONAME
    ??_R4P_RGB32_BGR32@@6B@ @6409 NONAME
    ??_R4P_RGB32_BGR32_Registration@@6B@ @6410 NONAME
    ??_R4P_RGB32_RGB24@@6B@ @4088 NONAME
    ??_R4P_RGB32_RGB24_Registration@@6B@ @4089 NONAME
    ??_R4P_RGB32_YUV420P@@6B@ @4090 NONAME
    ??_R4P_RGB32_YUV420P_Registration@@6B@ @4091 NONAME
    ??_R4P_SBGGR8_RGB24@@6B@ @6150 NONAME
    ??_R4P_SBGGR8_RGB24_Registration@@6B@ @6151 NONAME
    ??_R4P_SBGGR8_YUV420P@@6B@ @6411 NONAME
    ??_R4P_SBGGR8_YUV420P_Registration@@6B@ @6412 NONAME
    ??_R4P_UYV444_YUV420P@@6B@ @4092 NONAME
    ??_R4P_UYV444_YUV420P_Registration@@6B@ @4093 NONAME
    ??_R4P_UYVY422_YUV420P@@6B@ @4094 NONAME
    ??_R4P_UYVY422_YUV420P_Registration@@6B@ @4095 NONAME
    ??_R4P_YUV411P_YUV420P@@6B@ @4096 NONAME
    ??_R4P_YUV411P_YUV420P_Registration@@6B@ @4097 NONAME
    ??_R4P_YUV420P_BGR24@@6B@ @4098 NONAME
    ??_R4P_YUV420P_BGR24_Registration@@6B@ @4101 NONAME
    ??_R4P_YUV420P_BGR32@@6B@ @4102 NONAME
    ??_R4P_YUV420P_BGR32_Registration@@6B@ @4103 NONAME
    ??_R4P_YUV420P_RGB24@@6B@ @4104 NONAME
    ??_R4P_YUV420P_RGB24_Registration@@6B@ @4107 NONAME
    ??_R4P_YUV420P_RGB32@@6B@ @4108 NONAME
    ??_R4P_YUV420P_RGB32_Registration@@6B@ @4111 NONAME
    ??_R4P_YUV420P_YUV411P@@6B@ @4112 NONAME
    ??_R4P_YUV420P_YUV411P_Registration@@6B@ @4113 NONAME
    ??_R4P_YUV422_YUV420P@@6B@ @4114 NONAME
    ??_R4P_YUV422_YUV420P_Registration@@6B@ @4115 NONAME
    ??_R4P_YUV422_YUV422@@6B@ @4116 NONAME
    ??_R4P_YUV422_YUV422_Registration@@6B@ @4117 NONAME
    ??_R4RouteEntry@PIPSocket@@6B@ @4118 NONAME
    ??_R4SelectList@PSocket@@6B@ @4119 NONAME
    ??_R4Table@PHashTable@@6B@ @4120 NONAME
    ??_R4Win95_ServiceManager@@6B@ @4121 NONAME
    ??_R4WinSNMPLoader@@6B@ @5443 NONAME
    ??_R4Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@6B@ @6005 NONAME
    ??_R4Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@6B@ @6006 NONAME
    ??_R4Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@6B@ @6007 NONAME
    ??_R4WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@6B@ @6008 NONAME
    ??_R4WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @5701 NONAME
    ??_R4WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@6B@ @6009 NONAME
    ??_R4WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@6B@ @6010 NONAME
    ??_R4WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@6B@ @6011 NONAME
    ??_Sofstream@@6B@ @867 NONAME
    ??_U@YAPAXI@Z @5444 NONAME
    ??_V@YAXPAX@Z @5445 NONAME
    ?Abort@PSoundChannel@@UAEHXZ @2698 NONAME
    ?Abort@PSoundChannelWin32@@UAEHXZ @2699 NONAME
    ?AbortCommandString@PChannel@@QAEXXZ @4630 NONAME
    ?AbstractContains@PHashTable@@IBEHABVPObject@@@Z @4631 NONAME
    ?AbstractGetAt@PAbstractDictionary@@UBEPAVPObject@@ABV2@@Z @871 NONAME
    ?AbstractGetDataAt@PHashTable@@MBEAAVPObject@@H@Z @872 NONAME
    ?AbstractGetKeyAt@PHashTable@@MBEABVPObject@@H@Z @873 NONAME
    ?AbstractSetAt@PAbstractDictionary@@UAEHABVPObject@@PAV2@@Z @874 NONAME
    ?Accept@PSocket@@UAEHAAV1@@Z @875 NONAME
    ?Accept@PSPXSocket@@UAEHAAVPSocket@@@Z @876 NONAME
    ?Accept@PTCPSocket@@UAEHAAVPSocket@@@Z @877 NONAME
    ?Access@PFile@@QAEHW4OpenMode@1@@Z @4632 NONAME
    ?Access@PFile@@SAHABVPFilePath@@W4OpenMode@1@@Z @878 NONAME
    ?Acknowledge@PSyncPointAck@@QAEXXZ @879 NONAME
    ?AddEntry@PIPCacheData@@QAEXPAUaddrinfo@@@Z @2928 NONAME
    ?AddNotifier@PPluginManager@@QAEXABVPNotifier@@H@Z @3037 NONAME
    ?allocate@?$allocator@PAVPPluginModuleManager@@@std@@QAEPAPAVPPluginModuleManager@@IPBX@Z @5146 NONAME
    ?allocate@?$allocator@VPString@@@std@@QAEPAVPString@@IPBX@Z @5147 NONAME
    ?AllowDeleteObjects@PCollection@@QAEXH@Z @4633 NONAME
    ?Append@PAbstractDictionary@@EAEHPAVPObject@@@Z @880 NONAME
    ?Append@PAbstractList@@UAEHPAVPObject@@@Z @881 NONAME
    ?Append@PAbstractSet@@UAEHPAVPObject@@@Z @882 NONAME
    ?Append@PAbstractSortedList@@UAEHPAVPObject@@@Z @883 NONAME
    ?Append@PArrayObjects@@UAEHPAVPObject@@@Z @884 NONAME
    ?AppendElement@Table@PHashTable@@QAEHPAVPObject@@0@Z @885 NONAME
    ?AppendString@PSortedStringList@@QAEHABVPString@@@Z @4634 NONAME
    ?AppendString@PStringArray@@QAEHABVPString@@@Z @4635 NONAME
    ?AppendString@PStringList@@QAEHABVPString@@@Z @4636 NONAME
    ?ApplyFormat@PVideoDeviceBitmap@@QAEHPAUHWND__@@PBD@Z @6413 NONAME
    ?ApplyQoS@PUDPSocket@@MAEHXZ @2655 NONAME
    ?AreAllRecordBuffersFull@PSoundChannel@@UAEHXZ @2700 NONAME
    ?AreAllRecordBuffersFull@PSoundChannelWin32@@UAEHXZ @2701 NONAME
    ?Ascend@PMultiMediaFile@@QAEHAAU_MMCKINFO@@I@Z @888 NONAME
    ?AsInt64@PString@@QBE_JI@Z @889 NONAME
    ?AsInteger@PString@@QBEJI@Z @890 NONAME
    ?AsNumeric@PIPSocket@@SAIVAddress@1@@Z @6414 NONAME
    ?AsReal@PString@@QBENXZ @891 NONAME
    ?Assign@PSafePtrBase@@QAEXABV1@@Z @6415 NONAME
    ?Assign@PSafePtrBase@@QAEXABVPSafeCollection@@@Z @6416 NONAME
    ?Assign@PSafePtrBase@@QAEXH@Z @6417 NONAME
    ?Assign@PSafePtrBase@@QAEXPAVPSafeObject@@@Z @6418 NONAME
    ?AssignContents@PAbstractArray@@MAEXABVPContainer@@@Z @896 NONAME
    ?AssignContents@PAbstractList@@MAEXABVPContainer@@@Z @897 NONAME
    ?AssignContents@PAbstractSet@@MAEXABVPContainer@@@Z @898 NONAME
    ?AssignContents@PAbstractSortedList@@MAEXABVPContainer@@@Z @899 NONAME
    ?AssignContents@PArrayObjects@@MAEXABVPContainer@@@Z @900 NONAME
    ?AssignContents@PContainer@@MAEXABV1@@Z @901 NONAME
    ?AssignContents@PDirectory@@MAEXABVPContainer@@@Z @902 NONAME
    ?AssignContents@PFilePath@@MAEXABVPContainer@@@Z @903 NONAME
    ?AssignContents@PHashTable@@MAEXABVPContainer@@@Z @904 NONAME
    ?AssignContents@PStringStream@@MAEXABVPContainer@@@Z @905 NONAME
    ?AsString@Address@PIPSocket@@QBE?AVPString@@XZ @906 NONAME
    ?AsString@PTime@@QBE?AVPString@@ABV2@H@Z @907 NONAME
    ?AsString@PTime@@QBE?AVPString@@PBDH@Z @908 NONAME
    ?AsString@PTime@@QBE?AVPString@@W4TimeFormat@1@H@Z @909 NONAME
    ?AsString@PTimeInterval@@QBE?AVPString@@HW4Formats@1@H@Z @910 NONAME
    ?AsUCS2@PString@@QBE?AV?$PScalarArray@G@@XZ @911 NONAME
    ?AsUnsigned64@PString@@QBE_KI@Z @912 NONAME
    ?AsUnsigned@PString@@QBEKI@Z @913 NONAME
    ?Attach@PAbstractArray@@QAEXPBXH@Z @914 NONAME
    ?Attach@PBitArray@@QAEXPBXH@Z @915 NONAME
    ?AttachVideoPlayer@PVideoChannel@@UAEXPAVPVideoOutputDevice@@H@Z @916 NONAME
    ?AttachVideoReader@PVideoChannel@@UAEXPAVPVideoInputDevice@@H@Z @917 NONAME
    ?begin@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@2@XZ @5148 NONAME
    ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@2@XZ @6013 NONAME
    ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@2@XZ @5702 NONAME
    ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@2@XZ @5703 NONAME
    ?begin@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEPAPAVPPluginModuleManager@@XZ @5151 NONAME
    ?begin@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEPAVPString@@XZ @5152 NONAME
    ?begin@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEPBVPString@@XZ @5153 NONAME
    ?begin@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@12@XZ @5704 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AViterator@12@XZ @4883 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @6014 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @5705 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @5706 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @6015 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @6016 NONAME
    ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @6017 NONAME
    ?Begin@PTrace@@SAAAVostream@@IPBDH@Z @918 NONAME
    ?BeginRead@PWin32PacketSYS@@UAEHPAXKAAKAAVPWin32Overlapped@@@Z @919 NONAME
    ?BeginRead@PWin32PacketVxD@@UAEHPAXKAAKAAVPWin32Overlapped@@@Z @920 NONAME
    ?BeginWrite@PWin32PacketSYS@@UAEHPBXKAAVPWin32Overlapped@@@Z @921 NONAME
    ?BeginWrite@PWin32PacketVxD@@UAEHPBXKAAVPWin32Overlapped@@@Z @922 NONAME
    ?bestEffortDSCP@PQoS@@2DA @2656 NONAME
    ?BindInterface@PWin32PacketSYS@@UAEHABVPString@@@Z @923 NONAME
    ?BindInterface@PWin32PacketVxD@@UAEHABVPString@@@Z @924 NONAME
    ?bInitialized@?1??WspiapiLoad@@9@4@4HA @2929 NONAME
    ?Byte1@Address@PIPSocket@@QBEEXZ @925 NONAME
    ?Byte2@Address@PIPSocket@@QBEEXZ @926 NONAME
    ?Byte3@Address@PIPSocket@@QBEEXZ @927 NONAME
    ?Byte4@Address@PIPSocket@@QBEEXZ @928 NONAME
    ?CalculateFrameBytes@PVideoDevice@@SAIIIABVPString@@@Z @929 NONAME
    ?Call@DeleteObjectsTimeout_PNotifier@PSafeCollection@@UBEXAAVPObject@@H@Z @930 NONAME
    ?Call@HandleCapture_PNotifier@PVideoInputDevice_VideoForWindows@@UBEXAAVPObject@@H@Z @6419 NONAME
    ?Call@HandleDisplay_PNotifier@PVideoOutputDevice_Window@@UBEXAAVPObject@@H@Z @6420 NONAME
    ?CallNotifier@PPluginManager@@IAEXAAVPDynaLink@@H@Z @3038 NONAME
    ?CanCaptureVideo@PVideoInputDevice@@UBEHXZ @931 NONAME
    ?CanCaptureVideo@PVideoOutputDevice@@UBEHXZ @932 NONAME
    ?CanReadAndWrite@PPipeChannel@@SAHXZ @933 NONAME
    ?CanTrace@PTrace@@SAHI@Z @934 NONAME
    ?Change@PDirectory@@QBEHXZ @4637 NONAME
    ?Change@PDirectory@@SAHABVPString@@@Z @935 NONAME
    ?CharToString@PConfigArgs@@IBE?AVPString@@D@Z @936 NONAME
    ?Class@?$PArray@VPString@@@@SAPBDXZ @5156 NONAME
    ?Class@?$PBaseArray@D@@SAPBDXZ @5157 NONAME
    ?Class@?$PBaseArray@H@@SAPBDXZ @5158 NONAME
    ?Class@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@SAPBDXZ @5159 NONAME
    ?Class@?$PDictionary@VPOrdinalKey@@VPThread@@@@SAPBDXZ @5160 NONAME
    ?Class@?$PDictionary@VPString@@VPDynaLink@@@@SAPBDXZ @5161 NONAME
    ?Class@?$PList@VPDynaLink@@@@SAPBDXZ @5162 NONAME
    ?Class@?$PList@VPNotifier@@@@SAPBDXZ @5163 NONAME
    ?Class@?$PList@VPPluginService@@@@SAPBDXZ @5164 NONAME
    ?Class@?$PList@VPString@@@@SAPBDXZ @5165 NONAME
    ?Class@?$PList@VPThread@@@@SAPBDXZ @5166 NONAME
    ?Class@?$PList@VPTimer@@@@SAPBDXZ @5167 NONAME
    ?Class@?$PStringDictionary@VPString@@@@SAPBDXZ @6421 NONAME
    ?Class@Nest@PReadWriteMutex@@SAPBDXZ @5169 NONAME
    ?Class@PAbstractArray@@SAPBDXZ @5170 NONAME
    ?Class@PAbstractDictionary@@SAPBDXZ @5171 NONAME
    ?Class@PAbstractList@@SAPBDXZ @5172 NONAME
    ?Class@PArgList@@SAPBDXZ @5175 NONAME
    ?Class@PArrayObjects@@SAPBDXZ @5176 NONAME
    ?Class@PCaselessString@@SAPBDXZ @5179 NONAME
    ?Class@PCharArray@@SAPBDXZ @5181 NONAME
    ?Class@PCollection@@SAPBDXZ @5182 NONAME
    ?Class@PCondMutex@@SAPBDXZ @5183 NONAME
    ?Class@PConfigArgs@@SAPBDXZ @5185 NONAME
    ?Class@PContainer@@SAPBDXZ @5187 NONAME
    ?Class@PDirectory@@SAPBDXZ @5189 NONAME
    ?Class@PHashTable@@SAPBDXZ @5194 NONAME
    ?Class@PIntCondMutex@@SAPBDXZ @5196 NONAME
    ?Class@PluginLoaderStartup@@SAPBDXZ @5197 NONAME
    ?Class@PMutex@@SAPBDXZ @5198 NONAME
    ?Class@PNotifier@@SAPBDXZ @5199 NONAME
    ?Class@PObject@@SAPBDXZ @5201 NONAME
    ?Class@PPluginManager@@SAPBDXZ @5204 NONAME
    ?Class@PProcess@@SAPBDXZ @5205 NONAME
    ?Class@PProcessStartup@@SAPBDXZ @5206 NONAME
    ?Class@PReadWriteMutex@@SAPBDXZ @5207 NONAME
    ?Class@PSemaphore@@SAPBDXZ @5209 NONAME
    ?Class@PSimpleThread@@SAPBDXZ @5210 NONAME
    ?Class@PSmartPointer@@SAPBDXZ @5212 NONAME
    ?Class@PString@@SAPBDXZ @5216 NONAME
    ?Class@PStringArray@@SAPBDXZ @5217 NONAME
    ?Class@PStringList@@SAPBDXZ @5218 NONAME
    ?Class@PStringToString@@SAPBDXZ @6422 NONAME
    ?Class@PThread@@SAPBDXZ @5226 NONAME
    ?Class@PTime@@SAPBDXZ @5227 NONAME
    ?Class@PTimeInterval@@SAPBDXZ @5228 NONAME
    ?Class@PTimer@@SAPBDXZ @5229 NONAME
    ?Class@PTimerList@@SAPBDXZ @5230 NONAME
    ?Cleanup@PNotifierList@@AAEXXZ @4809 NONAME
    ?ClearBreak@PSerialChannel@@QAEXXZ @937 NONAME
    ?ClearDTR@PSerialChannel@@QAEXXZ @938 NONAME
    ?ClearNameCache@PIPSocket@@SAXXZ @939 NONAME
    ?ClearOptions@PTrace@@SAXI@Z @940 NONAME
    ?ClearRTS@PSerialChannel@@QAEXXZ @941 NONAME
    ?Clone@?$PArray@VPString@@@@UBEPAVPObject@@XZ @942 NONAME
    ?Clone@?$PArray@VPWaveBuffer@@@@UBEPAVPObject@@XZ @943 NONAME
    ?Clone@?$PArray@VPWin32PacketBuffer@@@@UBEPAVPObject@@XZ @944 NONAME
    ?Clone@?$PBaseArray@D@@UBEPAVPObject@@XZ @945 NONAME
    ?Clone@?$PBaseArray@E@@UBEPAVPObject@@XZ @946 NONAME
    ?Clone@?$PBaseArray@F@@UBEPAVPObject@@XZ @947 NONAME
    ?Clone@?$PBaseArray@G@@UBEPAVPObject@@XZ @948 NONAME
    ?Clone@?$PBaseArray@H@@UBEPAVPObject@@XZ @949 NONAME
    ?Clone@?$PBaseArray@I@@UBEPAVPObject@@XZ @950 NONAME
    ?Clone@?$PBaseArray@J@@UBEPAVPObject@@XZ @951 NONAME
    ?Clone@?$PBaseArray@K@@UBEPAVPObject@@XZ @952 NONAME
    ?Clone@?$PBaseArray@PAVPObject@@@@UBEPAVPObject@@XZ @953 NONAME
    ?Clone@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UBEPAVPObject@@XZ @954 NONAME
    ?Clone@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UBEPAVPObject@@XZ @955 NONAME
    ?Clone@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UBEPAVPObject@@XZ @956 NONAME
    ?Clone@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UBEPAVPObject@@XZ @4810 NONAME
    ?Clone@?$PDictionary@VPOrdinalKey@@VPThread@@@@UBEPAVPObject@@XZ @957 NONAME
    ?Clone@?$PDictionary@VPString@@VPDynaLink@@@@UBEPAVPObject@@XZ @4745 NONAME
    ?Clone@?$PList@VInterfaceEntry@PIPSocket@@@@UBEPAVPObject@@XZ @6423 NONAME
    ?Clone@?$PList@VPDynaLink@@@@UBEPAVPObject@@XZ @3039 NONAME
    ?Clone@?$PList@VPNotifier@@@@UBEPAVPObject@@XZ @3040 NONAME
    ?Clone@?$PList@VPPluginService@@@@UBEPAVPObject@@XZ @2703 NONAME
    ?Clone@?$PList@VPSafeObject@@@@UBEPAVPObject@@XZ @6018 NONAME
    ?Clone@?$PList@VPSocket@@@@UBEPAVPObject@@XZ @958 NONAME
    ?Clone@?$PList@VPString@@@@UBEPAVPObject@@XZ @5237 NONAME
    ?Clone@?$PList@VPThread@@@@UBEPAVPObject@@XZ @960 NONAME
    ?Clone@?$PList@VPTimer@@@@UBEPAVPObject@@XZ @961 NONAME
    ?Clone@?$PSet@VPString@@@@UBEPAVPObject@@XZ @962 NONAME
    ?Clone@?$PStringDictionary@VPString@@@@UBEPAVPObject@@XZ @6424 NONAME
    ?Clone@PBitArray@@UBEPAVPObject@@XZ @963 NONAME
    ?Clone@PBYTEArray@@UBEPAVPObject@@XZ @964 NONAME
    ?Clone@PCaselessString@@UBEPAVPObject@@XZ @965 NONAME
    ?Clone@PCharArray@@UBEPAVPObject@@XZ @966 NONAME
    ?Clone@PIPCacheKey@@UBEPAVPObject@@XZ @967 NONAME
    ?Clone@PObject@@UBEPAV1@XZ @968 NONAME
    ?Clone@POrdinalKey@@UBEPAVPObject@@XZ @969 NONAME
    ?Clone@POrdinalToString@@UBEPAVPObject@@XZ @970 NONAME
    ?Clone@PSortedStringList@@UBEPAVPObject@@XZ @971 NONAME
    ?Clone@PString@@UBEPAVPObject@@XZ @972 NONAME
    ?Clone@PStringArray@@UBEPAVPObject@@XZ @973 NONAME
    ?Clone@PStringList@@UBEPAVPObject@@XZ @974 NONAME
    ?Clone@PStringSet@@UBEPAVPObject@@XZ @975 NONAME
    ?Clone@PStringToOrdinal@@UBEPAVPObject@@XZ @976 NONAME
    ?Clone@PStringToString@@UBEPAVPObject@@XZ @977 NONAME
    ?Clone@PTCPSocket@@UBEPAVPObject@@XZ @978 NONAME
    ?Clone@PTime@@UBEPAVPObject@@XZ @979 NONAME
    ?Clone@PTimeInterval@@UBEPAVPObject@@XZ @980 NONAME
    ?Clone@Table@PHashTable@@UBEPAVPObject@@XZ @981 NONAME
    ?CloneContents@PAbstractArray@@IAEXPBV1@@Z @982 NONAME
    ?CloneContents@PAbstractList@@IAEXPBV1@@Z @983 NONAME
    ?CloneContents@PAbstractSet@@IAEXPBV1@@Z @984 NONAME
    ?CloneContents@PAbstractSortedList@@IAEXPBV1@@Z @985 NONAME
    ?CloneContents@PArrayObjects@@IAEXPBV1@@Z @986 NONAME
    ?CloneContents@PContainer@@IAEXPBV1@@Z @4638 NONAME
    ?CloneContents@PDirectory@@IAEXPBV1@@Z @987 NONAME
    ?CloneContents@PHashTable@@IAEXPBV1@@Z @988 NONAME
    ?Close@PChannel@@UAEHXZ @989 NONAME
    ?Close@PConsoleChannel@@UAEHXZ @990 NONAME
    ?Close@PDirectory@@UAEXXZ @6152 NONAME
    ?Close@PDynaLink@@UAEXXZ @992 NONAME
    ?Close@PEthSocket@@UAEHXZ @993 NONAME
    ?Close@PFile@@UAEHXZ @995 NONAME
    ?Close@PICMPSocket@@UAEHXZ @996 NONAME
    ?Close@PIndirectChannel@@UAEHXZ @997 NONAME
    ?Close@PMultiMediaFile@@QAEHI@Z @998 NONAME
    ?Close@PPipeChannel@@UAEHXZ @999 NONAME
    ?Close@PRemoteConnection@@QAEXXZ @1000 NONAME
    ?Close@PSerialChannel@@UAEHXZ @1001 NONAME
    ?Close@PSocket@@UAEHXZ @1002 NONAME
    ?Close@PSoundChannelWin32@@UAEHXZ @2704 NONAME
    ?Close@PVideoChannel@@UAEHXZ @1004 NONAME
    ?Close@PVideoDevice@@UAEHXZ @1005 NONAME
    ?Close@PVideoInputDevice@@UAEHXZ @1006 NONAME
    ?Close@PVideoInputDevice_FakeVideo@@UAEHXZ @2848 NONAME
    ?Close@PVideoInputDevice_VideoForWindows@@UAEHXZ @2705 NONAME
    ?Close@PVideoOutputDevice@@UAEHXZ @2706 NONAME
    ?Close@PVideoOutputDevice_NULLOutput@@UAEHXZ @2849 NONAME
    ?Close@PVideoOutputDevice_Window@@UAEHXZ @6425 NONAME
    ?Close@PWin32PacketDriver@@QAEXXZ @1008 NONAME
    ?CloseVideoPlayer@PVideoChannel@@UAEXXZ @1009 NONAME
    ?CloseVideoReader@PVideoChannel@@UAEXXZ @1010 NONAME
    ?Compare@Address@PIPSocket@@UBE?AW4Comparison@PObject@@ABV4@@Z @1011 NONAME
    ?Compare@PAbstractArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1012 NONAME
    ?Compare@PAbstractList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1013 NONAME
    ?Compare@PAbstractSortedList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1014 NONAME
    ?Compare@PArrayObjects@@UBE?AW4Comparison@PObject@@ABV3@@Z @1015 NONAME
    ?Compare@PChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1016 NONAME
    ?Compare@PFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @1017 NONAME
    ?Compare@PHashTable@@UBE?AW4Comparison@PObject@@ABV3@@Z @1018 NONAME
    ?Compare@PIndirectChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1019 NONAME
    ?Compare@PObject@@UBE?AW4Comparison@1@ABV1@@Z @1020 NONAME
    ?Compare@POrdinalKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @1021 NONAME
    ?Compare@PPipeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1022 NONAME
    ?Compare@PProcess@@UBE?AW4Comparison@PObject@@ABV3@@Z @1023 NONAME
    ?Compare@PRemoteConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @1024 NONAME
    ?Compare@PSafePtrBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @1025 NONAME
    ?Compare@PSmartPointer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1026 NONAME
    ?Compare@PString@@UBE?AW4Comparison@PObject@@ABV3@@Z @1027 NONAME
    ?Compare@PTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @1028 NONAME
    ?Compare@PTimeInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @1029 NONAME
    ?CompareObjectMemoryDirect@?$PArray@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1030 NONAME
    ?CompareObjectMemoryDirect@?$PArray@VPWaveBuffer@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1031 NONAME
    ?CompareObjectMemoryDirect@?$PArray@VPWin32PacketBuffer@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1032 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@D@@UBE?AW4Comparison@PObject@@ABV3@@Z @1033 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@E@@UBE?AW4Comparison@PObject@@ABV3@@Z @1034 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@F@@UBE?AW4Comparison@PObject@@ABV3@@Z @1035 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@G@@UBE?AW4Comparison@PObject@@ABV3@@Z @1036 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@H@@UBE?AW4Comparison@PObject@@ABV3@@Z @1037 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@I@@UBE?AW4Comparison@PObject@@ABV3@@Z @1038 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@J@@UBE?AW4Comparison@PObject@@ABV3@@Z @1039 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@K@@UBE?AW4Comparison@PObject@@ABV3@@Z @1040 NONAME
    ?CompareObjectMemoryDirect@?$PBaseArray@PAVPObject@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1041 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1042 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1043 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1044 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @4811 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPThread@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1045 NONAME
    ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPDynaLink@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @4746 NONAME
    ?CompareObjectMemoryDirect@?$PList@VInterfaceEntry@PIPSocket@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6426 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPDynaLink@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @3041 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPNotifier@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @3042 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPPluginService@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @2708 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPSafeObject@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6019 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPSocket@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1046 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5243 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPThread@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1048 NONAME
    ?CompareObjectMemoryDirect@?$PList@VPTimer@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1049 NONAME
    ?CompareObjectMemoryDirect@?$PSet@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @1050 NONAME
    ?CompareObjectMemoryDirect@?$PStringDictionary@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6427 NONAME
    ?CompareObjectMemoryDirect@CMCDLL@PMail@@UBE?AW4Comparison@PObject@@ABV4@@Z @1051 NONAME
    ?CompareObjectMemoryDirect@HouseKeepingThread@PProcess@@UBE?AW4Comparison@PObject@@ABV4@@Z @1052 NONAME
    ?CompareObjectMemoryDirect@InterfaceEntry@PIPSocket@@UBE?AW4Comparison@PObject@@ABV4@@Z @1053 NONAME
    ?CompareObjectMemoryDirect@MAPIDLL@PMail@@UBE?AW4Comparison@PObject@@ABV4@@Z @1054 NONAME
    ?CompareObjectMemoryDirect@Nest@PReadWriteMutex@@UBE?AW4Comparison@PObject@@ABV4@@Z @1055 NONAME
    ?CompareObjectMemoryDirect@PAbstractArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1056 NONAME
    ?CompareObjectMemoryDirect@PAbstractDictionary@@UBE?AW4Comparison@PObject@@ABV3@@Z @1057 NONAME
    ?CompareObjectMemoryDirect@PAbstractList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1058 NONAME
    ?CompareObjectMemoryDirect@PAbstractSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @1059 NONAME
    ?CompareObjectMemoryDirect@PAbstractSortedList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1060 NONAME
    ?CompareObjectMemoryDirect@PArgList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1061 NONAME
    ?CompareObjectMemoryDirect@PArrayObjects@@UBE?AW4Comparison@PObject@@ABV3@@Z @1062 NONAME
    ?CompareObjectMemoryDirect@PBitArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1063 NONAME
    ?CompareObjectMemoryDirect@PBYTEArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1064 NONAME
    ?CompareObjectMemoryDirect@PCaselessString@@UBE?AW4Comparison@PObject@@ABV3@@Z @1065 NONAME
    ?CompareObjectMemoryDirect@PChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1066 NONAME
    ?CompareObjectMemoryDirect@PCharArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1067 NONAME
    ?CompareObjectMemoryDirect@PCollection@@UBE?AW4Comparison@PObject@@ABV3@@Z @1068 NONAME
    ?CompareObjectMemoryDirect@PColourConverter@@UBE?AW4Comparison@PObject@@ABV3@@Z @1069 NONAME
    ?CompareObjectMemoryDirect@PColourConverterRegistration@@UBE?AW4Comparison@PObject@@ABV3@@Z @1070 NONAME
    ?CompareObjectMemoryDirect@PCondMutex@@UBE?AW4Comparison@PObject@@ABV3@@Z @5248 NONAME
    ?CompareObjectMemoryDirect@PConfig@@UBE?AW4Comparison@PObject@@ABV3@@Z @1071 NONAME
    ?CompareObjectMemoryDirect@PConfigArgs@@UBE?AW4Comparison@PObject@@ABV3@@Z @1072 NONAME
    ?CompareObjectMemoryDirect@PConsoleChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1073 NONAME
    ?CompareObjectMemoryDirect@PContainer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1074 NONAME
    ?CompareObjectMemoryDirect@PCriticalSection@@UBE?AW4Comparison@PObject@@ABV3@@Z @4639 NONAME
    ?CompareObjectMemoryDirect@PDirectory@@UBE?AW4Comparison@PObject@@ABV3@@Z @1075 NONAME
    ?CompareObjectMemoryDirect@PDynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @1076 NONAME
    ?CompareObjectMemoryDirect@PEthSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1077 NONAME
    ?CompareObjectMemoryDirect@PFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @1079 NONAME
    ?CompareObjectMemoryDirect@PFileInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @1080 NONAME
    ?CompareObjectMemoryDirect@PFilePath@@UBE?AW4Comparison@PObject@@ABV3@@Z @1081 NONAME
    ?CompareObjectMemoryDirect@PHashTable@@UBE?AW4Comparison@PObject@@ABV3@@Z @1082 NONAME
    ?CompareObjectMemoryDirect@PICMPDLL@@UBE?AW4Comparison@PObject@@ABV3@@Z @1083 NONAME
    ?CompareObjectMemoryDirect@PICMPSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1084 NONAME
    ?CompareObjectMemoryDirect@PImageDLL@@UBE?AW4Comparison@PObject@@ABV3@@Z @1085 NONAME
    ?CompareObjectMemoryDirect@PIndirectChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1086 NONAME
    ?CompareObjectMemoryDirect@PIntCondMutex@@UBE?AW4Comparison@PObject@@ABV3@@Z @1087 NONAME
    ?CompareObjectMemoryDirect@PIPCacheData@@UBE?AW4Comparison@PObject@@ABV3@@Z @1088 NONAME
    ?CompareObjectMemoryDirect@PIPCacheKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @1089 NONAME
    ?CompareObjectMemoryDirect@PIPDatagramSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1090 NONAME
    ?CompareObjectMemoryDirect@PIPSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1091 NONAME
    ?CompareObjectMemoryDirect@PIPXSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1092 NONAME
    ?CompareObjectMemoryDirect@PluginLoaderStartup@@UBE?AW4Comparison@PObject@@ABV3@@Z @4886 NONAME
    ?CompareObjectMemoryDirect@PMail@@UBE?AW4Comparison@PObject@@ABV3@@Z @1093 NONAME
    ?CompareObjectMemoryDirect@PMutex@@UBE?AW4Comparison@PObject@@ABV3@@Z @1094 NONAME
    ?CompareObjectMemoryDirect@PNotifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @1095 NONAME
    ?CompareObjectMemoryDirect@PNotifierFunction@@UBE?AW4Comparison@PObject@@ABV3@@Z @1096 NONAME
    ?CompareObjectMemoryDirect@PObject@@UBE?AW4Comparison@1@ABV1@@Z @1097 NONAME
    ?CompareObjectMemoryDirect@POrdinalKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @1098 NONAME
    ?CompareObjectMemoryDirect@POrdinalToString@@UBE?AW4Comparison@PObject@@ABV3@@Z @1099 NONAME
    ?CompareObjectMemoryDirect@PPipeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1100 NONAME
    ?CompareObjectMemoryDirect@PPluginManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @2709 NONAME
    ?CompareObjectMemoryDirect@PPointer@@UBE?AW4Comparison@PObject@@ABV3@@Z @4812 NONAME
    ?CompareObjectMemoryDirect@PProcess@@UBE?AW4Comparison@PObject@@ABV3@@Z @1101 NONAME
    ?CompareObjectMemoryDirect@PProcessStartup@@UBE?AW4Comparison@PObject@@ABV3@@Z @5249 NONAME
    ?CompareObjectMemoryDirect@PQoS@@UBE?AW4Comparison@PObject@@ABV3@@Z @2657 NONAME
    ?CompareObjectMemoryDirect@PRASDLL@@UBE?AW4Comparison@PObject@@ABV3@@Z @1102 NONAME
    ?CompareObjectMemoryDirect@PReadWriteMutex@@UBE?AW4Comparison@PObject@@ABV3@@Z @1103 NONAME
    ?CompareObjectMemoryDirect@PRegularExpression@@UBE?AW4Comparison@PObject@@ABV3@@Z @1104 NONAME
    ?CompareObjectMemoryDirect@PRemoteConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @1105 NONAME
    ?CompareObjectMemoryDirect@PSafeCollection@@UBE?AW4Comparison@PObject@@ABV3@@Z @1106 NONAME
    ?CompareObjectMemoryDirect@PSafeObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @1107 NONAME
    ?CompareObjectMemoryDirect@PSafePtrBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @1108 NONAME
    ?CompareObjectMemoryDirect@PSemaphore@@UBE?AW4Comparison@PObject@@ABV3@@Z @1109 NONAME
    ?CompareObjectMemoryDirect@PSerialChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1110 NONAME
    ?CompareObjectMemoryDirect@PServiceProcess@@UBE?AW4Comparison@PObject@@ABV3@@Z @1111 NONAME
    ?CompareObjectMemoryDirect@PSimpleThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @1112 NONAME
    ?CompareObjectMemoryDirect@PSmartPointer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1113 NONAME
    ?CompareObjectMemoryDirect@PSmartPtrInspector@@UBE?AW4Comparison@PObject@@ABV3@@Z @4813 NONAME
    ?CompareObjectMemoryDirect@PSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1114 NONAME
    ?CompareObjectMemoryDirect@PSortedStringList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1115 NONAME
    ?CompareObjectMemoryDirect@PSound@@UBE?AW4Comparison@PObject@@ABV3@@Z @1116 NONAME
    ?CompareObjectMemoryDirect@PSoundChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1117 NONAME
    ?CompareObjectMemoryDirect@PSPXSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1118 NONAME
    ?CompareObjectMemoryDirect@PStandardColourConverter@@UBE?AW4Comparison@PObject@@ABV3@@Z @1119 NONAME
    ?CompareObjectMemoryDirect@PString@@UBE?AW4Comparison@PObject@@ABV3@@Z @1120 NONAME
    ?CompareObjectMemoryDirect@PStringArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @1121 NONAME
    ?CompareObjectMemoryDirect@PStringList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1122 NONAME
    ?CompareObjectMemoryDirect@PStringSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @1123 NONAME
    ?CompareObjectMemoryDirect@PStringStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @1124 NONAME
    ?CompareObjectMemoryDirect@PStringToOrdinal@@UBE?AW4Comparison@PObject@@ABV3@@Z @1125 NONAME
    ?CompareObjectMemoryDirect@PStringToString@@UBE?AW4Comparison@PObject@@ABV3@@Z @1126 NONAME
    ?CompareObjectMemoryDirect@PStructuredFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @1127 NONAME
    ?CompareObjectMemoryDirect@PSyncPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @1128 NONAME
    ?CompareObjectMemoryDirect@PSystemLog@@UBE?AW4Comparison@PObject@@ABV3@@Z @1129 NONAME
    ?CompareObjectMemoryDirect@PTCPSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1130 NONAME
    ?CompareObjectMemoryDirect@PTextFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @1131 NONAME
    ?CompareObjectMemoryDirect@PThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @1132 NONAME
    ?CompareObjectMemoryDirect@PTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @1133 NONAME
    ?CompareObjectMemoryDirect@PTimeInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @1134 NONAME
    ?CompareObjectMemoryDirect@PTimer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1135 NONAME
    ?CompareObjectMemoryDirect@PTimerList@@UBE?AW4Comparison@PObject@@ABV3@@Z @1136 NONAME
    ?CompareObjectMemoryDirect@PUDPSocket@@UBE?AW4Comparison@PObject@@ABV3@@Z @1137 NONAME
    ?CompareObjectMemoryDirect@PVideoChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @1138 NONAME
    ?CompareObjectMemoryDirect@PVideoDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @1139 NONAME
    ?CompareObjectMemoryDirect@PVideoInputDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @1140 NONAME
    ?CompareObjectMemoryDirect@PVideoInputDevice_FakeVideo@@UBE?AW4Comparison@PObject@@ABV3@@Z @2850 NONAME
    ?CompareObjectMemoryDirect@PVideoInputDevice_VideoForWindows@@UBE?AW4Comparison@PObject@@ABV3@@Z @2710 NONAME
    ?CompareObjectMemoryDirect@PVideoOutputDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @1142 NONAME
    ?CompareObjectMemoryDirect@PVideoOutputDeviceRGB@@UBE?AW4Comparison@PObject@@ABV3@@Z @6428 NONAME
    ?CompareObjectMemoryDirect@PVideoOutputDevice_NULLOutput@@UBE?AW4Comparison@PObject@@ABV3@@Z @2851 NONAME
    ?CompareObjectMemoryDirect@PVideoOutputDevice_Window@@UBE?AW4Comparison@PObject@@ABV3@@Z @6429 NONAME
    ?CompareObjectMemoryDirect@PWaveBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1146 NONAME
    ?CompareObjectMemoryDirect@PWaveFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @1147 NONAME
    ?CompareObjectMemoryDirect@PWin32PacketBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @1148 NONAME
    ?CompareObjectMemoryDirect@PWin32SnmpLibrary@@UBE?AW4Comparison@PObject@@ABV3@@Z @1149 NONAME
    ?CompareObjectMemoryDirect@PWinQoS@@UBE?AW4Comparison@PObject@@ABV3@@Z @2930 NONAME
    ?CompareObjectMemoryDirect@PWinSock@@UBE?AW4Comparison@PObject@@ABV3@@Z @1150 NONAME
    ?CompareObjectMemoryDirect@RouteEntry@PIPSocket@@UBE?AW4Comparison@PObject@@ABV4@@Z @1151 NONAME
    ?CompareObjectMemoryDirect@SelectList@PSocket@@UBE?AW4Comparison@PObject@@ABV4@@Z @1152 NONAME
    ?CompareObjectMemoryDirect@Table@PHashTable@@UBE?AW4Comparison@PObject@@ABV4@@Z @1153 NONAME
    ?CompareObjectMemoryDirect@WinSNMPLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @5446 NONAME
    ?Compile@PRegularExpression@@QAEHABVPString@@H@Z @1154 NONAME
    ?Compile@PRegularExpression@@QAEHPBDH@Z @1155 NONAME
    ?CompleteIO@PWin32PacketDriver@@QAEHAAKAAVPWin32Overlapped@@@Z @1156 NONAME
    ?Concatenate@PAbstractArray@@QAEHABV1@@Z @1157 NONAME
    ?Concatenate@PBitArray@@QAEHABV1@@Z @1158 NONAME
    ?Condition@PIntCondMutex@@UAEHXZ @1159 NONAME
    ?Connect@PEthSocket@@UAEHABVPString@@@Z @1160 NONAME
    ?Connect@PIPSocket@@UAEHABVAddress@1@0@Z @1161 NONAME
    ?Connect@PIPSocket@@UAEHABVAddress@1@@Z @1162 NONAME
    ?Connect@PIPSocket@@UAEHABVAddress@1@G0@Z @1163 NONAME
    ?Connect@PIPSocket@@UAEHABVPString@@@Z @1164 NONAME
    ?Connect@PIPSocket@@UAEHGABVAddress@1@@Z @1165 NONAME
    ?Connect@PIPXSocket@@UAEHABVAddress@1@@Z @1166 NONAME
    ?Connect@PIPXSocket@@UAEHABVPString@@@Z @1167 NONAME
    ?Connect@PSocket@@UAEHABVPString@@@Z @1168 NONAME
    ?Connect@PUDPSocket@@UAEHABVPString@@@Z @1169 NONAME
    ?construct@?$allocator@PAVPPluginModuleManager@@@std@@QAEXPAPAVPPluginModuleManager@@ABQAV3@@Z @5251 NONAME
    ?construct@?$allocator@VPString@@@std@@QAEXPAVPString@@ABV3@@Z @5252 NONAME
    ?Construct@PChannel@@AAEXXZ @1170 NONAME
    ?Construct@PConfig@@AAEXABVPFilePath@@@Z @1171 NONAME
    ?Construct@PConfig@@AAEXW4Source@1@ABVPString@@1@Z @1172 NONAME
    ?Construct@PDirectory@@IAEXXZ @1173 NONAME
    ?Construct@PMail@@IAEXXZ @1174 NONAME
    ?Construct@PProcess@@AAEXXZ @1175 NONAME
    ?Construct@PRemoteConnection@@AAEXXZ @1176 NONAME
    ?Construct@PSerialChannel@@AAEXXZ @1177 NONAME
    ?Construct@PSoundChannelWin32@@QAEXXZ @2711 NONAME
    ?Construct@PTimer@@AAEXXZ @1179 NONAME
    ?Construct@P_fd_set@@AAEXXZ @1180 NONAME
    ?Contains@?$PStringDictionary@VPString@@@@QBEHABVPString@@@Z @6430 NONAME
    ?Control@NT_ServiceManager@@AAEHPAVPServiceProcess@@K@Z @1181 NONAME
    ?ControlEntry@PServiceProcess@@AAEXK@Z @1182 NONAME
    ?controlledLoadDSCP@PQoS@@2DA @2659 NONAME
    ?Convert@PSynonymColour@@UAEHPBEPAEPAH@Z @1183 NONAME
    ?Convert@P_BGR24_RGB24@@UAEHPBEPAEPAH@Z @6431 NONAME
    ?Convert@P_BGR24_RGB32@@UAEHPBEPAEPAH@Z @6432 NONAME
    ?Convert@P_BGR24_YUV420P@@UAEHPBEPAEPAH@Z @2852 NONAME
    ?Convert@P_BGR32_RGB24@@UAEHPBEPAEPAH@Z @6433 NONAME
    ?Convert@P_BGR32_RGB32@@UAEHPBEPAEPAH@Z @6434 NONAME
    ?Convert@P_BGR32_YUV420P@@UAEHPBEPAEPAH@Z @2853 NONAME
    ?Convert@P_Grey_YUV420P@@UAEHPBEPAEPAH@Z @1185 NONAME
    ?Convert@P_RGB24_BGR24@@UAEHPBEPAEPAH@Z @6435 NONAME
    ?Convert@P_RGB24_BGR32@@UAEHPBEPAEPAH@Z @6436 NONAME
    ?Convert@P_RGB24_RGB32@@UAEHPBEPAEPAH@Z @1187 NONAME
    ?Convert@P_RGB24_YUV420P@@UAEHPBEPAEPAH@Z @1188 NONAME
    ?Convert@P_RGB32_BGR24@@UAEHPBEPAEPAH@Z @6437 NONAME
    ?Convert@P_RGB32_BGR32@@UAEHPBEPAEPAH@Z @6438 NONAME
    ?Convert@P_RGB32_RGB24@@UAEHPBEPAEPAH@Z @1190 NONAME
    ?Convert@P_RGB32_YUV420P@@UAEHPBEPAEPAH@Z @1191 NONAME
    ?Convert@P_SBGGR8_RGB24@@UAEHPBEPAEPAH@Z @6153 NONAME
    ?Convert@P_SBGGR8_YUV420P@@UAEHPBEPAEPAH@Z @6439 NONAME
    ?Convert@P_UYV444_YUV420P@@UAEHPBEPAEPAH@Z @1192 NONAME
    ?Convert@P_UYVY422_YUV420P@@UAEHPBEPAEPAH@Z @1193 NONAME
    ?Convert@P_YUV411P_YUV420P@@UAEHPBEPAEPAH@Z @1194 NONAME
    ?Convert@P_YUV420P_BGR24@@UAEHPBEPAEPAH@Z @1195 NONAME
    ?Convert@P_YUV420P_BGR32@@UAEHPBEPAEPAH@Z @2854 NONAME
    ?Convert@P_YUV420P_RGB24@@UAEHPBEPAEPAH@Z @1197 NONAME
    ?Convert@P_YUV420P_RGB32@@UAEHPBEPAEPAH@Z @1199 NONAME
    ?Convert@P_YUV420P_YUV411P@@UAEHPBEPAEPAH@Z @1201 NONAME
    ?Convert@P_YUV422_YUV420P@@UAEHPBEPAEPAH@Z @1202 NONAME
    ?Convert@P_YUV422_YUV422@@UAEHPBEPAEPAH@Z @1203 NONAME
    ?ConvertInPlace@PColourConverter@@UAEHPAEPAHH@Z @1204 NONAME
    ?ConvertOSError@PChannel@@MAEHHW4ErrorGroup@1@@Z @1205 NONAME
    ?ConvertOSError@PChannel@@SAHHAAW4Errors@1@AAH@Z @1206 NONAME
    ?ConvertOSError@PSocket@@KAHHAAW4Errors@PChannel@@AAH@Z @1207 NONAME
    ?ConvertOSError@PSocket@@MAEHHW4ErrorGroup@PChannel@@@Z @1208 NONAME
    ?Copy@PFile@@QAEHABVPFilePath@@H@Z @4640 NONAME
    ?Copy@PFile@@SAHABVPFilePath@@0H@Z @1209 NONAME
    ?copy@std@@YAPAPAVPPluginModuleManager@@PAPAV2@00@Z @5447 NONAME
    ?CopyContents@PAbstractArray@@IAEXABV1@@Z @1210 NONAME
    ?CopyContents@PAbstractList@@IAEXABV1@@Z @1211 NONAME
    ?CopyContents@PAbstractSet@@IAEXABV1@@Z @1212 NONAME
    ?CopyContents@PAbstractSortedList@@IAEXABV1@@Z @1213 NONAME
    ?CopyContents@PArrayObjects@@IAEXABV1@@Z @1214 NONAME
    ?CopyContents@PContainer@@IAEXABV1@@Z @4641 NONAME
    ?CopyContents@PDirectory@@IAEXABV1@@Z @1215 NONAME
    ?CopyContents@PHashTable@@IAEXABV1@@Z @1216 NONAME
    ?copy_backward@std@@YAPAPAVPPluginModuleManager@@PAPAV2@00@Z @5253 NONAME
    ?copy_backward@std@@YAPAVPString@@PAV2@00@Z @5254 NONAME
    ?Create@?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MBEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6020 NONAME
    ?Create@?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MBEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6021 NONAME
    ?Create@?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MBEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6022 NONAME
    ?Create@?$Worker@VPluginLoaderStartup@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @6023 NONAME
    ?Create@?$Worker@VWinSNMPLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @6024 NONAME
    ?Create@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @1217 NONAME
    ?Create@PColourConverter@@SAPAV1@ABVPString@@0II@Z @1218 NONAME
    ?Create@PDirectory@@QBEHH@Z @4642 NONAME
    ?Create@PDirectory@@SAHABVPString@@H@Z @4643 NONAME
    ?Create@PSynonymColourRegistration@@UBEPAVPColourConverter@@II@Z @1219 NONAME
    ?Create@PThread@@SAPAV1@ABVPNotifier@@HW4AutoDeleteFlag@1@W4Priority@1@ABVPString@@H@Z @1220 NONAME
    ?Create@PWin32PacketDriver@@SAPAV1@XZ @1221 NONAME
    ?Create@P_BGR24_RGB24_Registration@@UBEPAVPColourConverter@@II@Z @6440 NONAME
    ?Create@P_BGR24_RGB32_Registration@@UBEPAVPColourConverter@@II@Z @6441 NONAME
    ?Create@P_BGR24_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @2855 NONAME
    ?Create@P_BGR32_RGB24_Registration@@UBEPAVPColourConverter@@II@Z @6442 NONAME
    ?Create@P_BGR32_RGB32_Registration@@UBEPAVPColourConverter@@II@Z @6443 NONAME
    ?Create@P_BGR32_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @2856 NONAME
    ?Create@P_Grey_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1223 NONAME
    ?Create@P_RGB24_BGR24_Registration@@UBEPAVPColourConverter@@II@Z @6444 NONAME
    ?Create@P_RGB24_BGR32_Registration@@UBEPAVPColourConverter@@II@Z @6445 NONAME
    ?Create@P_RGB24_RGB32_Registration@@UBEPAVPColourConverter@@II@Z @1225 NONAME
    ?Create@P_RGB24_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1226 NONAME
    ?Create@P_RGB32_BGR24_Registration@@UBEPAVPColourConverter@@II@Z @6446 NONAME
    ?Create@P_RGB32_BGR32_Registration@@UBEPAVPColourConverter@@II@Z @6447 NONAME
    ?Create@P_RGB32_RGB24_Registration@@UBEPAVPColourConverter@@II@Z @1228 NONAME
    ?Create@P_RGB32_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1229 NONAME
    ?Create@P_SBGGR8_RGB24_Registration@@UBEPAVPColourConverter@@II@Z @6154 NONAME
    ?Create@P_SBGGR8_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @6448 NONAME
    ?Create@P_UYV444_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1230 NONAME
    ?Create@P_UYVY422_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1231 NONAME
    ?Create@P_YUV411P_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1232 NONAME
    ?Create@P_YUV420P_BGR24_Registration@@UBEPAVPColourConverter@@II@Z @1234 NONAME
    ?Create@P_YUV420P_BGR32_Registration@@UBEPAVPColourConverter@@II@Z @2857 NONAME
    ?Create@P_YUV420P_RGB24_Registration@@UBEPAVPColourConverter@@II@Z @1236 NONAME
    ?Create@P_YUV420P_RGB32_Registration@@UBEPAVPColourConverter@@II@Z @1238 NONAME
    ?Create@P_YUV420P_YUV411P_Registration@@UBEPAVPColourConverter@@II@Z @1239 NONAME
    ?Create@P_YUV422_YUV420P_Registration@@UBEPAVPColourConverter@@II@Z @1240 NONAME
    ?Create@P_YUV422_YUV422_Registration@@UBEPAVPColourConverter@@II@Z @1241 NONAME
    ?Create@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @1242 NONAME
    ?Create@Worker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@MBEPAVPSoundChannel@@ABVPString@@@Z @6025 NONAME
    ?Create@Worker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@MBEPAVPVideoInputDevice@@ABVPString@@@Z @6026 NONAME
    ?Create@Worker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@MBEPAVPVideoOutputDevice@@ABVPString@@@Z @6027 NONAME
    ?Create@WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@MBEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6028 NONAME
    ?Create@WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @6029 NONAME
    ?Create@WorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@MBEPAVPSoundChannel@@ABVPString@@@Z @6030 NONAME
    ?Create@WorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@MBEPAVPVideoInputDevice@@ABVPString@@@Z @6031 NONAME
    ?Create@WorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@MBEPAVPVideoOutputDevice@@ABVPString@@@Z @6032 NONAME
    ?CreateChannel@PSoundChannel@@SAPAV1@ABVPString@@PAVPPluginManager@@@Z @2712 NONAME
    ?CreateChannelByName@PSoundChannel@@SAPAV1@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @6449 NONAME
    ?CreateChunk@PMultiMediaFile@@QAEHAAU_MMCKINFO@@I@Z @1243 NONAME
    ?CreateControlWindow@PServiceProcess@@AAEHH@Z @1244 NONAME
    ?CreateDevice@PVideoInputDevice@@SAPAV1@ABVPString@@PAVPPluginManager@@@Z @2713 NONAME
    ?CreateDevice@PVideoOutputDevice@@SAPAV1@ABVPString@@PAVPPluginManager@@@Z @2858 NONAME
    ?CreateDeviceByName@PVideoInputDevice@@SAPAV1@ABVPString@@PAVPPluginManager@@@Z @3013 NONAME
    ?CreateDeviceByName@PVideoOutputDevice@@SAPAV1@ABVPString@@PAVPPluginManager@@@Z @6450 NONAME
    ?CreateFactory@?$PDevicePluginAdapter@VPSoundChannel@@@@UAEXABVPString@@@Z @6033 NONAME
    ?CreateFactory@?$PDevicePluginAdapter@VPVideoInputDevice@@@@UAEXABVPString@@@Z @6034 NONAME
    ?CreateFactory@?$PDevicePluginAdapter@VPVideoOutputDevice@@@@UAEXABVPString@@@Z @6035 NONAME
    ?CreateFullPath@PDirectory@@SA?AVPString@@ABV2@H@Z @1245 NONAME
    ?CreateInstance@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@SAPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6036 NONAME
    ?CreateInstance@?$PFactory@VPPluginModuleManager@@VPString@@@@SAPAVPPluginModuleManager@@ABVPString@@@Z @5710 NONAME
    ?CreateInstance@?$PFactory@VPProcessStartup@@VPString@@@@SAPAVPProcessStartup@@ABVPString@@@Z @5711 NONAME
    ?CreateInstance@?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@UBEPAVPObject@@H@Z @6451 NONAME
    ?CreateInstance@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@UBEPAVPObject@@H@Z @6452 NONAME
    ?CreateInstance@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@UBEPAVPObject@@H@Z @6453 NONAME
    ?CreateInstance@?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@UBEPAVPObject@@H@Z @6454 NONAME
    ?CreateInstance@PVideoOutputDevice_Window_PluginServiceDescriptor@@UBEPAVPObject@@H@Z @6455 NONAME
    ?CreateInstance@WorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@IAEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6037 NONAME
    ?CreateInstance@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEPAVPPluginModuleManager@@ABVPString@@@Z @6038 NONAME
    ?CreateInstance@WorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@IAEPAVPProcessStartup@@ABVPString@@@Z @6039 NONAME
    ?CreateInstance_Internal@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@IAEPAVPDevicePluginAdapterBase@@ABVPString@@@Z @6040 NONAME
    ?CreateInstance_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEPAVPPluginModuleManager@@ABVPString@@@Z @5714 NONAME
    ?CreateInstance_Internal@?$PFactory@VPProcessStartup@@VPString@@@@IAEPAVPProcessStartup@@ABVPString@@@Z @5715 NONAME
    ?CreateOpenedChannel@PSoundChannel@@SAPAV1@ABVPString@@0W4Directions@1@IIIPAVPPluginManager@@@Z @6456 NONAME
    ?CreateOpenedDevice@PVideoInputDevice@@SAPAV1@ABVPString@@0HPAVPPluginManager@@@Z @2715 NONAME
    ?CreateOpenedDevice@PVideoOutputDevice@@SAPAV1@ABVPString@@0HPAVPPluginManager@@@Z @2859 NONAME
    ?CreatePluginsDevice@PPluginManager@@QBEPAVPObject@@ABVPString@@0H@Z @6457 NONAME
    ?CreatePluginsDeviceByName@PPluginManager@@QBEPAVPObject@@ABVPString@@0H@Z @6458 NONAME
    ?CreateWaveFile@PMultiMediaFile@@QAEHABVPFilePath@@ABVPWaveFormat@@K@Z @1246 NONAME
    ?Current@PProcess@@SAAAV1@XZ @1247 NONAME
    ?Current@PServiceProcess@@SAAAV1@XZ @1248 NONAME
    ?Current@PThread@@SAPAV1@XZ @1249 NONAME
    ?Current@PWin32SnmpLibrary@@SAAAV1@XZ @1250 NONAME
    ?Current@WinSNMPLoader@@QAEAAVPWin32SnmpLibrary@@XZ @5450 NONAME
    ?deallocate@?$allocator@PAVPPluginModuleManager@@@std@@QAEXPAXI@Z @5257 NONAME
    ?deallocate@?$allocator@PAVPProcessStartup@@@std@@QAEXPAXI@Z @5258 NONAME
    ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@QAEXPAXI@Z @6041 NONAME
    ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAEXPAXI@Z @5716 NONAME
    ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@QAEXPAXI@Z @5717 NONAME
    ?deallocate@?$allocator@VPString@@@std@@QAEXPAXI@Z @5261 NONAME
    ?DebugOutput@PServiceProcess@@AAEXPBD@Z @1251 NONAME
    ?Delete@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @1252 NONAME
    ?Delete@PString@@QAEXHH@Z @1253 NONAME
    ?Delete@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @1254 NONAME
    ?DeleteKey@PConfig@@UAEXABVPString@@0@Z @2968 NONAME
    ?DeleteKey@PConfig@@UAEXABVPString@@@Z @2969 NONAME
    ?DeleteKey@RegistryKey@@QAEHABVPString@@@Z @1256 NONAME
    ?DeleteMessage@PMail@@QAEHABVPString@@@Z @1257 NONAME
    ?DeleteObject@PSafeCollection@@UBEXPAVPObject@@@Z @6042 NONAME
    ?DeleteObjectsTimeout@PSafeCollection@@MAEXAAVPTimer@@H@Z @1258 NONAME
    ?DeleteObjectsToBeRemoved@PSafeCollection@@UAEHXZ @6043 NONAME
    ?DeleteSection@PConfig@@UAEXABVPString@@@Z @2970 NONAME
    ?DeleteSection@PConfig@@UAEXXZ @2971 NONAME
    ?DeleteSubTrees@PAbstractSortedList@@IAEXPAUElement@1@H@Z @3018 NONAME
    ?DeleteValue@RegistryKey@@QAEHABVPString@@@Z @1262 NONAME
    ?Descend@PMultiMediaFile@@QAEHIAAU_MMCKINFO@@PAU2@@Z @1263 NONAME
    ?destroy@?$allocator@PAVPPluginModuleManager@@@std@@QAEXPAPAVPPluginModuleManager@@@Z @5262 NONAME
    ?destroy@?$allocator@VPString@@@std@@QAEXPAVPString@@@Z @5263 NONAME
    ?DestroyContents@PAbstractArray@@MAEXXZ @1264 NONAME
    ?DestroyContents@PAbstractList@@MAEXXZ @1265 NONAME
    ?DestroyContents@PAbstractSet@@MAEXXZ @1266 NONAME
    ?DestroyContents@PAbstractSortedList@@MAEXXZ @1267 NONAME
    ?DestroyContents@PArrayObjects@@MAEXXZ @1268 NONAME
    ?DestroyContents@PDirectory@@MAEXXZ @1269 NONAME
    ?DestroyContents@PHashTable@@MAEXXZ @1270 NONAME
    ?DestroyContents@Table@PHashTable@@UAEXXZ @1271 NONAME
    ?Destruct@PContainer@@IAEXXZ @1272 NONAME
    ?Destruct@PDirectory@@IAEXXZ @6155 NONAME
    ?disableQoS@PUDPSocket@@1HA @6459 NONAME
    ?DisallowDeleteObjects@PCollection@@QAEXXZ @4644 NONAME
    ?DisplayRawData@PVideoChannel@@QAEHPAX@Z @1273 NONAME
    ?Draw@PVideoOutputDevice_Window@@IAEXPAUHDC__@@@Z @6460 NONAME
    ?Empty@PString@@SA?AV1@XZ @3014 NONAME
    ?EnableAccess@PVideoChannel@@QAEXXZ @1275 NONAME
    ?EnableQoS@PUDPSocket@@SAXXZ @6461 NONAME
    ?end@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@XZ @5718 NONAME
    ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@2@XZ @6044 NONAME
    ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@2@XZ @5719 NONAME
    ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@2@XZ @5720 NONAME
    ?end@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEPAPAVPPluginModuleManager@@XZ @5266 NONAME
    ?end@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEPAVPString@@XZ @5267 NONAME
    ?end@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEPBVPString@@XZ @5268 NONAME
    ?end@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@12@XZ @5721 NONAME
    ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AViterator@12@XZ @5269 NONAME
    ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @6045 NONAME
    ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @5722 NONAME
    ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @5723 NONAME
    ?End@PTrace@@SAAAVostream@@AAV2@@Z @1276 NONAME
    ?EndFrame@PVideoOutputDevice_NULLOutput@@UAEHXZ @2860 NONAME
    ?EndNest@PReadWriteMutex@@IAEXXZ @1279 NONAME
    ?EndRead@PReadWriteMutex@@QAEXXZ @1280 NONAME
    ?EndWrite@PReadWriteMutex@@QAEXXZ @1281 NONAME
    ?Enter@PCriticalSection@@QAEXXZ @4645 NONAME
    ?EnterSafetyMode@PSafePtrBase@@IAEHW4EnterSafetyModeOption@1@@Z @1282 NONAME
    ?EnumInterfaces@PEthSocket@@QAEHHAAVPString@@@Z @1283 NONAME
    ?EnumInterfaces@PWin32PacketSYS@@UAEHHAAVPString@@@Z @1284 NONAME
    ?EnumInterfaces@PWin32PacketVxD@@UAEHHAAVPString@@@Z @1285 NONAME
    ?EnumIpAddress@PEthSocket@@QAEHHAAVAddress@PIPSocket@@0@Z @1286 NONAME
    ?EnumIpAddress@PWin32PacketSYS@@UAEHHAAVAddress@PIPSocket@@0@Z @1287 NONAME
    ?EnumIpAddress@PWin32PacketVxD@@UAEHHAAVAddress@PIPSocket@@0@Z @1288 NONAME
    ?EnumKey@RegistryKey@@QAEHHAAVPString@@@Z @1289 NONAME
    ?EnumValue@RegistryKey@@QAEHHAAVPString@@@Z @1290 NONAME
    ?erase@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@2@V342@@Z @5272 NONAME
    ?erase@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEPAPAVPPluginModuleManager@@PAPAV3@@Z @5451 NONAME
    ?erase@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@12@V312@@Z @5724 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AViterator@12@V312@0@Z @5273 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AViterator@12@V312@@Z @4888 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @6046 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @6047 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @5725 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @5726 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @5727 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @5728 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @6462 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @6048 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @6463 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @6049 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @6464 NONAME
    ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @6050 NONAME
    ?ErrorHandler@PVideoInputDevice_VideoForWindows@@KGJPAUHWND__@@HPBD@Z @2716 NONAME
    ?EscapeString@PRegularExpression@@SA?AVPString@@ABV2@@Z @1292 NONAME
    ?Exclude@PStringSet@@QAEXABVPString@@@Z @4646 NONAME
    ?Execute@PPipeChannel@@QAEHXZ @1293 NONAME
    ?Execute@PRegularExpression@@QBEHABVPString@@AAH1H@Z @1294 NONAME
    ?Execute@PRegularExpression@@QBEHABVPString@@AAHH@Z @1295 NONAME
    ?Execute@PRegularExpression@@QBEHABVPString@@AAV?$PScalarArray@H@@1H@Z @1296 NONAME
    ?Execute@PRegularExpression@@QBEHABVPString@@AAV?$PScalarArray@H@@H@Z @1297 NONAME
    ?Execute@PRegularExpression@@QBEHPBDAAH1H@Z @1298 NONAME
    ?Execute@PRegularExpression@@QBEHPBDAAHH@Z @1299 NONAME
    ?Execute@PRegularExpression@@QBEHPBDAAV?$PScalarArray@H@@1H@Z @1300 NONAME
    ?Execute@PRegularExpression@@QBEHPBDAAV?$PScalarArray@H@@H@Z @1301 NONAME
    ?Exists@PDirectory@@QBEHXZ @4647 NONAME
    ?Exists@PDirectory@@SAHABVPString@@@Z @4648 NONAME
    ?Exists@PFile@@QBEHXZ @4649 NONAME
    ?Exists@PFile@@SAHABVPFilePath@@@Z @4650 NONAME
    ?ExitSafetyMode@PSafePtrBase@@IAEXW4ExitSafetyModeOption@1@@Z @1302 NONAME
    ?factory@?1???0PPlugin_PSoundChannel_WindowsMultimedia_Registration@@QAE@PAVPPluginManager@@@Z@$AVWorker@?$PDevicePluginFactory@VPSoundChannel@@VPString@@@@A @6051 NONAME
    ?factory@?1???0PPlugin_PVideoInputDevice_FakeVideo_Registration@@QAE@PAVPPluginManager@@@Z@$AVWorker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@A @6052 NONAME
    ?factory@?1???0PPlugin_PVideoInputDevice_VideoForWindows_Registration@@QAE@PAVPPluginManager@@@Z@$AVWorker@?$PDevicePluginFactory@VPVideoInputDevice@@VPString@@@@A @6053 NONAME
    ?factory@?1???0PPlugin_PVideoOutputDevice_NULLOutput_Registration@@QAE@PAVPPluginManager@@@Z@$AVWorker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@A @6054 NONAME
    ?factory@?1???0PPlugin_PVideoOutputDevice_Window_Registration@@QAE@PAVPPluginManager@@@Z@$AVWorker@?$PDevicePluginFactory@VPVideoOutputDevice@@VPString@@@@A @6465 NONAME
    ?fill@std@@YAXPAPAVPPluginModuleManager@@0ABQAV2@@Z @5280 NONAME
    ?fill@std@@YAXPAVPString@@0ABV2@@Z @5281 NONAME
    ?FillRect@PVideoInputDevice_FakeVideo@@QAEXPAEHHHHHHH@Z @6466 NONAME
    ?Filtered@PDirectory@@IAEHXZ @1304 NONAME
    ?find@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z @5729 NONAME
    ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@2@ABVPString@@@Z @6055 NONAME
    ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@2@ABVPString@@@Z @5730 NONAME
    ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@2@ABVPString@@@Z @5731 NONAME
    ?find@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z @5732 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6056 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @5733 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @5734 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6057 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6058 NONAME
    ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6059 NONAME
    ?Find@PString@@QBEHABV1@H@Z @4651 NONAME
    ?Find@PString@@QBEHDH@Z @1305 NONAME
    ?Find@PString@@QBEHPBDH@Z @1306 NONAME
    ?FindLast@PString@@QBEHABV1@H@Z @4652 NONAME
    ?FindLast@PString@@QBEHDH@Z @1307 NONAME
    ?FindLast@PString@@QBEHPBDH@Z @1308 NONAME
    ?FindLetter@PVideoInputDevice_FakeVideo@@QAEPAUOneVFakeLetterData@@D@Z @2862 NONAME
    ?FindOneOf@PString@@QBEHABV1@H@Z @4653 NONAME
    ?FindOneOf@PString@@QBEHPBDH@Z @1310 NONAME
    ?FindRegEx@PString@@QBEHABVPRegularExpression@@AAH1HH@Z @1311 NONAME
    ?FindRegEx@PString@@QBEHABVPRegularExpression@@H@Z @1312 NONAME
    ?Fire@PNotifierList@@QAEHAAVPObject@@H@Z @4814 NONAME
    ?FrameComplete@PVideoOutputDevice_Window@@UAEHXZ @6467 NONAME
    ?FromString@Address@PIPSocket@@QAEHABVPString@@@Z @1313 NONAME
    ?GetAddress@InterfaceEntry@PIPSocket@@QBE?AVAddress@2@XZ @6468 NONAME
    ?GetAddress@PEthSocket@@QAEHAATAddress@1@@Z @1314 NONAME
    ?GetAddress@PRemoteConnection@@QAE?AVPString@@XZ @1315 NONAME
    ?GetAllKeyValues@PConfig@@UBE?AVPStringToString@@ABVPString@@@Z @2972 NONAME
    ?GetAllKeyValues@PConfig@@UBE?AVPStringToString@@XZ @2973 NONAME
    ?GetAny6@Address@PIPSocket@@SAABV12@XZ @2931 NONAME
    ?GetArguments@PProcess@@QAEAAVPArgList@@XZ @4654 NONAME
    ?GetAt@?$PBaseArray@D@@QBEDH@Z @1317 NONAME
    ?GetAt@?$PBaseArray@H@@QBEHH@Z @5286 NONAME
    ?GetAt@?$PBaseArray@I@@QBEIH@Z @1318 NONAME
    ?GetAt@?$PBaseArray@K@@QBEKH@Z @1319 NONAME
    ?GetAt@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UBEPAVPIPCacheData@@ABVPCaselessString@@@Z @1320 NONAME
    ?GetAt@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UBEPAVPIPCacheData@@ABVPIPCacheKey@@@Z @1321 NONAME
    ?GetAt@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UBEPAVNest@PReadWriteMutex@@ABVPOrdinalKey@@@Z @1322 NONAME
    ?GetAt@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UBEPAVPPointer@@ABVPOrdinalKey@@@Z @4815 NONAME
    ?GetAt@?$PDictionary@VPOrdinalKey@@VPThread@@@@UBEPAVPThread@@ABVPOrdinalKey@@@Z @1323 NONAME
    ?GetAt@?$PDictionary@VPString@@VPDynaLink@@@@UBEPAVPDynaLink@@ABVPString@@@Z @4747 NONAME
    ?GetAt@?$POrdinalDictionary@VPString@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @1324 NONAME
    ?GetAt@?$PStringDictionary@VPOrdinalKey@@@@UBEPAVPString@@ABVPOrdinalKey@@@Z @1325 NONAME
    ?GetAt@?$PStringDictionary@VPString@@@@UBEPAVPString@@ABV2@@Z @1326 NONAME
    ?GetAt@PAbstractDictionary@@UBEPAVPObject@@H@Z @1327 NONAME
    ?GetAt@PAbstractList@@UBEPAVPObject@@H@Z @1328 NONAME
    ?GetAt@PAbstractSet@@UBEPAVPObject@@H@Z @1329 NONAME
    ?GetAt@PAbstractSortedList@@UBEPAVPObject@@H@Z @1330 NONAME
    ?GetAt@PArrayObjects@@UBEPAVPObject@@H@Z @1331 NONAME
    ?GetAt@PBitArray@@QBEHH@Z @1332 NONAME
    ?GetAvailableNames@PRemoteConnection@@SA?AVPStringArray@@XZ @1333 NONAME
    ?GetBaseReadChannel@PChannel@@UBEPAV1@XZ @1334 NONAME
    ?GetBaseReadChannel@PIndirectChannel@@UBEPAVPChannel@@XZ @1335 NONAME
    ?GetBaseWriteChannel@PChannel@@UBEPAV1@XZ @1336 NONAME
    ?GetBaseWriteChannel@PIndirectChannel@@UBEPAVPChannel@@XZ @1337 NONAME
    ?GetBoolean@PConfig@@UBEHABVPString@@0H@Z @2974 NONAME
    ?GetBoolean@PConfig@@UBEHABVPString@@H@Z @2975 NONAME
    ?GetBrightness@PVideoDevice@@UAEHXZ @1339 NONAME
    ?GetBroadcast@Address@PIPSocket@@SAABV12@XZ @1340 NONAME
    ?GetBuffers@PSoundChannel@@UAEHAAH0@Z @2717 NONAME
    ?GetBuffers@PSoundChannelWin32@@UAEHAAH0@Z @2718 NONAME
    ?GetChannel@PVideoDevice@@UBEHXZ @1342 NONAME
    ?GetChannels@PSoundChannel@@UBEIXZ @2719 NONAME
    ?GetChannels@PSoundChannelWin32@@UBEIXZ @2720 NONAME
    ?GetClass@?$PArray@VPString@@@@UBEPBDI@Z @4382 NONAME
    ?GetClass@?$PArray@VPWaveBuffer@@@@UBEPBDI@Z @4383 NONAME
    ?GetClass@?$PArray@VPWin32PacketBuffer@@@@UBEPBDI@Z @4384 NONAME
    ?GetClass@?$PBaseArray@D@@UBEPBDI@Z @4385 NONAME
    ?GetClass@?$PBaseArray@E@@UBEPBDI@Z @4386 NONAME
    ?GetClass@?$PBaseArray@F@@UBEPBDI@Z @4387 NONAME
    ?GetClass@?$PBaseArray@G@@UBEPBDI@Z @4388 NONAME
    ?GetClass@?$PBaseArray@H@@UBEPBDI@Z @4389 NONAME
    ?GetClass@?$PBaseArray@I@@UBEPBDI@Z @4390 NONAME
    ?GetClass@?$PBaseArray@J@@UBEPBDI@Z @4391 NONAME
    ?GetClass@?$PBaseArray@K@@UBEPBDI@Z @4392 NONAME
    ?GetClass@?$PBaseArray@PAVPObject@@@@UBEPBDI@Z @4393 NONAME
    ?GetClass@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UBEPBDI@Z @4394 NONAME
    ?GetClass@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UBEPBDI@Z @4395 NONAME
    ?GetClass@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UBEPBDI@Z @4396 NONAME
    ?GetClass@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UBEPBDI@Z @4816 NONAME
    ?GetClass@?$PDictionary@VPOrdinalKey@@VPThread@@@@UBEPBDI@Z @4397 NONAME
    ?GetClass@?$PDictionary@VPString@@VPDynaLink@@@@UBEPBDI@Z @4748 NONAME
    ?GetClass@?$PList@VInterfaceEntry@PIPSocket@@@@UBEPBDI@Z @6469 NONAME
    ?GetClass@?$PList@VPDynaLink@@@@UBEPBDI@Z @4398 NONAME
    ?GetClass@?$PList@VPNotifier@@@@UBEPBDI@Z @4399 NONAME
    ?GetClass@?$PList@VPPluginService@@@@UBEPBDI@Z @4400 NONAME
    ?GetClass@?$PList@VPSafeObject@@@@UBEPBDI@Z @6060 NONAME
    ?GetClass@?$PList@VPSocket@@@@UBEPBDI@Z @4401 NONAME
    ?GetClass@?$PList@VPString@@@@UBEPBDI@Z @5288 NONAME
    ?GetClass@?$PList@VPThread@@@@UBEPBDI@Z @4403 NONAME
    ?GetClass@?$PList@VPTimer@@@@UBEPBDI@Z @4404 NONAME
    ?GetClass@?$PSet@VPString@@@@UBEPBDI@Z @4405 NONAME
    ?GetClass@?$PStringDictionary@VPString@@@@UBEPBDI@Z @6470 NONAME
    ?GetClass@CMCDLL@PMail@@UBEPBDI@Z @4407 NONAME
    ?GetClass@HouseKeepingThread@PProcess@@UBEPBDI@Z @4408 NONAME
    ?GetClass@InterfaceEntry@PIPSocket@@UBEPBDI@Z @4409 NONAME
    ?GetClass@MAPIDLL@PMail@@UBEPBDI@Z @4410 NONAME
    ?GetClass@Nest@PReadWriteMutex@@UBEPBDI@Z @4411 NONAME
    ?GetClass@PAbstractArray@@UBEPBDI@Z @4412 NONAME
    ?GetClass@PAbstractDictionary@@UBEPBDI@Z @4413 NONAME
    ?GetClass@PAbstractList@@UBEPBDI@Z @4414 NONAME
    ?GetClass@PAbstractSet@@UBEPBDI@Z @4415 NONAME
    ?GetClass@PAbstractSortedList@@UBEPBDI@Z @4416 NONAME
    ?GetClass@PArgList@@UBEPBDI@Z @4417 NONAME
    ?GetClass@PArrayObjects@@UBEPBDI@Z @4418 NONAME
    ?GetClass@PBitArray@@UBEPBDI@Z @4419 NONAME
    ?GetClass@PBYTEArray@@UBEPBDI@Z @4420 NONAME
    ?GetClass@PCaselessString@@UBEPBDI@Z @4421 NONAME
    ?GetClass@PChannel@@UBEPBDI@Z @4422 NONAME
    ?GetClass@PCharArray@@UBEPBDI@Z @4423 NONAME
    ?GetClass@PCollection@@UBEPBDI@Z @4424 NONAME
    ?GetClass@PColourConverter@@UBEPBDI@Z @4425 NONAME
    ?GetClass@PColourConverterRegistration@@UBEPBDI@Z @4426 NONAME
    ?GetClass@PCondMutex@@UBEPBDI@Z @5293 NONAME
    ?GetClass@PConfig@@UBEPBDI@Z @4427 NONAME
    ?GetClass@PConfigArgs@@UBEPBDI@Z @4428 NONAME
    ?GetClass@PConsoleChannel@@UBEPBDI@Z @4429 NONAME
    ?GetClass@PContainer@@UBEPBDI@Z @4430 NONAME
    ?GetClass@PCriticalSection@@UBEPBDI@Z @4655 NONAME
    ?GetClass@PDirectory@@UBEPBDI@Z @4431 NONAME
    ?GetClass@PDynaLink@@UBEPBDI@Z @4432 NONAME
    ?GetClass@PEthSocket@@UBEPBDI@Z @4433 NONAME
    ?GetClass@PFile@@UBEPBDI@Z @4434 NONAME
    ?GetClass@PFileInfo@@UBEPBDI@Z @4435 NONAME
    ?GetClass@PFilePath@@UBEPBDI@Z @4436 NONAME
    ?GetClass@PHashTable@@UBEPBDI@Z @4437 NONAME
    ?GetClass@PICMPDLL@@UBEPBDI@Z @4438 NONAME
    ?GetClass@PICMPSocket@@UBEPBDI@Z @4439 NONAME
    ?GetClass@PImageDLL@@UBEPBDI@Z @4440 NONAME
    ?GetClass@PIndirectChannel@@UBEPBDI@Z @4441 NONAME
    ?GetClass@PIntCondMutex@@UBEPBDI@Z @4442 NONAME
    ?GetClass@PIPCacheData@@UBEPBDI@Z @4443 NONAME
    ?GetClass@PIPCacheKey@@UBEPBDI@Z @4444 NONAME
    ?GetClass@PIPDatagramSocket@@UBEPBDI@Z @4445 NONAME
    ?GetClass@PIPSocket@@UBEPBDI@Z @4446 NONAME
    ?GetClass@PIPXSocket@@UBEPBDI@Z @4447 NONAME
    ?GetClass@PluginLoaderStartup@@UBEPBDI@Z @4893 NONAME
    ?GetClass@PMail@@UBEPBDI@Z @4448 NONAME
    ?GetClass@PMutex@@UBEPBDI@Z @4449 NONAME
    ?GetClass@PNotifier@@UBEPBDI@Z @4450 NONAME
    ?GetClass@PNotifierFunction@@UBEPBDI@Z @4451 NONAME
    ?GetClass@PObject@@UBEPBDI@Z @4452 NONAME
    ?GetClass@POrdinalKey@@UBEPBDI@Z @4453 NONAME
    ?GetClass@POrdinalToString@@UBEPBDI@Z @4454 NONAME
    ?GetClass@PPipeChannel@@UBEPBDI@Z @4455 NONAME
    ?GetClass@PPluginManager@@UBEPBDI@Z @4456 NONAME
    ?GetClass@PPointer@@UBEPBDI@Z @4817 NONAME
    ?GetClass@PProcess@@UBEPBDI@Z @4457 NONAME
    ?GetClass@PProcessStartup@@UBEPBDI@Z @5294 NONAME
    ?GetClass@PQoS@@UBEPBDI@Z @4458 NONAME
    ?GetClass@PRASDLL@@UBEPBDI@Z @4459 NONAME
    ?GetClass@PReadWriteMutex@@UBEPBDI@Z @4460 NONAME
    ?GetClass@PRegularExpression@@UBEPBDI@Z @4461 NONAME
    ?GetClass@PRemoteConnection@@UBEPBDI@Z @4462 NONAME
    ?GetClass@PSafeCollection@@UBEPBDI@Z @4463 NONAME
    ?GetClass@PSafeObject@@UBEPBDI@Z @4464 NONAME
    ?GetClass@PSafePtrBase@@UBEPBDI@Z @4465 NONAME
    ?GetClass@PSemaphore@@UBEPBDI@Z @4466 NONAME
    ?GetClass@PSerialChannel@@UBEPBDI@Z @4467 NONAME
    ?GetClass@PServiceProcess@@UBEPBDI@Z @4468 NONAME
    ?GetClass@PSimpleThread@@UBEPBDI@Z @4469 NONAME
    ?GetClass@PSmartPointer@@UBEPBDI@Z @4470 NONAME
    ?GetClass@PSmartPtrInspector@@UBEPBDI@Z @4818 NONAME
    ?GetClass@PSocket@@UBEPBDI@Z @4471 NONAME
    ?GetClass@PSortedStringList@@UBEPBDI@Z @4472 NONAME
    ?GetClass@PSound@@UBEPBDI@Z @4473 NONAME
    ?GetClass@PSoundChannel@@UBEPBDI@Z @4474 NONAME
    ?GetClass@PSPXSocket@@UBEPBDI@Z @4475 NONAME
    ?GetClass@PStandardColourConverter@@UBEPBDI@Z @4476 NONAME
    ?GetClass@PString@@UBEPBDI@Z @4477 NONAME
    ?GetClass@PStringArray@@UBEPBDI@Z @4478 NONAME
    ?GetClass@PStringList@@UBEPBDI@Z @4479 NONAME
    ?GetClass@PStringSet@@UBEPBDI@Z @4480 NONAME
    ?GetClass@PStringStream@@UBEPBDI@Z @4481 NONAME
    ?GetClass@PStringToOrdinal@@UBEPBDI@Z @4482 NONAME
    ?GetClass@PStringToString@@UBEPBDI@Z @4483 NONAME
    ?GetClass@PStructuredFile@@UBEPBDI@Z @4484 NONAME
    ?GetClass@PSyncPoint@@UBEPBDI@Z @4485 NONAME
    ?GetClass@PSystemLog@@UBEPBDI@Z @4486 NONAME
    ?GetClass@PTCPSocket@@UBEPBDI@Z @4487 NONAME
    ?GetClass@PTextFile@@UBEPBDI@Z @4488 NONAME
    ?GetClass@PThread@@UBEPBDI@Z @4489 NONAME
    ?GetClass@PTime@@UBEPBDI@Z @4490 NONAME
    ?GetClass@PTimeInterval@@UBEPBDI@Z @4491 NONAME
    ?GetClass@PTimer@@UBEPBDI@Z @4492 NONAME
    ?GetClass@PTimerList@@UBEPBDI@Z @4493 NONAME
    ?GetClass@PUDPSocket@@UBEPBDI@Z @4494 NONAME
    ?GetClass@PVideoChannel@@UBEPBDI@Z @4495 NONAME
    ?GetClass@PVideoDevice@@UBEPBDI@Z @4496 NONAME
    ?GetClass@PVideoInputDevice@@UBEPBDI@Z @4497 NONAME
    ?GetClass@PVideoInputDevice_FakeVideo@@UBEPBDI@Z @4498 NONAME
    ?GetClass@PVideoInputDevice_VideoForWindows@@UBEPBDI@Z @4499 NONAME
    ?GetClass@PVideoOutputDevice@@UBEPBDI@Z @4501 NONAME
    ?GetClass@PVideoOutputDeviceRGB@@UBEPBDI@Z @6471 NONAME
    ?GetClass@PVideoOutputDevice_NULLOutput@@UBEPBDI@Z @4502 NONAME
    ?GetClass@PVideoOutputDevice_Window@@UBEPBDI@Z @6472 NONAME
    ?GetClass@PWaveBuffer@@UBEPBDI@Z @4503 NONAME
    ?GetClass@PWaveFormat@@UBEPBDI@Z @4504 NONAME
    ?GetClass@PWin32PacketBuffer@@UBEPBDI@Z @4505 NONAME
    ?GetClass@PWin32SnmpLibrary@@UBEPBDI@Z @4506 NONAME
    ?GetClass@PWinQoS@@UBEPBDI@Z @4507 NONAME
    ?GetClass@PWinSock@@UBEPBDI@Z @4508 NONAME
    ?GetClass@RouteEntry@PIPSocket@@UBEPBDI@Z @4509 NONAME
    ?GetClass@SelectList@PSocket@@UBEPBDI@Z @4510 NONAME
    ?GetClass@Table@PHashTable@@UBEPBDI@Z @4511 NONAME
    ?GetClass@WinSNMPLoader@@UBEPBDI@Z @5452 NONAME
    ?GetColour@PVideoDevice@@UAEHXZ @1468 NONAME
    ?GetColourFormat@PVideoDevice@@QBEABVPString@@XZ @1469 NONAME
    ?GetConfiguration@PRemoteConnection@@QAE?AW4Status@1@AAUConfiguration@1@@Z @1470 NONAME
    ?GetConfiguration@PRemoteConnection@@SA?AW4Status@1@ABVPString@@AAUConfiguration@1@@Z @1471 NONAME
    ?GetConfigurationFile@PProcess@@UAE?AVPString@@XZ @1472 NONAME
    ?GetContrast@PVideoDevice@@UAEHXZ @1473 NONAME
    ?GetCount@PArgList@@QBEHXZ @4656 NONAME
    ?GetCTS@PSerialChannel@@QAEHXZ @1474 NONAME
    ?GetCurrentThreadId@PThread@@SAKXZ @4657 NONAME
    ?GetData@PWin32PacketBuffer@@QAEHPAXH@Z @1475 NONAME
    ?GetDataBits@PSerialChannel@@QBEEXZ @1476 NONAME
    ?GetDateOrder@PTime@@SA?AW4DateOrder@1@XZ @1477 NONAME
    ?GetDateSeparator@PTime@@SA?AVPString@@XZ @1478 NONAME
    ?GetDay@PTime@@QBEHXZ @4658 NONAME
    ?GetDayName@PTime@@SA?AVPString@@W4Weekdays@1@W4NameType@1@@Z @1479 NONAME
    ?GetDayOfWeek@PTime@@QBE?AW4Weekdays@1@XZ @4659 NONAME
    ?GetDayOfYear@PTime@@QBEHXZ @4660 NONAME
    ?GetDays@PTimeInterval@@QBEHXZ @4661 NONAME
    ?GetDCD@PSerialChannel@@QAEHXZ @1480 NONAME
    ?GetDefaultDevice@PSoundChannel@@SA?AVPString@@W4Directions@1@@Z @1481 NONAME
    ?GetDefaultDevice@PSoundChannelWin32@@SA?AVPString@@W4Directions@PSoundChannel@@@Z @2725 NONAME
    ?GetDefaultDevice@PVideoChannel@@SA?AVPString@@W4Directions@1@@Z @1482 NONAME
    ?GetDefaultIpAddressFamily@PIPSocket@@SAHXZ @1483 NONAME
    ?GetDefaultIpAny@PIPSocket@@SA?AVAddress@1@XZ @1484 NONAME
    ?GetDefaultSection@PConfig@@UBE?AVPString@@XZ @2976 NONAME
    ?GetDeviceID@PSoundChannelWin32@@AAEHABVPString@@W4Directions@PSoundChannel@@AAI@Z @2726 NONAME
    ?GetDeviceNames@?$PSoundChannelPluginServiceDescriptor@VPSoundChannelWin32@@@@UBE?AVPStringList@@H@Z @6473 NONAME
    ?GetDeviceNames@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_FakeVideo@@@@UBE?AVPStringList@@H@Z @6474 NONAME
    ?GetDeviceNames@?$PVideoInputPluginServiceDescriptor@VPVideoInputDevice_VideoForWindows@@@@UBE?AVPStringList@@H@Z @6475 NONAME
    ?GetDeviceNames@?$PVideoOutputPluginServiceDescriptor@VPVideoOutputDevice_NULLOutput@@@@UBE?AVPStringList@@H@Z @6476 NONAME
    ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@W4Directions@1@PAVPPluginManager@@@Z @6477 NONAME
    ?GetDeviceNames@PSoundChannelWin32@@SA?AVPStringArray@@W4Directions@PSoundChannel@@@Z @2729 NONAME
    ?GetDeviceNames@PVideoChannel@@SA?AVPStringList@@W4Directions@1@@Z @1488 NONAME
    ?GetDeviceNames@PVideoDevice@@UBE?AVPStringList@@XZ @2730 NONAME
    ?GetDeviceNames@PVideoInputDevice_FakeVideo@@UBE?AVPStringList@@XZ @2933 NONAME
    ?GetDeviceNames@PVideoInputDevice_VideoForWindows@@UBE?AVPStringList@@XZ @2934 NONAME
    ?GetDeviceNames@PVideoOutputDevice_NULLOutput@@UBE?AVPStringList@@XZ @2935 NONAME
    ?GetDeviceNames@PVideoOutputDevice_Window@@UBE?AVPStringList@@XZ @6478 NONAME
    ?GetDeviceNames@PVideoOutputDevice_Window_PluginServiceDescriptor@@UBE?AVPStringList@@H@Z @6479 NONAME
    ?GetDirectory@PFilePath@@QBE?AVPDirectory@@XZ @1492 NONAME
    ?GetDriverNames@PSoundChannel@@SA?AVPStringList@@PAVPPluginManager@@@Z @2733 NONAME
    ?GetDriverNames@PVideoInputDevice@@SA?AVPStringList@@PAVPPluginManager@@@Z @2734 NONAME
    ?GetDriverNames@PVideoOutputDevice@@SA?AVPStringList@@PAVPPluginManager@@@Z @2867 NONAME
    ?GetDriversDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @6480 NONAME
    ?GetDriversDeviceNames@PVideoInputDevice@@SA?AVPStringList@@ABVPString@@PAVPPluginManager@@@Z @2936 NONAME
    ?GetDriversDeviceNames@PVideoOutputDevice@@SA?AVPStringList@@ABVPString@@PAVPPluginManager@@@Z @2937 NONAME
    ?GetDSR@PSerialChannel@@QAEHXZ @1493 NONAME
    ?GetDstFrameSize@PColourConverter@@QBEHAAI0@Z @1494 NONAME
    ?GetElementAt@Table@PHashTable@@QAEPAVElement@2@ABVPObject@@@Z @1495 NONAME
    ?GetElementsIndex@Table@PHashTable@@QBEHPBVPObject@@HH@Z @1496 NONAME
    ?GetEntryName@PDirectory@@UBE?AVPCaselessString@@XZ @6156 NONAME
    ?GetErrorCode@PChannel@@QBE?AW4Errors@1@W4ErrorGroup@1@@Z @4662 NONAME
    ?GetErrorCode@PMail@@QBEHXZ @1498 NONAME
    ?GetErrorCode@PRegularExpression@@QBE?AW4ErrorCodes@1@XZ @1499 NONAME
    ?GetErrorNumber@PChannel@@QBEHW4ErrorGroup@1@@Z @4663 NONAME
    ?GetErrorText@PChannel@@SA?AVPString@@W4Errors@1@H@Z @1500 NONAME
    ?GetErrorText@PChannel@@UBE?AVPString@@W4ErrorGroup@1@@Z @1501 NONAME
    ?GetErrorText@PIndirectChannel@@UBE?AVPString@@W4ErrorGroup@PChannel@@@Z @1502 NONAME
    ?GetErrorText@PMail@@QBE?AVPString@@XZ @1503 NONAME
    ?GetErrorText@PRegularExpression@@QBE?AVPString@@XZ @1504 NONAME
    ?GetErrorText@PSoundChannelWin32@@UBE?AVPString@@W4ErrorGroup@PChannel@@@Z @2735 NONAME
    ?GetExtension@PDynaLink@@SA?AVPString@@XZ @1506 NONAME
    ?GetFactories@PFactoryBase@@SAAAVFactoryMap@1@XZ @5835 NONAME
    ?GetFactoriesMutex@PFactoryBase@@SAAAVPMutex@@XZ @5836 NONAME
    ?GetFile@PProcess@@QBEABVPFilePath@@XZ @4664 NONAME
    ?GetFileName@PFilePath@@QBE?AVPCaselessString@@XZ @1507 NONAME
    ?GetFilePath@PFile@@QBEABVPFilePath@@XZ @4665 NONAME
    ?GetFilter@PEthSocket@@QAEHAAIAAG@Z @1508 NONAME
    ?GetFrame@PVideoInputDevice@@UAEHAAVPBYTEArray@@@Z @6481 NONAME
    ?GetFrameData@PVideoInputDevice_FakeVideo@@UAEHPAEPAH@Z @2869 NONAME
    ?GetFrameData@PVideoInputDevice_VideoForWindows@@UAEHPAEPAH@Z @2737 NONAME
    ?GetFrameDataNoDelay@PVideoInputDevice_FakeVideo@@UAEHPAEPAH@Z @2870 NONAME
    ?GetFrameDataNoDelay@PVideoInputDevice_VideoForWindows@@UAEHPAEPAH@Z @2738 NONAME
    ?GetFrameHeight@PVideoDevice@@UBEIXZ @1514 NONAME
    ?GetFrameRate@PVideoDevice@@UBEIXZ @1515 NONAME
    ?GetFrameSize@PVideoDevice@@UAEHAAI0@Z @1516 NONAME
    ?GetFrameSizeLimits@PVideoDevice@@UAEHAAI000@Z @1518 NONAME
    ?GetFrameSizeLimits@PVideoInputDevice_FakeVideo@@UAEHAAI000@Z @2871 NONAME
    ?GetFrameWidth@PVideoDevice@@UBEIXZ @1519 NONAME
    ?GetFunction@PDynaLink@@QAEHABVPString@@AAP6AXXZ@Z @1520 NONAME
    ?GetFunction@PDynaLink@@QAEHHAAP6AXXZ@Z @1521 NONAME
    ?GetGatewayAddress@PIPSocket@@SAHAAVAddress@1@@Z @1522 NONAME
    ?GetGatewayInterface@PIPSocket@@SA?AVPString@@XZ @1523 NONAME
    ?GetGatewayInterfaceAddress@PIPSocket@@SA?AVAddress@1@XZ @6482 NONAME
    ?GetGrabHeight@PVideoChannel@@UAEHXZ @1524 NONAME
    ?GetGrabWidth@PVideoChannel@@UAEHXZ @1525 NONAME
    ?GetGroupName@PProcess@@QBE?AVPString@@XZ @1526 NONAME
    ?GetHandle@PChannel@@QBEHXZ @4666 NONAME
    ?GetHandle@PSoundChannel@@UBEHXZ @2739 NONAME
    ?GetHost@PHostByAddr@@AAEPAVPIPCacheData@@ABVAddress@PIPSocket@@@Z @1527 NONAME
    ?GetHost@PHostByName@@AAEPAVPIPCacheData@@ABVPString@@@Z @1528 NONAME
    ?GetHostAddress@PHostByAddr@@QAEHABVAddress@PIPSocket@@AAV23@@Z @1529 NONAME
    ?GetHostAddress@PHostByName@@QAEHABVPString@@AAVAddress@PIPSocket@@@Z @1530 NONAME
    ?GetHostAddress@PIPSocket@@SAHAAVAddress@1@@Z @1531 NONAME
    ?GetHostAddress@PIPSocket@@SAHABVPString@@AAVAddress@1@@Z @1532 NONAME
    ?GetHostAddress@PIPXSocket@@SAHAAVAddress@1@@Z @1533 NONAME
    ?GetHostAddress@PIPXSocket@@SAHABVPString@@AAVAddress@1@@Z @1534 NONAME
    ?GetHostAliases@PHostByAddr@@QAEHABVAddress@PIPSocket@@AAVPStringArray@@@Z @1535 NONAME
    ?GetHostAliases@PHostByName@@QAEHABVPString@@AAVPStringArray@@@Z @1536 NONAME
    ?GetHostAliases@PIPSocket@@SA?AVPStringArray@@ABVAddress@1@@Z @1537 NONAME
    ?GetHostAliases@PIPSocket@@SA?AVPStringArray@@ABVPString@@@Z @1538 NONAME
    ?GetHostName@PHostByAddr@@QAEHABVAddress@PIPSocket@@AAVPString@@@Z @1539 NONAME
    ?GetHostName@PHostByName@@QAEHABVPString@@AAV2@@Z @1540 NONAME
    ?GetHostName@PIPSocket@@SA?AVPString@@ABV2@@Z @1541 NONAME
    ?GetHostName@PIPSocket@@SA?AVPString@@ABVAddress@1@@Z @1542 NONAME
    ?GetHostName@PIPSocket@@SA?AVPString@@XZ @1543 NONAME
    ?GetHostName@PIPXSocket@@SA?AVPString@@ABVAddress@1@@Z @1544 NONAME
    ?GetHour@PTime@@QBEHXZ @4667 NONAME
    ?GetHours@PTimeInterval@@QBEHXZ @4668 NONAME
    ?GetHue@PVideoDevice@@UAEHXZ @1545 NONAME
    ?GetInfo@PDirectory@@UBEHAAVPFileInfo@@@Z @6157 NONAME
    ?GetInfo@PFile@@QAEHAAVPFileInfo@@@Z @4669 NONAME
    ?GetInfo@PFile@@SAHABVPFilePath@@AAVPFileInfo@@@Z @1547 NONAME
    ?GetInputDeviceNames@PVideoInputDevice_FakeVideo@@SA?AVPStringList@@XZ @2872 NONAME
    ?GetInputDeviceNames@PVideoInputDevice_VideoForWindows@@SA?AVPStringList@@XZ @2740 NONAME
    ?GetInputFlowControl@PSerialChannel@@QBE?AW4FlowControl@1@XZ @1550 NONAME
    ?GetInstance@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@KAAAV1@XZ @6061 NONAME
    ?GetInstance@?$PFactory@VPPluginModuleManager@@VPString@@@@KAAAV1@XZ @5736 NONAME
    ?GetInstance@?$PFactory@VPProcessStartup@@VPString@@@@KAAAV1@XZ @5737 NONAME
    ?GetInstance@?$PFactory@VPSoundChannel@@VPString@@@@KAAAV1@XZ @6062 NONAME
    ?GetInstance@?$PFactory@VPVideoInputDevice@@VPString@@@@KAAAV1@XZ @6063 NONAME
    ?GetInstance@?$PFactory@VPVideoOutputDevice@@VPString@@@@KAAAV1@XZ @6064 NONAME
    ?GetInt64@PConfig@@UBE_JABVPString@@0_J@Z @2977 NONAME
    ?GetInt64@PConfig@@UBE_JABVPString@@_J@Z @2978 NONAME
    ?GetInteger@PConfig@@UBEJABVPString@@0J@Z @2979 NONAME
    ?GetInteger@PConfig@@UBEJABVPString@@J@Z @2980 NONAME
    ?GetInteger@PWin32AsnAny@@QAEHAAJ@Z @1553 NONAME
    ?GetInterface@PIPSocket@@SA?AVPString@@VAddress@1@@Z @6483 NONAME
    ?GetInterfaceAddress@PWin32SnmpLibrary@@QAE?AVAddress@PIPSocket@@H@Z @6484 NONAME
    ?GetInterfaceName@PWin32SnmpLibrary@@QAE?AVPString@@H@Z @1554 NONAME
    ?GetInterfaceName@PWin32SnmpLibrary@@QAE?AVPString@@VAddress@PIPSocket@@@Z @1555 NONAME
    ?GetInterfaceTable@PIPSocket@@SAHAAV?$PList@VInterfaceEntry@PIPSocket@@@@@Z @1556 NONAME
    ?GetInterval@PTimeInterval@@QBEKXZ @1557 NONAME
    ?GetIP@Psockaddr@@QBE?AVAddress@PIPSocket@@XZ @2938 NONAME
    ?GetIpAddress@PEthSocket@@QAEHAAVAddress@PIPSocket@@0@Z @1558 NONAME
    ?GetIpAddress@PEthSocket@@QAEHAAVAddress@PIPSocket@@@Z @1559 NONAME
    ?GetIpAddress@PWin32AsnAny@@QAEHAAVAddress@PIPSocket@@@Z @1560 NONAME
    ?GetKeyAt@?$PSet@VPString@@@@UBEABVPString@@H@Z @1561 NONAME
    ?GetKeyAt@?$PStringDictionary@VPString@@@@QBEABVPString@@H@Z @6485 NONAME
    ?GetKeyList@?$PFactory@VPPluginModuleManager@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @5738 NONAME
    ?GetKeyList@?$PFactory@VPProcessStartup@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @5739 NONAME
    ?GetKeyList_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @5740 NONAME
    ?GetKeyList_Internal@?$PFactory@VPProcessStartup@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @5741 NONAME
    ?GetKeys@PConfig@@UBE?AVPStringList@@ABVPString@@@Z @2981 NONAME
    ?GetKeys@PConfig@@UBE?AVPStringList@@XZ @2982 NONAME
    ?GetLastError@PWin32PacketDriver@@QBEKXZ @1563 NONAME
    ?GetLastReadCount@PChannel@@UBEHXZ @2963 NONAME
    ?GetLastReadCount@PSoundChannel@@UBEHXZ @2964 NONAME
    ?GetLastReceiveAddress@PUDPSocket@@QAEXAAVAddress@PIPSocket@@AAG@Z @1564 NONAME
    ?GetLastWriteCount@PChannel@@UBEHXZ @2965 NONAME
    ?GetLastWriteCount@PSoundChannel@@UBEHXZ @2966 NONAME
    ?GetLength@PFile@@UBEJXZ @1565 NONAME
    ?GetLength@PString@@QBEHXZ @4670 NONAME
    ?GetLevel@PTrace@@SAIXZ @1566 NONAME
    ?GetLocalAddress@PIPSocket@@UAEHAAVAddress@1@@Z @1567 NONAME
    ?GetLocalAddress@PIPSocket@@UAEHAAVAddress@1@AAG@Z @1568 NONAME
    ?GetLocalAddress@PIPXSocket@@QAEHAAVAddress@1@@Z @1569 NONAME
    ?GetLocalAddress@PIPXSocket@@QAEHAAVAddress@1@AAG@Z @1570 NONAME
    ?GetLocalHostName@PIPSocket@@QAE?AVPString@@XZ @1571 NONAME
    ?GetLoopback6@Address@PIPSocket@@SAABV12@XZ @2939 NONAME
    ?GetLoopback@Address@PIPSocket@@SAABV12@XZ @1572 NONAME
    ?GetManufacturer@PProcess@@UBEABVPString@@XZ @1573 NONAME
    ?GetMaxFrameBytes@PVideoInputDevice_FakeVideo@@UAEHXZ @2873 NONAME
    ?GetMaxFrameBytes@PVideoInputDevice_VideoForWindows@@UAEHXZ @2741 NONAME
    ?GetMaxFrameBytes@PVideoOutputDeviceRGB@@UAEHXZ @6486 NONAME
    ?GetMaxFrameBytes@PVideoOutputDevice_NULLOutput@@UAEHXZ @2874 NONAME
    ?GetMaxFrameBytesConverted@PVideoDevice@@IBEHH@Z @6487 NONAME
    ?GetMaxHandles@PProcess@@QBEHXZ @4671 NONAME
    ?GetMedium@PEthSocket@@QAE?AW4MediumTypes@1@XZ @1578 NONAME
    ?GetMessageAttachments@PMail@@QAEHABVPString@@AAVPStringArray@@HH@Z @1579 NONAME
    ?GetMessageBody@PMail@@QAEHABVPString@@AAV2@H@Z @1580 NONAME
    ?GetMessageHeader@PMail@@QAEHABVPString@@AAUHeader@1@@Z @1581 NONAME
    ?GetMessageIDs@PMail@@QAE?AVPStringArray@@H@Z @1582 NONAME
    ?GetMicrosecond@PTime@@QBEJXZ @4672 NONAME
    ?GetMilliSeconds@PTimeInterval@@QBE_JXZ @4673 NONAME
    ?GetMinute@PTime@@QBEHXZ @4674 NONAME
    ?GetMinutes@PTimeInterval@@QBEJXZ @4675 NONAME
    ?GetMonth@PTime@@QBE?AW4Months@1@XZ @4676 NONAME
    ?GetMonthName@PTime@@SA?AVPString@@W4Months@1@W4NameType@1@@Z @1583 NONAME
    ?GetMutex@PWin32SnmpLibrary@@SAAAVPMutex@@XZ @5454 NONAME
    ?GetName@PChannel@@UBE?AVPString@@XZ @1584 NONAME
    ?GetName@PConsoleChannel@@UBE?AVPString@@XZ @1585 NONAME
    ?GetName@PDynaLink@@UBE?AVPString@@H@Z @1586 NONAME
    ?GetName@PEthSocket@@UBE?AVPString@@XZ @1587 NONAME
    ?GetName@PFile@@UBE?AVPString@@XZ @1588 NONAME
    ?GetName@PIndirectChannel@@UBE?AVPString@@XZ @1589 NONAME
    ?GetName@PIPSocket@@UBE?AVPString@@XZ @1590 NONAME
    ?GetName@PIPXSocket@@UBE?AVPString@@XZ @1591 NONAME
    ?GetName@PPipeChannel@@UBE?AVPString@@XZ @1592 NONAME
    ?GetName@PProcess@@UBEABVPString@@XZ @1593 NONAME
    ?GetName@PSerialChannel@@UBE?AVPString@@XZ @1594 NONAME
    ?GetName@PSoundChannelWin32@@UBE?AVPString@@XZ @2742 NONAME
    ?GetName@PVideoChannel@@UBE?AVPString@@XZ @1596 NONAME
    ?GetNameByProtocol@PSocket@@SA?AVPString@@G@Z @1597 NONAME
    ?GetNest@PReadWriteMutex@@IBEPAVNest@1@XZ @1598 NONAME
    ?GetNetMask@InterfaceEntry@PIPSocket@@QBE?AVAddress@2@XZ @6488 NONAME
    ?GetNetworkInterface@PIPSocket@@SAHAAVAddress@1@@Z @6489 NONAME
    ?GetNextStringsIndex@PSortedStringList@@QBEHABVPString@@@Z @1599 NONAME
    ?GetNotifiee@PSmartNotifieeRegistrar@@SAPAXI@Z @4819 NONAME
    ?GetNotifier@PTimer@@QBEABVPNotifier@@XZ @4677 NONAME
    ?GetNumChannels@PVideoDevice@@UAEHXZ @1601 NONAME
    ?GetNumChannels@PVideoInputDevice_FakeVideo@@UAEHXZ @2875 NONAME
    ?GetObjectsIndex@PAbstractDictionary@@UBEHPBVPObject@@@Z @1602 NONAME
    ?GetObjectsIndex@PAbstractList@@UBEHPBVPObject@@@Z @1603 NONAME
    ?GetObjectsIndex@PAbstractSet@@UBEHPBVPObject@@@Z @1604 NONAME
    ?GetObjectsIndex@PAbstractSortedList@@UBEHPBVPObject@@@Z @1605 NONAME
    ?GetObjectsIndex@PArrayObjects@@UBEHPBVPObject@@@Z @1606 NONAME
    ?GetOid@PWin32SnmpLibrary@@QAEHAAUAsnObjectIdentifier@@AAJ@Z @1607 NONAME
    ?GetOid@PWin32SnmpLibrary@@QAEHAAUAsnObjectIdentifier@@AAVAddress@PIPSocket@@@Z @1608 NONAME
    ?GetOid@PWin32SnmpLibrary@@QAEHAAUAsnObjectIdentifier@@AAVPString@@@Z @1609 NONAME
    ?GetOid@PWin32SnmpLibrary@@QAEHAAUAsnObjectIdentifier@@PAXIPAI@Z @1610 NONAME
    ?GetOption@PSocket@@QAEHHAAHH@Z @1611 NONAME
    ?GetOption@PSocket@@QAEHHPAXHH@Z @1612 NONAME
    ?GetOptionCount@PArgList@@UBEHABVPString@@@Z @1613 NONAME
    ?GetOptionCount@PArgList@@UBEHD@Z @1614 NONAME
    ?GetOptionCount@PArgList@@UBEHPBD@Z @1615 NONAME
    ?GetOptionCount@PConfigArgs@@UBEHABVPString@@@Z @1616 NONAME
    ?GetOptionCount@PConfigArgs@@UBEHD@Z @1617 NONAME
    ?GetOptionCount@PConfigArgs@@UBEHPBD@Z @1618 NONAME
    ?GetOptionCountByIndex@PArgList@@ABEHH@Z @1619 NONAME
    ?GetOptions@PTrace@@SAIXZ @1620 NONAME
    ?GetOptionString@PArgList@@UBE?AVPString@@ABV2@PBD@Z @1621 NONAME
    ?GetOptionString@PArgList@@UBE?AVPString@@DPBD@Z @1622 NONAME
    ?GetOptionString@PArgList@@UBE?AVPString@@PBD0@Z @1623 NONAME
    ?GetOptionString@PConfigArgs@@UBE?AVPString@@ABV2@PBD@Z @1624 NONAME
    ?GetOptionString@PConfigArgs@@UBE?AVPString@@DPBD@Z @1625 NONAME
    ?GetOptionString@PConfigArgs@@UBE?AVPString@@PBD0@Z @1626 NONAME
    ?GetOptionStringByIndex@PArgList@@ABE?AVPString@@HPBD@Z @1627 NONAME
    ?GetOSClass@PProcess@@SA?AVPString@@XZ @1628 NONAME
    ?GetOSConfigDir@PProcess@@SA?AVPDirectory@@XZ @1629 NONAME
    ?GetOSHardware@PProcess@@SA?AVPString@@XZ @1630 NONAME
    ?GetOSName@PProcess@@SA?AVPString@@XZ @1631 NONAME
    ?GetOSVersion@PProcess@@SA?AVPString@@XZ @1632 NONAME
    ?GetOutputDeviceNames@PVideoOutputDevice_NULLOutput@@SA?AVPStringList@@XZ @2876 NONAME
    ?GetOutputDeviceNames@PVideoOutputDevice_Window@@SA?AVPStringList@@XZ @6490 NONAME
    ?GetOutputFlowControl@PSerialChannel@@QBE?AW4FlowControl@1@XZ @1633 NONAME
    ?GetPacketType@PIPXSocket@@QAEHXZ @1634 NONAME
    ?GetParameter@PArgList@@QBE?AVPString@@H@Z @1635 NONAME
    ?GetParameters@PArgList@@QBE?AVPStringArray@@HH@Z @1636 NONAME
    ?GetParameters@PVideoDevice@@UAEHPAH0000@Z @1637 NONAME
    ?GetParent@PDirectory@@QBE?AV1@XZ @1638 NONAME
    ?GetParity@PSerialChannel@@QBE?AW4Parity@1@XZ @1639 NONAME
    ?GetPath@PDirectory@@QBE?AVPStringArray@@XZ @1640 NONAME
    ?GetPath@PFilePath@@QBE?AVPCaselessString@@XZ @1641 NONAME
    ?GetPeerAddress@PIPSocket@@UAEHAAVAddress@1@@Z @1642 NONAME
    ?GetPeerAddress@PIPSocket@@UAEHAAVAddress@1@AAG@Z @1643 NONAME
    ?GetPeerAddress@PIPXSocket@@QAEHAAVAddress@1@@Z @1644 NONAME
    ?GetPeerAddress@PIPXSocket@@QAEHAAVAddress@1@AAG@Z @1645 NONAME
    ?GetPeerHostName@PIPSocket@@QAE?AVPString@@XZ @1646 NONAME
    ?GetPluginAPIVersion@PPluginServiceDescriptor@@UBEIXZ @6491 NONAME
    ?GetPluginDirs@PPluginManager@@SA?AVPStringArray@@XZ @4820 NONAME
    ?GetPluginList@PPluginModuleManager@@UBE?AV?$PDictionary@VPString@@VPDynaLink@@@@XZ @4749 NONAME
    ?GetPluginManager@PPluginManager@@SAAAV1@XZ @2743 NONAME
    ?GetPluginsDeviceNames@PPluginManager@@QBE?AVPStringList@@ABVPString@@0H@Z @6492 NONAME
    ?GetPluginsProviding@PPluginManager@@QBE?AVPStringList@@ABVPString@@@Z @2744 NONAME
    ?GetPluginTypes@PPluginManager@@QBE?AVPStringList@@XZ @2745 NONAME
    ?GetPointer@PAbstractArray@@QAEPAXH@Z @1647 NONAME
    ?GetPointer@PBitArray@@QAEPAEH@Z @1648 NONAME
    ?GetPort@Psockaddr@@QBEGXZ @2940 NONAME
    ?GetPort@PSocket@@QBEGXZ @1649 NONAME
    ?GetPortByService@PSocket@@SAGPBDABVPString@@@Z @1650 NONAME
    ?GetPortByService@PSocket@@UBEGABVPString@@@Z @1651 NONAME
    ?GetPortNames@PSerialChannel@@SA?AVPStringList@@XZ @1652 NONAME
    ?GetPosition@PFile@@UBEJXZ @1653 NONAME
    ?GetPriority@PThread@@UBE?AW4Priority@1@XZ @1654 NONAME
    ?GetProcessID@PProcess@@QBEKXZ @1655 NONAME
    ?GetProtocolByName@PSocket@@SAGABVPString@@@Z @1656 NONAME
    ?GetProtocolName@PEthSocket@@MBEPBDXZ @1657 NONAME
    ?GetProtocolName@PICMPSocket@@MBEPBDXZ @1658 NONAME
    ?GetProtocolName@PIPXSocket@@MBEPBDXZ @1659 NONAME
    ?GetProtocolName@PSPXSocket@@MBEPBDXZ @1660 NONAME
    ?GetProtocolName@PTCPSocket@@MBEPBDXZ @1661 NONAME
    ?GetProtocolName@PUDPSocket@@MBEPBDXZ @1662 NONAME
    ?GetProtocolName@PWinSock@@EBEPBDXZ @1663 NONAME
    ?GetQoSSpec@PUDPSocket@@UAEAAVPQoS@@XZ @6493 NONAME
    ?GetQueryOidCommand@PWin32PacketSYS@@UBEIK@Z @1664 NONAME
    ?GetQueryOidCommand@PWin32PacketVxD@@UBEIK@Z @1665 NONAME
    ?GetReadChannel@PIndirectChannel@@QBEPAVPChannel@@XZ @4678 NONAME
    ?GetReadTimeout@PChannel@@QBE?AVPTimeInterval@@XZ @1666 NONAME
    ?GetReal@PConfig@@UBENABVPString@@0N@Z @2983 NONAME
    ?GetReal@PConfig@@UBENABVPString@@N@Z @2984 NONAME
    ?GetRefAt@PAbstractDictionary@@UBEAAVPObject@@ABV2@@Z @1668 NONAME
    ?GetReferenceAt@PAbstractList@@IBEAAVPObject@@H@Z @1669 NONAME
    ?GetRenderHeight@PVideoChannel@@QAEHXZ @1670 NONAME
    ?GetRenderWidth@PVideoChannel@@QAEHXZ @1671 NONAME
    ?GetResetTime@PTimer@@QBEABVPTimeInterval@@XZ @4679 NONAME
    ?GetReturnCode@PPipeChannel@@QBEHXZ @1672 NONAME
    ?GetRing@PSerialChannel@@QAEHXZ @1673 NONAME
    ?GetRoot@PDirectory@@QBE?AV1@XZ @1674 NONAME
    ?GetRouteAddress@PIPSocket@@SA?AVAddress@1@V21@@Z @6494 NONAME
    ?GetRouteTable@PIPSocket@@SAHAAV?$PList@VRouteEntry@PIPSocket@@@@@Z @1675 NONAME
    ?GetSampleRate@PSoundChannel@@UBEIXZ @2746 NONAME
    ?GetSampleRate@PSoundChannelWin32@@UBEIXZ @2747 NONAME
    ?GetSampleSize@PSoundChannel@@UBEIXZ @2748 NONAME
    ?GetSampleSize@PSoundChannelWin32@@UBEIXZ @2749 NONAME
    ?GetSecond@PTime@@QBEHXZ @4680 NONAME
    ?GetSeconds@PTimeInterval@@QBEJXZ @4681 NONAME
    ?GetSections@PConfig@@UBE?AVPStringList@@XZ @2985 NONAME
    ?GetSendAddress@PUDPSocket@@QAEXAAVAddress@PIPSocket@@AAG@Z @1679 NONAME
    ?GetService@PSocket@@QBE?AVPString@@XZ @1680 NONAME
    ?GetServiceByPort@PSocket@@SA?AVPString@@PBDG@Z @1681 NONAME
    ?GetServiceByPort@PSocket@@UBE?AVPString@@G@Z @1682 NONAME
    ?GetServiceDependencies@PServiceProcess@@UBEPBDXZ @1683 NONAME
    ?GetServiceDescriptor@PPluginManager@@QBEPAVPPluginServiceDescriptor@@ABVPString@@0@Z @6495 NONAME
    ?GetSize@Address@PIPSocket@@QBEHXZ @1684 NONAME
    ?GetSize@PArrayObjects@@UBEHXZ @1685 NONAME
    ?GetSize@PBitArray@@UBEHXZ @1686 NONAME
    ?GetSize@PContainer@@UBEHXZ @1687 NONAME
    ?GetSize@PSafeCollection@@QBEHXZ @6065 NONAME
    ?GetSize@Psockaddr@@QBEHXZ @2941 NONAME
    ?GetSpeed@PSerialChannel@@QBEKXZ @1688 NONAME
    ?GetSrcFrameSize@PColourConverter@@QBEHAAI0@Z @1689 NONAME
    ?GetStartTime@PProcess@@QBE?AVPTime@@XZ @1690 NONAME
    ?GetStatus@PRemoteConnection@@QBE?AW4Status@1@XZ @1691 NONAME
    ?GetStopBits@PSerialChannel@@QBEEXZ @1692 NONAME
    ?GetString@PConfig@@UBE?AVPString@@ABV2@00@Z @2986 NONAME
    ?GetString@PConfig@@UBE?AVPString@@ABV2@0@Z @2987 NONAME
    ?GetString@PConfig@@UBE?AVPString@@ABV2@@Z @2988 NONAME
    ?GetStringsIndex@PSortedStringList@@QBEHABVPString@@@Z @4682 NONAME
    ?GetStringsIndex@PStringArray@@QBEHABVPString@@@Z @4683 NONAME
    ?GetStringsIndex@PStringList@@QBEHABVPString@@@Z @4684 NONAME
    ?GetTarget@PSmartPtrInspector@@QBEPAXXZ @4821 NONAME
    ?GetTerminationValue@PProcess@@QBEHXZ @4685 NONAME
    ?GetThreadId@PThread@@UBEKXZ @1696 NONAME
    ?GetThreadName@PProcess@@UBE?AVPString@@XZ @1697 NONAME
    ?GetThreadName@PThread@@UBE?AVPString@@XZ @1698 NONAME
    ?GetTime@PConfig@@UBE?AVPTime@@ABVPString@@0@Z @2989 NONAME
    ?GetTime@PConfig@@UBE?AVPTime@@ABVPString@@0ABV2@@Z @2990 NONAME
    ?GetTime@PConfig@@UBE?AVPTime@@ABVPString@@@Z @2991 NONAME
    ?GetTime@PConfig@@UBE?AVPTime@@ABVPString@@ABV2@@Z @2992 NONAME
    ?GetTimeAM@PTime@@SA?AVPString@@XZ @1701 NONAME
    ?GetTimeAMPM@PTime@@SAHXZ @1702 NONAME
    ?GetTimeInSeconds@PTime@@QBEJXZ @4686 NONAME
    ?GetTimePM@PTime@@SA?AVPString@@XZ @1703 NONAME
    ?GetTimerList@PProcess@@QAEPAVPTimerList@@XZ @4687 NONAME
    ?GetTimeSeparator@PTime@@SA?AVPString@@XZ @1704 NONAME
    ?GetTimestamp@PTime@@QBE_JXZ @4688 NONAME
    ?GetTimeZone@PTime@@SAHW4TimeZoneType@1@@Z @1705 NONAME
    ?GetTimeZone@PTime@@SAHXZ @4689 NONAME
    ?GetTimeZoneString@PTime@@SA?AVPString@@W4TimeZoneType@1@@Z @1706 NONAME
    ?GetTitle@PFilePath@@QBE?AVPCaselessString@@XZ @1707 NONAME
    ?GetType@PFilePath@@QBE?AVPCaselessString@@XZ @1708 NONAME
    ?GetUserNameA@PProcess@@QBE?AVPString@@XZ @1709 NONAME
    ?GetValuesIndex@PAbstractDictionary@@UBEHABVPObject@@@Z @1710 NONAME
    ?GetValuesIndex@PAbstractList@@UBEHABVPObject@@@Z @1711 NONAME
    ?GetValuesIndex@PAbstractSet@@UBEHABVPObject@@@Z @1712 NONAME
    ?GetValuesIndex@PAbstractSortedList@@UBEHABVPObject@@@Z @1713 NONAME
    ?GetValuesIndex@PArrayObjects@@UBEHABVPObject@@@Z @1714 NONAME
    ?GetVersion@PProcess@@UBE?AVPString@@H@Z @1715 NONAME
    ?GetVFlipState@PVideoDevice@@UAEHXZ @1716 NONAME
    ?GetVFlipState@PVideoOutputDevice_Window@@UAEHXZ @6496 NONAME
    ?GetVideoFormat@PVideoDevice@@UBE?AW4VideoFormat@1@XZ @1717 NONAME
    ?GetVideoPlayer@PVideoChannel@@UAEPAVPVideoOutputDevice@@XZ @1718 NONAME
    ?GetVideoReader@PVideoChannel@@UAEPAVPVideoInputDevice@@XZ @1719 NONAME
    ?GetVolume@PDirectory@@QBE?AVPCaselessString@@XZ @1720 NONAME
    ?GetVolume@PFilePath@@QBE?AVPCaselessString@@XZ @1721 NONAME
    ?GetVolume@PSoundChannel@@UAEHAAI@Z @2751 NONAME
    ?GetVolume@PSoundChannelWin32@@UAEHAAI@Z @2752 NONAME
    ?GetVolumeSpace@PDirectory@@QBEHAA_J0AAK@Z @1723 NONAME
    ?GetWhiteness@PVideoDevice@@UAEHXZ @1724 NONAME
    ?GetWriteChannel@PIndirectChannel@@QBEPAVPChannel@@XZ @4690 NONAME
    ?GetWriteTimeout@PChannel@@QBE?AVPTimeInterval@@XZ @4691 NONAME
    ?GetYear@PTime@@QBEHXZ @4692 NONAME
    ?GrabBlankImage@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2877 NONAME
    ?GrabBouncingBoxes@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2878 NONAME
    ?GrabMovingBlocksTestFrame@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2879 NONAME
    ?GrabMovingLineTestFrame@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2880 NONAME
    ?GrabNTSCTestFrame@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2881 NONAME
    ?GrabOriginalMovingBlocksFrame@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2882 NONAME
    ?GrabTextVideoFrame@PVideoInputDevice_FakeVideo@@QAEXPAE@Z @2883 NONAME
    ?GreytoYUV420P@PStandardColourConverter@@IBEHPBEPAEPAH@Z @6497 NONAME
    ?GreytoYUV420PSameSize@PStandardColourConverter@@IBEXPBEPAE@Z @6498 NONAME
    ?GreytoYUV420PWithResize@PStandardColourConverter@@IBEXPBEPAE@Z @6499 NONAME
    ?guaranteedDSCP@PQoS@@2DA @2662 NONAME
    ?HandleCapture@PVideoInputDevice_VideoForWindows@@MAEXAAVPThread@@H@Z @6500 NONAME
    ?HandleDisplay@PVideoOutputDevice_Window@@MAEXAAVPThread@@H@Z @6501 NONAME
    ?HandleError@PVideoInputDevice_VideoForWindows@@IAEJHPBD@Z @2754 NONAME
    ?HandleVideo@PVideoInputDevice_VideoForWindows@@IAEJPAUvideohdr_tag@@@Z @2755 NONAME
    ?HasAged@PIPCacheData@@QBEHXZ @1738 NONAME
    ?HashFunction@PChannel@@UBEHXZ @1739 NONAME
    ?HashFunction@PIPCacheKey@@UBEHXZ @1740 NONAME
    ?HashFunction@PObject@@UBEHXZ @1741 NONAME
    ?HashFunction@POrdinalKey@@UBEHXZ @1742 NONAME
    ?HashFunction@PRemoteConnection@@UBEHXZ @1743 NONAME
    ?HashFunction@PString@@UBEHXZ @1744 NONAME
    ?HasKey@PConfig@@UBEHABVPString@@0@Z @2993 NONAME
    ?HasKey@PConfig@@UBEHABVPString@@@Z @2994 NONAME
    ?HasOption@PArgList@@QBEHABVPString@@@Z @4693 NONAME
    ?HasOption@PArgList@@QBEHD@Z @4694 NONAME
    ?HasOption@PArgList@@QBEHPBD@Z @4695 NONAME
    ?HasPlayCompleted@PSoundChannel@@UAEHXZ @2756 NONAME
    ?HasPlayCompleted@PSoundChannelWin32@@UAEHXZ @2757 NONAME
    ?ICMP@@3VPICMPDLL@@A @1747 NONAME
    ?IllegalArgumentIndex@PArgList@@UBEXH@Z @1748 NONAME
    ?IN6_IS_ADDR_V4COMPAT@@YAHPBUin6_addr@@@Z @6502 NONAME
    ?IN6_IS_ADDR_V4MAPPED@@YAHPBUin6_addr@@@Z @6503 NONAME
    ?Include@PStringSet@@QAEXABVPString@@@Z @4696 NONAME
    ?Initialise@PTrace@@SAXIPBDI@Z @1749 NONAME
    ?InitialiseCapture@PVideoInputDevice_VideoForWindows@@IAEHXZ @2758 NONAME
    ?InitialiseProcessThread@PThread@@IAEXXZ @1751 NONAME
    ?insert@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@_N@2@ABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@@Z @5742 NONAME
    ?insert@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@@Z @5303 NONAME
    ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@@Z @5743 NONAME
    ?insert@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEPAPAVPPluginModuleManager@@PAPAV3@ABQAV3@@Z @5305 NONAME
    ?insert@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEXPAPAVPPluginModuleManager@@IABQAV3@@Z @4898 NONAME
    ?insert@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEPAVPString@@PAV3@ABV3@@Z @5306 NONAME
    ?insert@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEXPAVPString@@IABV3@@Z @4899 NONAME
    ?insert@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@_N@2@ABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@@Z @5744 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@@Z @4900 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@@Z @6066 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@@Z @5745 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@2@@Z @6067 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@2@@Z @6068 NONAME
    ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@2@@Z @6069 NONAME
    ?Insert@PAbstractDictionary@@UAEHABVPObject@@PAV2@@Z @1752 NONAME
    ?Insert@PAbstractList@@UAEHABVPObject@@PAV2@@Z @1753 NONAME
    ?Insert@PAbstractSet@@UAEHABVPObject@@PAV2@@Z @1754 NONAME
    ?Insert@PAbstractSortedList@@UAEHABVPObject@@PAV2@@Z @1755 NONAME
    ?Insert@PArrayObjects@@UAEHABVPObject@@PAV2@@Z @1756 NONAME
    ?InsertAt@PAbstractDictionary@@UAEHHPAVPObject@@@Z @1757 NONAME
    ?InsertAt@PAbstractList@@UAEHHPAVPObject@@@Z @1758 NONAME
    ?InsertAt@PAbstractSet@@UAEHHPAVPObject@@@Z @1759 NONAME
    ?InsertAt@PAbstractSortedList@@UAEHHPAVPObject@@@Z @1760 NONAME
    ?InsertAt@PArrayObjects@@UAEHHPAVPObject@@@Z @1761 NONAME
    ?InsertString@PStringList@@QAEHABVPString@@0@Z @4697 NONAME
    ?InternalCompare@PCaselessString@@MBE?AW4Comparison@PObject@@HD@Z @1762 NONAME
    ?InternalCompare@PCaselessString@@MBE?AW4Comparison@PObject@@HHPBD@Z @1763 NONAME
    ?InternalCompare@PString@@MBE?AW4Comparison@PObject@@HD@Z @1764 NONAME
    ?InternalCompare@PString@@MBE?AW4Comparison@PObject@@HHPBD@Z @1765 NONAME
    ?InternalEndRead@PReadWriteMutex@@IAEXXZ @1766 NONAME
    ?InternalFromUCS2@PString@@IAEXPBGH@Z @1767 NONAME
    ?InternalIsDescendant@?$PArray@VPString@@@@UBEHPBD@Z @4252 NONAME
    ?InternalIsDescendant@?$PArray@VPWaveBuffer@@@@UBEHPBD@Z @4253 NONAME
    ?InternalIsDescendant@?$PArray@VPWin32PacketBuffer@@@@UBEHPBD@Z @4254 NONAME
    ?InternalIsDescendant@?$PBaseArray@D@@UBEHPBD@Z @4255 NONAME
    ?InternalIsDescendant@?$PBaseArray@E@@UBEHPBD@Z @4256 NONAME
    ?InternalIsDescendant@?$PBaseArray@F@@UBEHPBD@Z @4257 NONAME
    ?InternalIsDescendant@?$PBaseArray@G@@UBEHPBD@Z @4258 NONAME
    ?InternalIsDescendant@?$PBaseArray@H@@UBEHPBD@Z @4259 NONAME
    ?InternalIsDescendant@?$PBaseArray@I@@UBEHPBD@Z @4260 NONAME
    ?InternalIsDescendant@?$PBaseArray@J@@UBEHPBD@Z @4261 NONAME
    ?InternalIsDescendant@?$PBaseArray@K@@UBEHPBD@Z @4262 NONAME
    ?InternalIsDescendant@?$PBaseArray@PAVPObject@@@@UBEHPBD@Z @4263 NONAME
    ?InternalIsDescendant@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UBEHPBD@Z @4264 NONAME
    ?InternalIsDescendant@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UBEHPBD@Z @4265 NONAME
    ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UBEHPBD@Z @4266 NONAME
    ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UBEHPBD@Z @4822 NONAME
    ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPThread@@@@UBEHPBD@Z @4267 NONAME
    ?InternalIsDescendant@?$PDictionary@VPString@@VPDynaLink@@@@UBEHPBD@Z @4750 NONAME
    ?InternalIsDescendant@?$PList@VInterfaceEntry@PIPSocket@@@@UBEHPBD@Z @6504 NONAME
    ?InternalIsDescendant@?$PList@VPDynaLink@@@@UBEHPBD@Z @4268 NONAME
    ?InternalIsDescendant@?$PList@VPNotifier@@@@UBEHPBD@Z @4269 NONAME
    ?InternalIsDescendant@?$PList@VPPluginService@@@@UBEHPBD@Z @4270 NONAME
    ?InternalIsDescendant@?$PList@VPSafeObject@@@@UBEHPBD@Z @6070 NONAME
    ?InternalIsDescendant@?$PList@VPSocket@@@@UBEHPBD@Z @4271 NONAME
    ?InternalIsDescendant@?$PList@VPString@@@@UBEHPBD@Z @5309 NONAME
    ?InternalIsDescendant@?$PList@VPThread@@@@UBEHPBD@Z @4273 NONAME
    ?InternalIsDescendant@?$PList@VPTimer@@@@UBEHPBD@Z @4274 NONAME
    ?InternalIsDescendant@?$PSet@VPString@@@@UBEHPBD@Z @4275 NONAME
    ?InternalIsDescendant@?$PStringDictionary@VPString@@@@UBEHPBD@Z @6505 NONAME
    ?InternalIsDescendant@CMCDLL@PMail@@UBEHPBD@Z @4277 NONAME
    ?InternalIsDescendant@HouseKeepingThread@PProcess@@UBEHPBD@Z @4278 NONAME
    ?InternalIsDescendant@InterfaceEntry@PIPSocket@@UBEHPBD@Z @4279 NONAME
    ?InternalIsDescendant@MAPIDLL@PMail@@UBEHPBD@Z @4280 NONAME
    ?InternalIsDescendant@Nest@PReadWriteMutex@@UBEHPBD@Z @4281 NONAME
    ?InternalIsDescendant@PAbstractArray@@UBEHPBD@Z @4282 NONAME
    ?InternalIsDescendant@PAbstractDictionary@@UBEHPBD@Z @4283 NONAME
    ?InternalIsDescendant@PAbstractList@@UBEHPBD@Z @4284 NONAME
    ?InternalIsDescendant@PAbstractSet@@UBEHPBD@Z @4285 NONAME
    ?InternalIsDescendant@PAbstractSortedList@@UBEHPBD@Z @4286 NONAME
    ?InternalIsDescendant@PArgList@@UBEHPBD@Z @4287 NONAME
    ?InternalIsDescendant@PArrayObjects@@UBEHPBD@Z @4288 NONAME
    ?InternalIsDescendant@PBitArray@@UBEHPBD@Z @4289 NONAME
    ?InternalIsDescendant@PBYTEArray@@UBEHPBD@Z @4290 NONAME
    ?InternalIsDescendant@PCaselessString@@UBEHPBD@Z @4291 NONAME
    ?InternalIsDescendant@PChannel@@UBEHPBD@Z @4292 NONAME
    ?InternalIsDescendant@PCharArray@@UBEHPBD@Z @4293 NONAME
    ?InternalIsDescendant@PCollection@@UBEHPBD@Z @4294 NONAME
    ?InternalIsDescendant@PColourConverter@@UBEHPBD@Z @4295 NONAME
    ?InternalIsDescendant@PColourConverterRegistration@@UBEHPBD@Z @4296 NONAME
    ?InternalIsDescendant@PCondMutex@@UBEHPBD@Z @5314 NONAME
    ?InternalIsDescendant@PConfig@@UBEHPBD@Z @4297 NONAME
    ?InternalIsDescendant@PConfigArgs@@UBEHPBD@Z @4298 NONAME
    ?InternalIsDescendant@PConsoleChannel@@UBEHPBD@Z @4299 NONAME
    ?InternalIsDescendant@PContainer@@UBEHPBD@Z @4300 NONAME
    ?InternalIsDescendant@PCriticalSection@@UBEHPBD@Z @4698 NONAME
    ?InternalIsDescendant@PDirectory@@UBEHPBD@Z @4301 NONAME
    ?InternalIsDescendant@PDynaLink@@UBEHPBD@Z @4302 NONAME
    ?InternalIsDescendant@PEthSocket@@UBEHPBD@Z @4303 NONAME
    ?InternalIsDescendant@PFile@@UBEHPBD@Z @4304 NONAME
    ?InternalIsDescendant@PFileInfo@@UBEHPBD@Z @4305 NONAME
    ?InternalIsDescendant@PFilePath@@UBEHPBD@Z @4306 NONAME
    ?InternalIsDescendant@PHashTable@@UBEHPBD@Z @4307 NONAME
    ?InternalIsDescendant@PICMPDLL@@UBEHPBD@Z @4308 NONAME
    ?InternalIsDescendant@PICMPSocket@@UBEHPBD@Z @4309 NONAME
    ?InternalIsDescendant@PImageDLL@@UBEHPBD@Z @4310 NONAME
    ?InternalIsDescendant@PIndirectChannel@@UBEHPBD@Z @4311 NONAME
    ?InternalIsDescendant@PIntCondMutex@@UBEHPBD@Z @4312 NONAME
    ?InternalIsDescendant@PIPCacheData@@UBEHPBD@Z @4313 NONAME
    ?InternalIsDescendant@PIPCacheKey@@UBEHPBD@Z @4314 NONAME
    ?InternalIsDescendant@PIPDatagramSocket@@UBEHPBD@Z @4315 NONAME
    ?InternalIsDescendant@PIPSocket@@UBEHPBD@Z @4316 NONAME
    ?InternalIsDescendant@PIPXSocket@@UBEHPBD@Z @4317 NONAME
    ?InternalIsDescendant@PluginLoaderStartup@@UBEHPBD@Z @4903 NONAME
    ?InternalIsDescendant@PMail@@UBEHPBD@Z @4318 NONAME
    ?InternalIsDescendant@PMutex@@UBEHPBD@Z @4319 NONAME
    ?InternalIsDescendant@PNotifier@@UBEHPBD@Z @4320 NONAME
    ?InternalIsDescendant@PNotifierFunction@@UBEHPBD@Z @4321 NONAME
    ?InternalIsDescendant@PObject@@UBEHPBD@Z @4322 NONAME
    ?InternalIsDescendant@POrdinalKey@@UBEHPBD@Z @4323 NONAME
    ?InternalIsDescendant@POrdinalToString@@UBEHPBD@Z @4324 NONAME
    ?InternalIsDescendant@PPipeChannel@@UBEHPBD@Z @4325 NONAME
    ?InternalIsDescendant@PPluginManager@@UBEHPBD@Z @4326 NONAME
    ?InternalIsDescendant@PPointer@@UBEHPBD@Z @4823 NONAME
    ?InternalIsDescendant@PProcess@@UBEHPBD@Z @4327 NONAME
    ?InternalIsDescendant@PProcessStartup@@UBEHPBD@Z @5315 NONAME
    ?InternalIsDescendant@PQoS@@UBEHPBD@Z @4328 NONAME
    ?InternalIsDescendant@PRASDLL@@UBEHPBD@Z @4329 NONAME
    ?InternalIsDescendant@PReadWriteMutex@@UBEHPBD@Z @4330 NONAME
    ?InternalIsDescendant@PRegularExpression@@UBEHPBD@Z @4331 NONAME
    ?InternalIsDescendant@PRemoteConnection@@UBEHPBD@Z @4332 NONAME
    ?InternalIsDescendant@PSafeCollection@@UBEHPBD@Z @4333 NONAME
    ?InternalIsDescendant@PSafeObject@@UBEHPBD@Z @4334 NONAME
    ?InternalIsDescendant@PSafePtrBase@@UBEHPBD@Z @4335 NONAME
    ?InternalIsDescendant@PSemaphore@@UBEHPBD@Z @4336 NONAME
    ?InternalIsDescendant@PSerialChannel@@UBEHPBD@Z @4337 NONAME
    ?InternalIsDescendant@PServiceProcess@@UBEHPBD@Z @4338 NONAME
    ?InternalIsDescendant@PSimpleThread@@UBEHPBD@Z @4339 NONAME
    ?InternalIsDescendant@PSmartPointer@@UBEHPBD@Z @4340 NONAME
    ?InternalIsDescendant@PSmartPtrInspector@@UBEHPBD@Z @4824 NONAME
    ?InternalIsDescendant@PSocket@@UBEHPBD@Z @4341 NONAME
    ?InternalIsDescendant@PSortedStringList@@UBEHPBD@Z @4342 NONAME
    ?InternalIsDescendant@PSound@@UBEHPBD@Z @4343 NONAME
    ?InternalIsDescendant@PSoundChannel@@UBEHPBD@Z @4344 NONAME
    ?InternalIsDescendant@PSPXSocket@@UBEHPBD@Z @4345 NONAME
    ?InternalIsDescendant@PStandardColourConverter@@UBEHPBD@Z @4346 NONAME
    ?InternalIsDescendant@PString@@UBEHPBD@Z @4347 NONAME
    ?InternalIsDescendant@PStringArray@@UBEHPBD@Z @4348 NONAME
    ?InternalIsDescendant@PStringList@@UBEHPBD@Z @4349 NONAME
    ?InternalIsDescendant@PStringSet@@UBEHPBD@Z @4350 NONAME
    ?InternalIsDescendant@PStringStream@@UBEHPBD@Z @4351 NONAME
    ?InternalIsDescendant@PStringToOrdinal@@UBEHPBD@Z @4352 NONAME
    ?InternalIsDescendant@PStringToString@@UBEHPBD@Z @4353 NONAME
    ?InternalIsDescendant@PStructuredFile@@UBEHPBD@Z @4354 NONAME
    ?InternalIsDescendant@PSyncPoint@@UBEHPBD@Z @4355 NONAME
    ?InternalIsDescendant@PSystemLog@@UBEHPBD@Z @4356 NONAME
    ?InternalIsDescendant@PTCPSocket@@UBEHPBD@Z @4357 NONAME
    ?InternalIsDescendant@PTextFile@@UBEHPBD@Z @4358 NONAME
    ?InternalIsDescendant@PThread@@UBEHPBD@Z @4359 NONAME
    ?InternalIsDescendant@PTime@@UBEHPBD@Z @4360 NONAME
    ?InternalIsDescendant@PTimeInterval@@UBEHPBD@Z @4361 NONAME
    ?InternalIsDescendant@PTimer@@UBEHPBD@Z @4362 NONAME
    ?InternalIsDescendant@PTimerList@@UBEHPBD@Z @4363 NONAME
    ?InternalIsDescendant@PUDPSocket@@UBEHPBD@Z @4364 NONAME
    ?InternalIsDescendant@PVideoChannel@@UBEHPBD@Z @4365 NONAME
    ?InternalIsDescendant@PVideoDevice@@UBEHPBD@Z @4366 NONAME
    ?InternalIsDescendant@PVideoInputDevice@@UBEHPBD@Z @4367 NONAME
    ?InternalIsDescendant@PVideoInputDevice_FakeVideo@@UBEHPBD@Z @4368 NONAME
    ?InternalIsDescendant@PVideoInputDevice_VideoForWindows@@UBEHPBD@Z @4369 NONAME
    ?InternalIsDescendant@PVideoOutputDevice@@UBEHPBD@Z @4371 NONAME
    ?InternalIsDescendant@PVideoOutputDeviceRGB@@UBEHPBD@Z @6506 NONAME
    ?InternalIsDescendant@PVideoOutputDevice_NULLOutput@@UBEHPBD@Z @4372 NONAME
    ?InternalIsDescendant@PVideoOutputDevice_Window@@UBEHPBD@Z @6507 NONAME
    ?InternalIsDescendant@PWaveBuffer@@UBEHPBD@Z @4373 NONAME
    ?InternalIsDescendant@PWaveFormat@@UBEHPBD@Z @4374 NONAME
    ?InternalIsDescendant@PWin32PacketBuffer@@UBEHPBD@Z @4375 NONAME
    ?InternalIsDescendant@PWin32SnmpLibrary@@UBEHPBD@Z @4376 NONAME
    ?InternalIsDescendant@PWinQoS@@UBEHPBD@Z @4377 NONAME
    ?InternalIsDescendant@PWinSock@@UBEHPBD@Z @4378 NONAME
    ?InternalIsDescendant@RouteEntry@PIPSocket@@UBEHPBD@Z @4379 NONAME
    ?InternalIsDescendant@SelectList@PSocket@@UBEHPBD@Z @4380 NONAME
    ?InternalIsDescendant@Table@PHashTable@@UBEHPBD@Z @4381 NONAME
    ?InternalIsDescendant@WinSNMPLoader@@UBEHPBD@Z @5457 NONAME
    ?InternalSetSize@PAbstractArray@@IAEHHH@Z @6508 NONAME
    ?InternalStartRead@PReadWriteMutex@@IAEXXZ @1768 NONAME
    ?InternalStringSelect@PSortedStringList@@IBEHPBDHPAUElement@PAbstractSortedList@@@Z @3027 NONAME
    ?iNumGlobal@?1??WspiapiLoad@@9@4@4HB @2942 NONAME
    ?IoControl@PWin32PacketDriver@@QAEHIPBXKPAXKAAK@Z @1770 NONAME
    ?IsAddressReachable@PIPSocket@@SAHVAddress@1@00@Z @6509 NONAME
    ?IsAny@Address@PIPSocket@@QBEHXZ @6510 NONAME
    ?IsBroadcast@Address@PIPSocket@@QBEHXZ @1772 NONAME
    ?IsCapturing@PVideoInputDevice_FakeVideo@@UAEHXZ @2884 NONAME
    ?IsCapturing@PVideoInputDevice_VideoForWindows@@UAEHXZ @2759 NONAME
    ?IsClass@PObject@@QBEHPBD@Z @5317 NONAME
    ?IsDaylightSavings@PTime@@SAHXZ @1899 NONAME
    ?IsEmpty@PContainer@@UBEHXZ @2024 NONAME
    ?IsEmpty@PString@@UBEHXZ @2025 NONAME
    ?IsEndOfFile@PFile@@QBEHXZ @2026 NONAME
    ?IsFuture@PTime@@QBEHXZ @4699 NONAME
    ?IsGrabberOpen@PVideoChannel@@UAEHXZ @2027 NONAME
    ?IsGUIProcess@PProcess@@UBEHXZ @2028 NONAME
    ?IsInitialised@PProcess@@SAHXZ @2029 NONAME
    ?IsIpAddressFamilyV6Supported@PIPSocket@@SAHXZ @2945 NONAME
    ?IsLoaded@PDynaLink@@UBEHXZ @2030 NONAME
    ?IsLocalHost@PIPSocket@@SAHABVPString@@@Z @2031 NONAME
    ?IsLoggedOn@PMail@@QBEHXZ @2032 NONAME
    ?IsLoopback@Address@PIPSocket@@QBEHXZ @2033 NONAME
    ?IsNULL@PSmartPointer@@QBEHXZ @5318 NONAME
    ?IsOpen@PChannel@@UBEHXZ @2034 NONAME
    ?IsOpen@PICMPSocket@@UBEHXZ @2036 NONAME
    ?IsOpen@PIndirectChannel@@UBEHXZ @2037 NONAME
    ?IsOpen@PPipeChannel@@UBEHXZ @2038 NONAME
    ?IsOpen@PSoundChannel@@UBEHXZ @2768 NONAME
    ?IsOpen@PSoundChannelWin32@@UBEHXZ @2769 NONAME
    ?IsOpen@PVideoChannel@@UBEHXZ @2039 NONAME
    ?IsOpen@PVideoInputDevice_FakeVideo@@UAEHXZ @2889 NONAME
    ?IsOpen@PVideoInputDevice_VideoForWindows@@UAEHXZ @2770 NONAME
    ?IsOpen@PVideoOutputDevice_NULLOutput@@UAEHXZ @2890 NONAME
    ?IsOpen@PVideoOutputDevice_Window@@UAEHXZ @6511 NONAME
    ?IsOpen@PWin32PacketDriver@@QBEHXZ @2043 NONAME
    ?IsPast@PTime@@QBEHXZ @4700 NONAME
    ?IsPaused@PTimer@@QBEHXZ @4701 NONAME
    ?IsRecordBufferFull@PSoundChannel@@UAEHXZ @2771 NONAME
    ?IsRecordBufferFull@PSoundChannelWin32@@UAEHXZ @2772 NONAME
    ?IsRenderOpen@PVideoChannel@@UAEHXZ @2045 NONAME
    ?IsRFC1918@Address@PIPSocket@@QBEHXZ @6512 NONAME
    ?IsRoot@PDirectory@@QBEHXZ @2046 NONAME
    ?IsRunning@PPipeChannel@@QBEHXZ @2047 NONAME
    ?IsRunning@PTimer@@QBEHXZ @4702 NONAME
    ?IsSeparator@PDirectory@@SAHD@Z @4703 NONAME
    ?IsServiceProcess@PProcess@@UBEHXZ @2048 NONAME
    ?IsServiceProcess@PServiceProcess@@UBEHXZ @2049 NONAME
    ?IsSingleton@?$PFactory@VPProcessStartup@@VPString@@@@SAHABVPString@@@Z @5746 NONAME
    ?IsSingleton_Internal@?$PFactory@VPProcessStartup@@VPString@@@@IAE_NABVPString@@@Z @5747 NONAME
    ?IsSubDir@PDirectory@@UBEHXZ @6158 NONAME
    ?IsSuspended@PThread@@UBEHXZ @2051 NONAME
    ?IsTerminated@PThread@@UBEHXZ @2052 NONAME
    ?IsTextFile@PFile@@MBEHXZ @2053 NONAME
    ?IsTextFile@PTextFile@@MBEHXZ @2054 NONAME
    ?IsType@PWin32PacketBuffer@@QBEHG@Z @2055 NONAME
    ?IsUnique@PContainer@@QBEHXZ @4704 NONAME
    ?IsV4Mapped@Address@PIPSocket@@QBEHXZ @2946 NONAME
    ?IsValid@Address@PIPSocket@@QBEHXZ @2056 NONAME
    ?IsValid@Address@PIPXSocket@@QBEHXZ @2057 NONAME
    ?IsValid@PFilePath@@SAHABVPString@@@Z @2058 NONAME
    ?IsValid@PFilePath@@SAHD@Z @2059 NONAME
    ?IsValid@PTime@@QBEHXZ @4705 NONAME
    ?Kill@PPipeChannel@@QAEHH@Z @2060 NONAME
    ?Leave@PCriticalSection@@QAEXXZ @4706 NONAME
    ?Left@PString@@QBE?AV1@H@Z @2061 NONAME
    ?LeftRotate@PAbstractSortedList@@IAEXPAUElement@1@@Z @3020 NONAME
    ?LeftTrim@PString@@QBE?AV1@XZ @2063 NONAME
    ?Lines@PString@@QBE?AVPStringArray@@XZ @2064 NONAME
    ?Listen@PEthSocket@@UAEHIGW4Reusability@PSocket@@@Z @2065 NONAME
    ?Listen@PIPSocket@@UAEHABVAddress@1@IGW4Reusability@PSocket@@@Z @2066 NONAME
    ?Listen@PIPSocket@@UAEHIGW4Reusability@PSocket@@@Z @2067 NONAME
    ?Listen@PIPXSocket@@UAEHIGW4Reusability@PSocket@@@Z @2068 NONAME
    ?Listen@PSocket@@UAEHIGW4Reusability@1@@Z @2069 NONAME
    ?Listen@PSPXSocket@@UAEHIGW4Reusability@PSocket@@@Z @2070 NONAME
    ?Listen@PTCPSocket@@UAEHABVAddress@PIPSocket@@IGW4Reusability@PSocket@@@Z @2071 NONAME
    ?Listen@PTCPSocket@@UAEHIGW4Reusability@PSocket@@@Z @2072 NONAME
    ?Load@PSound@@QAEHABVPFilePath@@@Z @2073 NONAME
    ?LoadPlugin@PPluginManager@@QAEHABVPString@@@Z @2773 NONAME
    ?LoadPluginDirectory@PPluginManager@@QAEXABVPDirectory@@@Z @5320 NONAME
    ?loadSoundStuff@PWLibStupidWindowsHacks@@3HA @6071 NONAME
    ?loadVideoStuff@PWLibStupidWindowsHacks@@3HA @6072 NONAME
    ?Lock@PSafeLockReadOnly@@QAEHXZ @6166 NONAME
    ?Lock@PSafeLockReadWrite@@QAEHXZ @6167 NONAME
    ?LockReadOnly@PSafeObject@@QBEHXZ @2074 NONAME
    ?LockReadWrite@PSafeObject@@QAEHXZ @2075 NONAME
    ?LogOff@PMail@@UAEHXZ @2076 NONAME
    ?LogOn@PMail@@QAEHABVPString@@00@Z @2077 NONAME
    ?LogOn@PMail@@QAEHABVPString@@0@Z @2078 NONAME
    ?LogOnCommonInterface@PMail@@IAEHPBD00@Z @2079 NONAME
    ?LookUp@PMail@@QAE?AW4LookUpResult@1@ABVPString@@PAV3@@Z @2080 NONAME
    ?lower_bound@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAE?AViterator@12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z @5748 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6073 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @5749 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @5750 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6513 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6514 NONAME
    ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6515 NONAME
    ?Main@HouseKeepingThread@PProcess@@UAEXXZ @2081 NONAME
    ?Main@PSimpleThread@@UAEXXZ @2082 NONAME
    ?MainEntry@PServiceProcess@@AAEXKPAPAD@Z @2084 NONAME
    ?MainFunction@PThread@@CGIPAX@Z @2085 NONAME
    ?MakeEmpty@PString@@UAEAAV1@XZ @4836 NONAME
    ?MakeEmpty@PStringStream@@UAEAAVPString@@XZ @4837 NONAME
    ?MakeMinimumSize@PString@@QAEHXZ @4708 NONAME
    ?MakeUnique@PAbstractArray@@UAEHXZ @2086 NONAME
    ?MakeUnique@PAbstractList@@UAEHXZ @2087 NONAME
    ?MakeUnique@PAbstractSet@@UAEHXZ @2088 NONAME
    ?MakeUnique@PAbstractSortedList@@UAEHXZ @2089 NONAME
    ?MakeUnique@PArrayObjects@@UAEHXZ @2090 NONAME
    ?MakeUnique@PContainer@@UAEHXZ @2091 NONAME
    ?MakeUnique@PDirectory@@UAEHXZ @2092 NONAME
    ?MakeUnique@PHashTable@@UAEHXZ @2093 NONAME
    ?MakeUnique@PString@@UAEHXZ @2094 NONAME
    ?MarkMessageRead@PMail@@QAEHABVPString@@@Z @2095 NONAME
    ?MemFree@PWin32AsnAny@@QAEXXZ @2096 NONAME
    ?Mid@PString@@QBE?AV1@HH@Z @2097 NONAME
    ?MissingArgument@PArgList@@UBEXABVPString@@@Z @2098 NONAME
    ?ModifyQoSSpec@PUDPSocket@@UAEHPAVPQoS@@@Z @2667 NONAME
    ?Move@PFile@@SAHABVPFilePath@@0H@Z @2099 NONAME
    ?Move@PNotifierList@@QAEXAAV1@@Z @4825 NONAME
    ?Move@PWin32OidBuffer@@QAEXPAEK@Z @2100 NONAME
    ?Next@PDirectory@@QAEHXZ @2101 NONAME
    ?Next@PSafePtrBase@@IAEXXZ @2102 NONAME
    ?NumCompare@PString@@QBE?AW4Comparison@PObject@@ABV1@HH@Z @2104 NONAME
    ?NumCompare@PString@@QBE?AW4Comparison@PObject@@PBDHH@Z @2105 NONAME
    ?OnContinue@PServiceProcess@@UAEXXZ @2106 NONAME
    ?OnControl@PServiceProcess@@UAEXXZ @2107 NONAME
    ?OnLoadModule@PPluginModuleManager@@MAEXAAVPDynaLink@@H@Z @4751 NONAME
    ?OnLoadPlugin@PPluginModuleManager@@UAEXAAVPDynaLink@@H@Z @4826 NONAME
    ?OnOpen@PIndirectChannel@@MAEHXZ @2108 NONAME
    ?OnOutOfBand@PTCPSocket@@UAEXPBXH@Z @2109 NONAME
    ?OnPause@PServiceProcess@@UAEHXZ @2110 NONAME
    ?OnReadComplete@PChannel@@UAEXPAXH@Z @2111 NONAME
    ?OnShutdown@PluginLoaderStartup@@UAEXXZ @5458 NONAME
    ?OnShutdown@PPluginModuleManager@@UAEXXZ @5459 NONAME
    ?OnShutdown@PProcessStartup@@UAEXXZ @4908 NONAME
    ?OnShutdown@WinSNMPLoader@@UAEXXZ @5460 NONAME
    ?OnStartup@PluginLoaderStartup@@UAEXXZ @4909 NONAME
    ?OnStartup@PProcessStartup@@UAEXXZ @5323 NONAME
    ?OnStartup@WinSNMPLoader@@UAEXXZ @5461 NONAME
    ?OnStop@PServiceProcess@@UAEXXZ @2112 NONAME
    ?OnTimeout@PTimer@@UAEXXZ @2113 NONAME
    ?OnWait@PCondMutex@@UAEXXZ @2114 NONAME
    ?OnWriteComplete@PChannel@@UAEXPBXH@Z @2115 NONAME
    ?Open@NT_ServiceManager@@AAEHPAVPServiceProcess@@@Z @2116 NONAME
    ?Open@PConsoleChannel@@UAEHW4ConsoleType@1@@Z @2117 NONAME
    ?Open@PDirectory@@UAEHH@Z @6159 NONAME
    ?Open@PDynaLink@@UAEHABVPString@@@Z @2119 NONAME
    ?Open@PFile@@UAEHABVPFilePath@@W4OpenMode@1@H@Z @2121 NONAME
    ?Open@PFile@@UAEHW4OpenMode@1@H@Z @2122 NONAME
    ?Open@PIndirectChannel@@QAEHAAVPChannel@@@Z @2123 NONAME
    ?Open@PIndirectChannel@@QAEHPAVPChannel@@0HH@Z @2124 NONAME
    ?Open@PIndirectChannel@@QAEHPAVPChannel@@H@Z @2125 NONAME
    ?Open@PMultiMediaFile@@QAEHABVPFilePath@@KPAU_MMIOINFO@@@Z @2126 NONAME
    ?Open@PPipeChannel@@QAEHABVPString@@ABVPStringArray@@ABVPStringToString@@W4OpenMode@1@HH@Z @2127 NONAME
    ?Open@PPipeChannel@@QAEHABVPString@@ABVPStringArray@@W4OpenMode@1@HH@Z @2128 NONAME
    ?Open@PPipeChannel@@QAEHABVPString@@ABVPStringToString@@W4OpenMode@1@HH@Z @2129 NONAME
    ?Open@PPipeChannel@@QAEHABVPString@@W4OpenMode@1@HH@Z @2130 NONAME
    ?Open@PRemoteConnection@@QAEHABVPString@@00H@Z @2131 NONAME
    ?Open@PRemoteConnection@@QAEHABVPString@@H@Z @2132 NONAME
    ?Open@PRemoteConnection@@QAEHH@Z @2133 NONAME
    ?Open@PSerialChannel@@UAEHAAVPConfig@@@Z @2134 NONAME
    ?Open@PSerialChannel@@UAEHABVPString@@KEW4Parity@1@EW4FlowControl@1@2@Z @2135 NONAME
    ?Open@PSoundChannel@@UAEHABVPString@@W4Directions@1@III@Z @2775 NONAME
    ?Open@PSoundChannelWin32@@QAEHABVPString@@W4Directions@PSoundChannel@@ABVPWaveFormat@@@Z @2776 NONAME
    ?Open@PSoundChannelWin32@@UAEHABVPString@@W4Directions@PSoundChannel@@III@Z @2777 NONAME
    ?Open@PVideoChannel@@QAEHABVPString@@W4Directions@1@@Z @2138 NONAME
    ?Open@PVideoInputDevice_FakeVideo@@UAEHABVPString@@H@Z @2891 NONAME
    ?Open@PVideoInputDevice_VideoForWindows@@UAEHABVPString@@H@Z @2778 NONAME
    ?Open@PVideoOutputDevice_NULLOutput@@UAEHABVPString@@H@Z @2892 NONAME
    ?Open@PVideoOutputDevice_Window@@UAEHABVPString@@H@Z @6516 NONAME
    ?OpenDevice@PSoundChannelWin32@@AAEHI@Z @2779 NONAME
    ?OpenFull@PVideoDevice@@UAEHABUOpenArgs@1@H@Z @2143 NONAME
    ?OpenManager@NT_ServiceManager@@AAEHXZ @2144 NONAME
    ?OpenSocket@PEthSocket@@MAEHXZ @2145 NONAME
    ?OpenSocket@PICMPSocket@@MAEHH@Z @2146 NONAME
    ?OpenSocket@PICMPSocket@@MAEHXZ @2147 NONAME
    ?OpenSocket@PIPXSocket@@MAEHXZ @2148 NONAME
    ?OpenSocket@PSPXSocket@@MAEHXZ @2149 NONAME
    ?OpenSocket@PTCPSocket@@MAEHH@Z @2150 NONAME
    ?OpenSocket@PTCPSocket@@MAEHXZ @2151 NONAME
    ?OpenSocket@PUDPSocket@@MAEHH@Z @2152 NONAME
    ?OpenSocket@PUDPSocket@@MAEHXZ @2153 NONAME
    ?OpenSocket@PWinSock@@EAEHXZ @2154 NONAME
    ?OpenSocketGQOS@PUDPSocket@@MAEHHHH@Z @2668 NONAME
    ?OpenWaveFile@PMultiMediaFile@@QAEHABVPFilePath@@AAVPWaveFormat@@AAK@Z @2155 NONAME
    ?OrderSelect@Info@PAbstractSortedList@@QBEPAUElement@2@PAU32@H@Z @6517 NONAME
    ?os_accept@PSocket@@IAEHAAV1@PAUsockaddr@@PAH@Z @2157 NONAME
    ?os_close@PSocket@@IAEHXZ @2158 NONAME
    ?os_connect@PSocket@@IAEHPAUsockaddr@@H@Z @2159 NONAME
    ?os_gmtime@PTime@@SAPAUtm@@PBJPAU2@@Z @2160 NONAME
    ?os_localtime@PTime@@SAPAUtm@@PBJPAU2@@Z @2161 NONAME
    ?os_recvfrom@PSocket@@IAEHPAXHHPAUsockaddr@@PAH@Z @2162 NONAME
    ?os_sendto@PSocket@@IAEHPBXHHPAUsockaddr@@H@Z @2164 NONAME
    ?os_socket@PSocket@@IAEHHHH@Z @2165 NONAME
    ?Output@PSystemLog@@SAXW4Level@1@PBD@Z @2166 NONAME
    ?overflow@Buffer@PDebugStream@@UAEHH@Z @2167 NONAME
    ?overflow@Buffer@PStringStream@@UAEHH@Z @2168 NONAME
    ?overflow@Buffer@PSystemLog@@UAEHH@Z @2169 NONAME
    ?overflow@PChannelStreamBuffer@@MAEHH@Z @2170 NONAME
    ?Parse@Frame@PEthSocket@@QAEXAAGAAPAEAAH@Z @2171 NONAME
    ?Parse@PArgList@@UAEHABVPString@@H@Z @2172 NONAME
    ?Parse@PArgList@@UAEHPBDH@Z @2173 NONAME
    ?ParseOption@PArgList@@AAEHHHAAHABV?$PScalarArray@H@@@Z @2174 NONAME
    ?PAssertFunc@@YAXPBD@Z @2175 NONAME
    ?PAssertFunc@@YAXPBDH00@Z @2176 NONAME
    ?PAssertFunc@@YAXPBDH0W4PStandardAssertMessage@@@Z @2177 NONAME
    ?PAssertFuncInline@@YA_N_NPBDH11@Z @6074 NONAME
    ?PAssertFuncInline@@YA_N_NPBDH1W4PStandardAssertMessage@@@Z @6075 NONAME
    ?Pause@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2178 NONAME
    ?Pause@PTimer@@QAEXXZ @2179 NONAME
    ?Pause@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2180 NONAME
    ?PDummyFunctionToMakeSureSymbolsAreInDEFFile@@YAXXZ @2181 NONAME
    ?pfFreeAddrInfo@?1??WspiapiFreeAddrInfo@@9@4@4P6GXPAUaddrinfo@@@ZA @2947 NONAME
    ?pfGetAddrInfo@?1??WspiapiGetAddrInfo@@9@16@4P6GHPBD0PBUaddrinfo@@PAPAU2@@ZA @2948 NONAME
    ?pfGetNameInfo@?1??WspiapiGetNameInfo@@9@28@4P6GHPBUsockaddr@@HPADI1IH@ZA @2949 NONAME
    ?PGetErrorStream@@YAAAVostream@@XZ @2182 NONAME
    ?Ping@PICMPSocket@@QAEHABVPString@@@Z @2183 NONAME
    ?Ping@PICMPSocket@@QAEHABVPString@@AAVPingInfo@1@@Z @2184 NONAME
    ?PlatformOpen@PPipeChannel@@AAEHABVPString@@ABVPStringArray@@W4OpenMode@1@HHPBVPStringToString@@@Z @2185 NONAME
    ?Play@PSound@@QAEHABVPString@@@Z @6518 NONAME
    ?Play@PSound@@QAEHXZ @2186 NONAME
    ?PlayFile@PSound@@SAHABVPFilePath@@H@Z @2187 NONAME
    ?PlayFile@PSoundChannel@@UAEHABVPFilePath@@H@Z @2780 NONAME
    ?PlayFile@PSoundChannelWin32@@UAEHABVPFilePath@@H@Z @2781 NONAME
    ?PlaySoundA@PSoundChannel@@UAEHABVPSound@@H@Z @2782 NONAME
    ?PlaySoundA@PSoundChannelWin32@@UAEHABVPSound@@H@Z @2783 NONAME
    ?PLoadPluginDirectory@@YAXAAVPPluginManager@@ABVPDirectory@@PBD@Z @5464 NONAME
    ?PluginLoaderStartup_PString@PWLibFactoryLoader@@3HA @6519 NONAME
    ?PPlugin_PSoundChannel_WindowsMultimedia_Registration_Instance@@3VPPlugin_PSoundChannel_WindowsMultimedia_Registration@@A @2785 NONAME
    ?PPlugin_PVideoInputDevice_FakeVideo_Registration_Instance@@3VPPlugin_PVideoInputDevice_FakeVideo_Registration@@A @2894 NONAME
    ?PPlugin_PVideoInputDevice_VideoForWindows_Registration_Instance@@3VPPlugin_PVideoInputDevice_VideoForWindows_Registration@@A @2787 NONAME
    ?PPlugin_PVideoOutputDevice_NULLOutput_Registration_Instance@@3VPPlugin_PVideoOutputDevice_NULLOutput_Registration@@A @2896 NONAME
    ?PPlugin_PVideoOutputDevice_Window_Registration_Instance@@3VPPlugin_PVideoOutputDevice_Window_Registration@@A @6520 NONAME
    ?Predecessor@Info@PAbstractSortedList@@QBEPAUElement@2@PBU32@@Z @6521 NONAME
    ?PreInitialise@PProcess@@SAXHPAPAD0@Z @2191 NONAME
    ?Prepare@PWaveBuffer@@AAEKPAUHWAVEIN__@@@Z @2192 NONAME
    ?Prepare@PWaveBuffer@@AAEKPAUHWAVEOUT__@@AAH@Z @2193 NONAME
    ?PrepareCommon@PWaveBuffer@@AAEXH@Z @2194 NONAME
    ?PreShutdown@PProcess@@SAXXZ @5324 NONAME
    ?Previous@PSafePtrBase@@IAEXXZ @2195 NONAME
    ?PrintElementOn@?$PBaseArray@D@@MBEXAAVostream@@H@Z @2196 NONAME
    ?PrintElementOn@?$PBaseArray@E@@MBEXAAVostream@@H@Z @2197 NONAME
    ?PrintElementOn@?$PBaseArray@F@@MBEXAAVostream@@H@Z @2198 NONAME
    ?PrintElementOn@?$PBaseArray@G@@MBEXAAVostream@@H@Z @2199 NONAME
    ?PrintElementOn@?$PBaseArray@H@@MBEXAAVostream@@H@Z @2200 NONAME
    ?PrintElementOn@?$PBaseArray@I@@MBEXAAVostream@@H@Z @2201 NONAME
    ?PrintElementOn@?$PBaseArray@J@@MBEXAAVostream@@H@Z @2202 NONAME
    ?PrintElementOn@?$PBaseArray@K@@MBEXAAVostream@@H@Z @2203 NONAME
    ?PrintElementOn@?$PBaseArray@PAVElement@PHashTable@@@@MBEXAAVostream@@H@Z @2204 NONAME
    ?PrintElementOn@?$PBaseArray@PAVPObject@@@@MBEXAAVostream@@H@Z @2205 NONAME
    ?PrintElementOn@PAbstractArray@@MBEXAAVostream@@H@Z @2206 NONAME
    ?PrintOn@InterfaceEntry@PIPSocket@@UBEXAAVostream@@@Z @2207 NONAME
    ?PrintOn@PAbstractArray@@UBEXAAVostream@@@Z @2208 NONAME
    ?PrintOn@PAbstractDictionary@@UBEXAAVostream@@@Z @2209 NONAME
    ?PrintOn@PArgList@@UBEXAAVostream@@@Z @2210 NONAME
    ?PrintOn@PBYTEArray@@UBEXAAVostream@@@Z @2211 NONAME
    ?PrintOn@PCharArray@@UBEXAAVostream@@@Z @2212 NONAME
    ?PrintOn@PCollection@@UBEXAAVostream@@@Z @2213 NONAME
    ?PrintOn@PIntCondMutex@@UBEXAAVostream@@@Z @2214 NONAME
    ?PrintOn@PObject@@UBEXAAVostream@@@Z @2215 NONAME
    ?PrintOn@POrdinalKey@@UBEXAAVostream@@@Z @2216 NONAME
    ?PrintOn@PString@@UBEXAAVostream@@@Z @2217 NONAME
    ?PrintOn@PThread@@UBEXAAVostream@@@Z @2218 NONAME
    ?PrintOn@PTime@@UBEXAAVostream@@@Z @2219 NONAME
    ?PrintOn@PTimeInterval@@UBEXAAVostream@@@Z @2220 NONAME
    ?PrintOn@PWaveFormat@@UBEXAAVostream@@@Z @2221 NONAME
    ?Process@PTimer@@AAEXABVPTimeInterval@@AAV2@@Z @2222 NONAME
    ?Process@PTimerList@@QAE?AVPTimeInterval@@XZ @2223 NONAME
    ?ProcessCommand@PServiceProcess@@AAEHPBD@Z @2224 NONAME
    ?PSetErrorStream@@YAXPAVostream@@@Z @2225 NONAME
    ?psprintf@@YA?AVPString@@PBDZZ @2226 NONAME
    ?PTraceCurrentLevel@@3IA @5325 NONAME
    ?push_back@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QAEXABQAVPPluginModuleManager@@@Z @5326 NONAME
    ?push_back@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEXABVPString@@@Z @5327 NONAME
    ?PutData@PWin32PacketBuffer@@QAEHPBXH@Z @2227 NONAME
    ?PVideoOutputDevice_Window_descriptor@@3VPVideoOutputDevice_Window_PluginServiceDescriptor@@A @6522 NONAME
    ?pvsprintf@@YA?AVPString@@ABV1@PAD@Z @4709 NONAME
    ?pvsprintf@@YA?AVPString@@PBDPAD@Z @2228 NONAME
    ?PWaitOnExitConsoleWindow@@YAXXZ @2229 NONAME
    ?p_argc@PProcess@@0HA @2230 NONAME
    ?p_argv@PProcess@@0PAPADA @2231 NONAME
    ?p_envp@PProcess@@0PAPADA @2232 NONAME
    ?P_IsOldWin95@@YAHXZ @2233 NONAME
    ?p_unsigned2string@@YAPADHHPAD@Z @2234 NONAME
    ?p_unsigned2string@@YAPADIIPAD@Z @2235 NONAME
    ?p_unsigned2string@@YAPADJJPAD@Z @2236 NONAME
    ?p_unsigned2string@@YAPADKKPAD@Z @2237 NONAME
    ?p_unsigned2string@@YAPAD_J0PAD@Z @2238 NONAME
    ?p_unsigned2string@@YAPAD_K0PAD@Z @2239 NONAME
    ?QueryOid@PWin32PacketDriver@@QAEHIAAK@Z @2240 NONAME
    ?QueryOid@PWin32PacketDriver@@QAEHIIPAE@Z @2241 NONAME
    ?QueryOid@PWin32SnmpLibrary@@AAEHEAAUAsnObjectIdentifier@@AAVPWin32AsnAny@@@Z @2242 NONAME
    ?QueryValue@RegistryKey@@QAEHABVPString@@AAKH@Z @2243 NONAME
    ?QueryValue@RegistryKey@@QAEHABVPString@@AAV2@@Z @2244 NONAME
    ?Ras@@3VPRASDLL@@A @2245 NONAME
    ?Read@PChannel@@UAEHABV?$vector@USlice@PChannel@@V?$allocator@USlice@PChannel@@@std@@@std@@@Z @6523 NONAME
    ?Read@PChannel@@UAEHPAXH@Z @2246 NONAME
    ?Read@PConsoleChannel@@UAEHPAXH@Z @2247 NONAME
    ?Read@PEthSocket@@UAEHPAXH@Z @2248 NONAME
    ?Read@PFile@@UAEHPAXH@Z @2249 NONAME
    ?Read@PIndirectChannel@@UAEHPAXH@Z @2250 NONAME
    ?Read@PMultiMediaFile@@QAEHPAXH@Z @2251 NONAME
    ?Read@PPipeChannel@@UAEHPAXH@Z @2252 NONAME
    ?Read@PSerialChannel@@UAEHPAXH@Z @2253 NONAME
    ?Read@PSocket@@UAEHPAXH@Z @2254 NONAME
    ?Read@PSoundChannel@@UAEHPAXH@Z @2255 NONAME
    ?Read@PSoundChannelWin32@@UAEHPAXH@Z @2794 NONAME
    ?Read@PStructuredFile@@EAEHPAXH@Z @2256 NONAME
    ?Read@PStructuredFile@@QAEHPAX@Z @2257 NONAME
    ?Read@PUDPSocket@@UAEHPAXH@Z @2258 NONAME
    ?Read@PVideoChannel@@UAEHPAXH@Z @2259 NONAME
    ?ReadAsync@PChannel@@UAEHPAXH@Z @2260 NONAME
    ?ReadAsync@PWin32PacketBuffer@@QAEHAAVPWin32PacketDriver@@@Z @2261 NONAME
    ?ReadBlock@PChannel@@QAEHPAXH@Z @2262 NONAME
    ?ReadChar@PChannel@@UAEHXZ @2263 NONAME
    ?ReadCharWithTimeout@PChannel@@IAEHAAVPTimeInterval@@@Z @2264 NONAME
    ?ReadComplete@PWin32PacketBuffer@@QAEHAAVPWin32PacketDriver@@@Z @2265 NONAME
    ?ReadElementFrom@?$PScalarArray@F@@MAEXAAVistream@@H@Z @2266 NONAME
    ?ReadElementFrom@?$PScalarArray@G@@MAEXAAVistream@@H@Z @2267 NONAME
    ?ReadElementFrom@?$PScalarArray@H@@MAEXAAVistream@@H@Z @2268 NONAME
    ?ReadElementFrom@?$PScalarArray@I@@MAEXAAVistream@@H@Z @2269 NONAME
    ?ReadElementFrom@?$PScalarArray@J@@MAEXAAVistream@@H@Z @2270 NONAME
    ?ReadElementFrom@?$PScalarArray@K@@MAEXAAVistream@@H@Z @2271 NONAME
    ?ReadElementFrom@PAbstractArray@@MAEXAAVistream@@H@Z @2272 NONAME
    ?ReadFrom@PAbstractArray@@UAEXAAVistream@@@Z @2273 NONAME
    ?ReadFrom@PArgList@@UAEXAAVistream@@@Z @2274 NONAME
    ?ReadFrom@PBYTEArray@@UAEXAAVistream@@@Z @2275 NONAME
    ?ReadFrom@PCharArray@@UAEXAAVistream@@@Z @2276 NONAME
    ?ReadFrom@PIPDatagramSocket@@UAEHPAXHAAVAddress@PIPSocket@@AAG@Z @2277 NONAME
    ?ReadFrom@PIPXSocket@@UAEHPAXHAAVAddress@1@AAG@Z @2278 NONAME
    ?ReadFrom@PObject@@UAEXAAVistream@@@Z @2279 NONAME
    ?ReadFrom@POrdinalToString@@UAEXAAVistream@@@Z @2280 NONAME
    ?ReadFrom@PSortedStringList@@UAEXAAVistream@@@Z @2281 NONAME
    ?ReadFrom@PString@@UAEXAAVistream@@@Z @2282 NONAME
    ?ReadFrom@PStringArray@@UAEXAAVistream@@@Z @2283 NONAME
    ?ReadFrom@PStringList@@UAEXAAVistream@@@Z @2284 NONAME
    ?ReadFrom@PStringSet@@UAEXAAVistream@@@Z @2285 NONAME
    ?ReadFrom@PStringToOrdinal@@UAEXAAVistream@@@Z @2286 NONAME
    ?ReadFrom@PStringToString@@UAEXAAVistream@@@Z @2287 NONAME
    ?ReadFrom@PTime@@UAEXAAVistream@@@Z @2288 NONAME
    ?ReadFrom@PTimeInterval@@UAEXAAVistream@@@Z @2289 NONAME
    ?ReadFrom@PWaveFormat@@UAEXAAVistream@@@Z @2290 NONAME
    ?ReadLine@PTextFile@@QAEHAAVPString@@@Z @2291 NONAME
    ?ReadPacket@PEthSocket@@QAEHAAVPBYTEArray@@AATAddress@1@1AAGAAHAAPAE@Z @2292 NONAME
    ?ReadStandardError@PPipeChannel@@QAEHAAVPString@@H@Z @2293 NONAME
    ?ReadString@PChannel@@QAE?AVPString@@H@Z @2294 NONAME
    ?ReceiveCommandString@PChannel@@IAEHHABVPString@@AAHH@Z @2295 NONAME
    ?RecordFile@PSoundChannel@@UAEHABVPFilePath@@@Z @2795 NONAME
    ?RecordFile@PSoundChannelWin32@@UAEHABVPFilePath@@@Z @2796 NONAME
    ?RecordSound@PSoundChannel@@UAEHAAVPSound@@@Z @2797 NONAME
    ?RecordSound@PSoundChannelWin32@@UAEHAAVPSound@@@Z @2798 NONAME
    ?Redraw@PVideoChannel@@UAEHPBX@Z @2298 NONAME
    ?Register@?$PFactory@VPProcessStartup@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @5752 NONAME
    ?RegisterNotifiee@PSmartNotifieeRegistrar@@SAIPAX@Z @4828 NONAME
    ?RegisterService@PPluginManager@@QAEHABVPString@@0PAVPPluginServiceDescriptor@@@Z @2799 NONAME
    ?Register_Internal@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @6076 NONAME
    ?Register_Internal@?$PFactory@VPProcessStartup@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @5753 NONAME
    ?Register_Internal@?$PFactory@VPSoundChannel@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @6524 NONAME
    ?Register_Internal@?$PFactory@VPVideoInputDevice@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @6525 NONAME
    ?Register_Internal@?$PFactory@VPVideoOutputDevice@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @6526 NONAME
    ?Release@PWaveBuffer@@AAEKXZ @2299 NONAME
    ?Remove@PAbstractDictionary@@EAEHPBVPObject@@@Z @2300 NONAME
    ?Remove@PAbstractList@@UAEHPBVPObject@@@Z @2301 NONAME
    ?Remove@PAbstractSet@@UAEHPBVPObject@@@Z @2302 NONAME
    ?Remove@PAbstractSortedList@@UAEHPBVPObject@@@Z @2303 NONAME
    ?Remove@PArrayObjects@@UAEHPBVPObject@@@Z @2304 NONAME
    ?Remove@PDirectory@@QAEHXZ @4710 NONAME
    ?Remove@PDirectory@@SAHABVPString@@@Z @4711 NONAME
    ?Remove@PFile@@QAEHH@Z @4712 NONAME
    ?Remove@PFile@@SAHABVPFilePath@@H@Z @2305 NONAME
    ?RemoveAll@PAbstractSortedList@@UAEXXZ @2306 NONAME
    ?RemoveAll@PArrayObjects@@UAEXXZ @2307 NONAME
    ?RemoveAll@PCollection@@UAEXXZ @2308 NONAME
    ?RemoveAll@PSafeCollection@@UAEXH@Z @6527 NONAME
    ?RemoveAt@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UAEPAVPIPCacheData@@ABVPCaselessString@@@Z @2310 NONAME
    ?RemoveAt@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UAEPAVPIPCacheData@@ABVPIPCacheKey@@@Z @2311 NONAME
    ?RemoveAt@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UAEPAVNest@PReadWriteMutex@@ABVPOrdinalKey@@@Z @2312 NONAME
    ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UAEPAVPPointer@@ABVPOrdinalKey@@@Z @4829 NONAME
    ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPThread@@@@UAEPAVPThread@@ABVPOrdinalKey@@@Z @2313 NONAME
    ?RemoveAt@?$PDictionary@VPString@@VPDynaLink@@@@UAEPAVPDynaLink@@ABVPString@@@Z @4752 NONAME
    ?RemoveAt@?$POrdinalDictionary@VPString@@@@UAEHABVPString@@@Z @2314 NONAME
    ?RemoveAt@?$PStringDictionary@VPOrdinalKey@@@@UAEPAVPString@@ABVPOrdinalKey@@@Z @2315 NONAME
    ?RemoveAt@?$PStringDictionary@VPString@@@@UAEPAVPString@@ABV2@@Z @2316 NONAME
    ?RemoveAt@PAbstractDictionary@@UAEPAVPObject@@H@Z @2317 NONAME
    ?RemoveAt@PAbstractList@@UAEPAVPObject@@H@Z @2318 NONAME
    ?RemoveAt@PAbstractSet@@UAEPAVPObject@@H@Z @2319 NONAME
    ?RemoveAt@PAbstractSortedList@@UAEPAVPObject@@H@Z @2320 NONAME
    ?RemoveAt@PArrayObjects@@UAEPAVPObject@@H@Z @2321 NONAME
    ?RemoveConfiguration@PRemoteConnection@@SA?AW4Status@1@ABVPString@@@Z @2322 NONAME
    ?RemoveElement@PAbstractSortedList@@IAEXPAUElement@1@@Z @3023 NONAME
    ?RemoveElement@Table@PHashTable@@QAEPAVPObject@@ABV3@@Z @2324 NONAME
    ?RemoveNotifier@PPluginManager@@QAEXABVPNotifier@@@Z @3049 NONAME
    ?RemoveTarget@PNotifierList@@QAEHPAVPObject@@@Z @4830 NONAME
    ?Rename@PFile@@QAEHABVPString@@H@Z @2325 NONAME
    ?Rename@PFile@@SAHABVPFilePath@@ABVPString@@H@Z @2326 NONAME
    ?Replace@PString@@QAEXABV1@0HH@Z @2327 NONAME
    ?ReplaceAt@PAbstractList@@UAEHHPAVPObject@@@Z @2328 NONAME
    ?ReportStatus@PServiceProcess@@AAEHKKKK@Z @2329 NONAME
    ?Reset@PTimer@@QAEXXZ @2330 NONAME
    ?Reset@PWin32Overlapped@@QAEXXZ @2331 NONAME
    ?ResizeYUV422@PStandardColourConverter@@IBEXPBEPAE@Z @2332 NONAME
    ?Resolution@PTimer@@SAIXZ @2333 NONAME
    ?Restart@PDirectory@@UAEHH@Z @6160 NONAME
    ?Restart@PThread@@UAEXXZ @2334 NONAME
    ?RestrictAccess@PVideoChannel@@QAEXXZ @2335 NONAME
    ?Resume@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2336 NONAME
    ?Resume@PThread@@UAEXXZ @2337 NONAME
    ?Resume@PTimer@@QAEXXZ @2338 NONAME
    ?Resume@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2339 NONAME
    ?RGBtoYUV420P@PStandardColourConverter@@IBEHPBEPAEPAHIII@Z @6528 NONAME
    ?RGBtoYUV420PSameSize@PStandardColourConverter@@IBEXPBEPAEIII@Z @6529 NONAME
    ?RGBtoYUV420PWithResize@PStandardColourConverter@@IBEXPBEPAEIII@Z @6530 NONAME
    ?rgtGlobal@?1??WspiapiLoad@@9@4@4PAUWSPIAPI_FUNCTION@@A @2950 NONAME
    ?Right@PString@@QBE?AV1@H@Z @2343 NONAME
    ?RightRotate@PAbstractSortedList@@IAEXPAUElement@1@@Z @3024 NONAME
    ?RightTrim@PString@@QBE?AV1@XZ @2345 NONAME
    ?RunContinuous@PTimer@@QAEXABVPTimeInterval@@@Z @2346 NONAME
    ?SafeDereference@PSafeObject@@QAEXXZ @2347 NONAME
    ?SafelyCanBeDeleted@PSafeObject@@QBEHXZ @6077 NONAME
    ?SafeReference@PSafeObject@@QAEHXZ @2349 NONAME
    ?SafeRemove@PSafeCollection@@MAEHPAVPSafeObject@@@Z @2350 NONAME
    ?SafeRemove@PSafeObject@@QAEXXZ @2351 NONAME
    ?SafeRemoveAt@PSafeCollection@@MAEHH@Z @2352 NONAME
    ?SafeRemoveObject@PSafeCollection@@IAEXPAVPSafeObject@@@Z @2353 NONAME
    ?Save@PConfigArgs@@QAEXABVPString@@@Z @2354 NONAME
    ?Save@PSound@@QAEHABVPFilePath@@@Z @2355 NONAME
    ?SaveSettings@PSerialChannel@@UAEXAAVPConfig@@@Z @2356 NONAME
    ?SBGGR8toRGB@PStandardColourConverter@@IBEHPBEPAEPAH@Z @6531 NONAME
    ?SBGGR8toYUV420P@PStandardColourConverter@@IBEHPBEPAEPAH@Z @6532 NONAME
    ?seekoff@Buffer@PStringStream@@UAEJJW4seek_dir@ios@@H@Z @2357 NONAME
    ?seekoff@PChannelStreamBuffer@@MAEJJW4seek_dir@ios@@H@Z @2358 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@00@Z @2359 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@00ABVPTimeInterval@@@Z @2360 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@0@Z @2361 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@0ABVPTimeInterval@@@Z @2362 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@@Z @2363 NONAME
    ?Select@PSocket@@SA?AW4Errors@PChannel@@AAVSelectList@1@ABVPTimeInterval@@@Z @2364 NONAME
    ?Select@PSocket@@SAHAAV1@0@Z @2365 NONAME
    ?Select@PSocket@@SAHAAV1@0ABVPTimeInterval@@@Z @2366 NONAME
    ?SendCommandString@PChannel@@QAEHABVPString@@@Z @2367 NONAME
    ?SendNote@PMail@@QAEHABVPString@@0PBD@Z @2368 NONAME
    ?SendNote@PMail@@QAEHABVPString@@0PBDABVPStringList@@@Z @2369 NONAME
    ?SendNote@PMail@@QAEHABVPString@@ABVPStringList@@10PBD1@Z @2370 NONAME
    ?SeparatorChar@PDevicePluginServiceDescriptor@@2DB @6533 NONAME
    ?SetArgs@PArgList@@QAEXABVPString@@@Z @2371 NONAME
    ?SetArgs@PArgList@@QAEXABVPStringArray@@@Z @2372 NONAME
    ?SetArgs@PArgList@@QAEXHPAPAD@Z @2373 NONAME
    ?SetAt@?$PBaseArray@D@@QAEHHD@Z @2374 NONAME
    ?SetAt@?$PBaseArray@H@@QAEHHH@Z @5330 NONAME
    ?SetAt@?$PBaseArray@I@@QAEHHI@Z @2375 NONAME
    ?SetAt@?$PBaseArray@K@@QAEHHK@Z @2376 NONAME
    ?SetAt@?$PDictionary@VPCaselessString@@VPIPCacheData@@@@UAEHABVPCaselessString@@PAVPIPCacheData@@@Z @2377 NONAME
    ?SetAt@?$PDictionary@VPIPCacheKey@@VPIPCacheData@@@@UAEHABVPIPCacheKey@@PAVPIPCacheData@@@Z @2378 NONAME
    ?SetAt@?$PDictionary@VPOrdinalKey@@VNest@PReadWriteMutex@@@@UAEHABVPOrdinalKey@@PAVNest@PReadWriteMutex@@@Z @2379 NONAME
    ?SetAt@?$PDictionary@VPOrdinalKey@@VPPointer@@@@UAEHABVPOrdinalKey@@PAVPPointer@@@Z @4831 NONAME
    ?SetAt@?$PDictionary@VPOrdinalKey@@VPThread@@@@UAEHABVPOrdinalKey@@PAVPThread@@@Z @2380 NONAME
    ?SetAt@?$PDictionary@VPString@@VPDynaLink@@@@UAEHABVPString@@PAVPDynaLink@@@Z @4753 NONAME
    ?SetAt@?$POrdinalDictionary@VPString@@@@UAEHABVPString@@H@Z @2381 NONAME
    ?SetAt@?$PStringDictionary@VPOrdinalKey@@@@UAEHABVPOrdinalKey@@ABVPString@@@Z @2382 NONAME
    ?SetAt@?$PStringDictionary@VPString@@@@UAEHABVPString@@0@Z @2383 NONAME
    ?SetAt@PAbstractDictionary@@UAEHHPAVPObject@@@Z @2384 NONAME
    ?SetAt@PAbstractList@@UAEHHPAVPObject@@@Z @2385 NONAME
    ?SetAt@PAbstractSet@@UAEHHPAVPObject@@@Z @2386 NONAME
    ?SetAt@PAbstractSortedList@@UAEHHPAVPObject@@@Z @2387 NONAME
    ?SetAt@PArrayObjects@@UAEHHPAVPObject@@@Z @2388 NONAME
    ?SetAt@PBitArray@@QAEHHH@Z @2389 NONAME
    ?SetAutoDelete@PThread@@UAEXW4AutoDeleteFlag@1@@Z @2390 NONAME
    ?SetAutoDeleteObjects@PSafeCollection@@UAEXXZ @2391 NONAME
    ?SetAvgBytesPerSec@PQoS@@QAEXK@Z @2669 NONAME
    ?SetBoolean@PConfig@@UAEXABVPString@@0H@Z @2995 NONAME
    ?SetBoolean@PConfig@@UAEXABVPString@@H@Z @2996 NONAME
    ?SetBreak@PSerialChannel@@QAEXH@Z @2393 NONAME
    ?SetBrightness@PVideoDevice@@UAEHI@Z @2394 NONAME
    ?SetBuffers@PSoundChannel@@UAEHHH@Z @2800 NONAME
    ?SetBuffers@PSoundChannelWin32@@UAEHHH@Z @2801 NONAME
    ?SetBufferSize@PChannel@@QAEHH@Z @2396 NONAME
    ?SetBufferSize@PChannelStreamBuffer@@IAEHH@Z @2397 NONAME
    ?SetChannel@PVideoDevice@@UAEHH@Z @2399 NONAME
    ?SetChannel@PVideoInputDevice_FakeVideo@@UAEHH@Z @2906 NONAME
    ?SetColour@PVideoDevice@@UAEHI@Z @2400 NONAME
    ?SetColourFormat@PVideoDevice@@UAEHABVPString@@@Z @2402 NONAME
    ?SetColourFormat@PVideoInputDevice_FakeVideo@@UAEHABVPString@@@Z @2907 NONAME
    ?SetColourFormat@PVideoInputDevice_VideoForWindows@@UAEHABVPString@@@Z @2802 NONAME
    ?SetColourFormat@PVideoOutputDeviceRGB@@UAEHABVPString@@@Z @6534 NONAME
    ?SetColourFormat@PVideoOutputDevice_Window@@UAEHABVPString@@@Z @6535 NONAME
    ?SetColourFormatConverter@PVideoDevice@@UAEHABVPString@@@Z @2405 NONAME
    ?SetCommsParam@PSerialChannel@@AAEHKEW4Parity@1@EW4FlowControl@1@1@Z @2406 NONAME
    ?SetConfiguration@PRemoteConnection@@QAE?AW4Status@1@ABUConfiguration@1@H@Z @2407 NONAME
    ?SetConfiguration@PRemoteConnection@@SA?AW4Status@1@ABVPString@@ABUConfiguration@1@H@Z @2408 NONAME
    ?SetConfigurationPath@PProcess@@QAEXABVPString@@@Z @2409 NONAME
    ?SetContrast@PVideoDevice@@UAEHI@Z @2410 NONAME
    ?SetCurrent@PAbstractList@@IBEHH@Z @2411 NONAME
    ?SetDataAt@?$POrdinalDictionary@VPString@@@@UAEHHH@Z @2412 NONAME
    ?SetDataAt@?$PStringDictionary@VPOrdinalKey@@@@UAEHHABVPString@@@Z @2413 NONAME
    ?SetDataAt@?$PStringDictionary@VPString@@@@UAEHHABVPString@@@Z @2414 NONAME
    ?SetDataAt@PAbstractDictionary@@UAEHHPAVPObject@@@Z @2415 NONAME
    ?SetDataBits@PSerialChannel@@QAEHE@Z @2416 NONAME
    ?SetDefaultIpAddressFamily@PIPSocket@@SAXH@Z @2417 NONAME
    ?SetDefaultIpAddressFamilyV4@PIPSocket@@SAXXZ @2418 NONAME
    ?SetDefaultIpAddressFamilyV6@PIPSocket@@SAXXZ @2951 NONAME
    ?SetDefaultSection@PConfig@@UAEXABVPString@@@Z @2997 NONAME
    ?SetDSCP@PQoS@@QAEXH@Z @2670 NONAME
    ?SetDSCPAlternative@PQoS@@SAXKI@Z @2671 NONAME
    ?SetDstFrameSize@PColourConverter@@UAEHIIH@Z @2419 NONAME
    ?SetDTR@PSerialChannel@@QAEXH@Z @2420 NONAME
    ?SetErrorValues@PChannel@@IAEHW4Errors@1@HW4ErrorGroup@1@@Z @2421 NONAME
    ?SetFilePath@PFile@@QAEXABVPString@@@Z @2422 NONAME
    ?setfill@@YA?AV__SMANIP_int@@H@Z @5331 NONAME
    ?SetFilter@PEthSocket@@QAEHIG@Z @2423 NONAME
    ?SetFormat@PSound@@QAEXIII@Z @2424 NONAME
    ?SetFormat@PSoundChannel@@UAEHIII@Z @2803 NONAME
    ?SetFormat@PSoundChannelWin32@@QAEHABVPWaveFormat@@@Z @2804 NONAME
    ?SetFormat@PSoundChannelWin32@@UAEHIII@Z @2805 NONAME
    ?SetFormat@PWaveFormat@@QAEXIII@Z @2427 NONAME
    ?SetFormat@PWaveFormat@@QAEXPBXH@Z @2428 NONAME
    ?SetFrameData@PVideoOutputDeviceRGB@@UAEHIIIIPBEH@Z @6536 NONAME
    ?SetFrameData@PVideoOutputDevice_NULLOutput@@UAEHIIIIPBEH@Z @2908 NONAME
    ?SetFrameRate@PVideoDevice@@UAEHI@Z @2432 NONAME
    ?SetFrameRate@PVideoInputDevice_FakeVideo@@UAEHI@Z @2909 NONAME
    ?SetFrameRate@PVideoInputDevice_VideoForWindows@@UAEHI@Z @2806 NONAME
    ?SetFrameSize@PColourConverter@@UAEHII@Z @2434 NONAME
    ?SetFrameSize@PVideoDevice@@UAEHII@Z @2436 NONAME
    ?SetFrameSize@PVideoInputDevice_FakeVideo@@UAEHII@Z @2910 NONAME
    ?SetFrameSize@PVideoInputDevice_VideoForWindows@@UAEHII@Z @2807 NONAME
    ?SetFrameSize@PVideoOutputDeviceRGB@@UAEHII@Z @6537 NONAME
    ?SetFrameSize@PVideoOutputDevice_Window@@UAEHII@Z @6538 NONAME
    ?SetFrameSizeConverter@PVideoDevice@@UAEHIIH@Z @2439 NONAME
    ?SetGrabberFrameSize@PVideoChannel@@UAEXHH@Z @2440 NONAME
    ?SetGroupName@PProcess@@QAEHABVPString@@H@Z @2441 NONAME
    ?SetHue@PVideoDevice@@UAEHI@Z @2442 NONAME
    ?SetInputFlowControl@PSerialChannel@@QAEHW4FlowControl@1@@Z @2443 NONAME
    ?SetInt64@PConfig@@UAEXABVPString@@0_J@Z @2998 NONAME
    ?SetInt64@PConfig@@UAEXABVPString@@_J@Z @2999 NONAME
    ?SetInteger@PConfig@@UAEXABVPString@@0J@Z @3000 NONAME
    ?SetInteger@PConfig@@UAEXABVPString@@J@Z @3001 NONAME
    ?SetInterval@PTimeInterval@@UAEX_JJJJH@Z @2446 NONAME
    ?SetInterval@PTimer@@UAEX_JJJJH@Z @2447 NONAME
    ?SetLastElementAt@Table@PHashTable@@QAEHH@Z @2448 NONAME
    ?SetLength@PFile@@UAEHJ@Z @2449 NONAME
    ?SetLevel@PTrace@@SAXI@Z @2450 NONAME
    ?SetMaxFrameBytes@PQoS@@QAEXK@Z @2672 NONAME
    ?SetMaxHandles@PProcess@@QAEHH@Z @2451 NONAME
    ?SetMinSize@PContainer@@QAEHH@Z @2452 NONAME
    ?SetNotifier@PTimer@@QAEXABVPNotifier@@@Z @4714 NONAME
    ?SetOid@PWin32PacketDriver@@QAEHIIPBE@Z @2453 NONAME
    ?SetOid@PWin32PacketDriver@@QAEHIK@Z @2454 NONAME
    ?SetOption@PSocket@@QAEHHHH@Z @2455 NONAME
    ?SetOption@PSocket@@QAEHHPBXHH@Z @2456 NONAME
    ?SetOptions@PTrace@@SAXI@Z @2457 NONAME
    ?SetOutputFlowControl@PSerialChannel@@QAEHW4FlowControl@1@@Z @2458 NONAME
    ?SetPacketType@PIPXSocket@@QAEHH@Z @2459 NONAME
    ?SetParity@PSerialChannel@@QAEHW4Parity@1@@Z @2460 NONAME
    ?SetPeakBytesPerSec@PQoS@@QAEXK@Z @2673 NONAME
    ?SetPermissions@PFile@@QAEHH@Z @4715 NONAME
    ?SetPermissions@PFile@@SAHABVPFilePath@@H@Z @2461 NONAME
    ?SetPort@PSocket@@QAEXABVPString@@@Z @2462 NONAME
    ?SetPort@PSocket@@QAEXG@Z @2463 NONAME
    ?SetPosition@PFile@@UAEHJW4FilePositionOrigin@1@@Z @2464 NONAME
    ?setprecision@@YA?AV__SMANIP_int@@H@Z @5332 NONAME
    ?SetPriority@PThread@@UAEXW4Priority@1@@Z @2465 NONAME
    ?SetReadChannel@PIndirectChannel@@QAEHPAVPChannel@@H@Z @2466 NONAME
    ?SetReadTimeout@PChannel@@QAEXABVPTimeInterval@@@Z @4716 NONAME
    ?SetReal@PConfig@@UAEXABVPString@@0N@Z @3002 NONAME
    ?SetReal@PConfig@@UAEXABVPString@@N@Z @3003 NONAME
    ?SetRenderFrameSize@PVideoChannel@@UAEXHH@Z @2468 NONAME
    ?SetRTS@PSerialChannel@@QAEXH@Z @2469 NONAME
    ?SetSafetyMode@PSafePtrBase@@QAEHW4PSafetyMode@@@Z @2470 NONAME
    ?SetSendAddress@PUDPSocket@@QAEXABVAddress@PIPSocket@@G@Z @2471 NONAME
    ?SetSize@PAbstractArray@@UAEHH@Z @2472 NONAME
    ?SetSize@PAbstractList@@UAEHH@Z @2473 NONAME
    ?SetSize@PAbstractSortedList@@UAEHH@Z @2474 NONAME
    ?SetSize@PArrayObjects@@UAEHH@Z @2475 NONAME
    ?SetSize@PBitArray@@UAEHH@Z @2476 NONAME
    ?SetSize@PHashTable@@MAEHH@Z @2477 NONAME
    ?SetSize@PString@@UAEHH@Z @2478 NONAME
    ?SetSize@PWaveFormat@@QAEHH@Z @2479 NONAME
    ?SetSpeed@PSerialChannel@@QAEHK@Z @2480 NONAME
    ?SetSrcFrameSize@PColourConverter@@UAEHII@Z @2481 NONAME
    ?SetStopBits@PSerialChannel@@QAEHE@Z @2482 NONAME
    ?SetStream@PTrace@@SAXPAVostream@@@Z @2483 NONAME
    ?SetString@PConfig@@UAEXABVPString@@00@Z @3004 NONAME
    ?SetString@PConfig@@UAEXABVPString@@0@Z @3005 NONAME
    ?SetStructure@PStructuredFile@@QAEXPAUElement@1@H@Z @2485 NONAME
    ?SetTerminationValue@PProcess@@QAEXH@Z @4717 NONAME
    ?SetThreadName@PProcess@@UAEXABVPString@@@Z @2486 NONAME
    ?SetThreadName@PThread@@UAEXABVPString@@@Z @2487 NONAME
    ?SetTime@PConfig@@UAEXABVPString@@0ABVPTime@@@Z @3006 NONAME
    ?SetTime@PConfig@@UAEXABVPString@@ABVPTime@@@Z @3007 NONAME
    ?SetType@PFilePath@@QAEXABVPCaselessString@@@Z @2489 NONAME
    ?SetUserName@PProcess@@QAEHABVPString@@H@Z @2490 NONAME
    ?SetValue@RegistryKey@@QAEHABVPString@@0@Z @2491 NONAME
    ?SetValue@RegistryKey@@QAEHABVPString@@K@Z @2492 NONAME
    ?SetVFlipState@PVideoDevice@@UAEHH@Z @2493 NONAME
    ?SetVFlipState@PVideoOutputDevice_Window@@UAEHH@Z @6539 NONAME
    ?SetVideoChannelFormat@PVideoDevice@@UAEHHW4VideoFormat@1@@Z @2494 NONAME
    ?SetVideoFormat@PVideoDevice@@UAEHW4VideoFormat@1@@Z @2496 NONAME
    ?SetVideoFormat@PVideoInputDevice_FakeVideo@@UAEHW4VideoFormat@PVideoDevice@@@Z @2911 NONAME
    ?SetVolume@PSoundChannel@@UAEHI@Z @2808 NONAME
    ?SetVolume@PSoundChannelWin32@@UAEHI@Z @2809 NONAME
    ?setw@@YA?AV__SMANIP_int@@H@Z @5333 NONAME
    ?SetWhiteness@PVideoDevice@@UAEHI@Z @2498 NONAME
    ?SetWinDebugThreadName@@YAXPAUtagTHREADNAME_INFO@@@Z @2810 NONAME
    ?SetWinServiceType@PQoS@@QAEXK@Z @2674 NONAME
    ?SetWriteChannel@PIndirectChannel@@QAEHPAVPChannel@@H@Z @2499 NONAME
    ?SetWriteTimeout@PChannel@@QAEXABVPTimeInterval@@@Z @4718 NONAME
    ?Shift@PArgList@@QAEXH@Z @2500 NONAME
    ?Shutdown@PChannel@@UAEHW4ShutdownValue@1@@Z @2501 NONAME
    ?Shutdown@PIndirectChannel@@UAEHW4ShutdownValue@PChannel@@@Z @2502 NONAME
    ?Shutdown@PSocket@@UAEHW4ShutdownValue@PChannel@@@Z @2503 NONAME
    ?Signal@PCondMutex@@UAEXXZ @2504 NONAME
    ?Signal@PMutex@@UAEXXZ @2505 NONAME
    ?Signal@PSemaphore@@UAEXXZ @2506 NONAME
    ?Signal@PSyncPoint@@UAEXXZ @2507 NONAME
    ?Signal@PSyncPointAck@@QAEXABVPTimeInterval@@@Z @2508 NONAME
    ?Signal@PSyncPointAck@@UAEXXZ @2509 NONAME
    ?SignalTimerChange@PProcess@@QAEXXZ @2510 NONAME
    ?size@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@std@@QBEIXZ @5334 NONAME
    ?size@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@QBEIXZ @5335 NONAME
    ?size@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEIXZ @5336 NONAME
    ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBEIXZ @5337 NONAME
    ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBEIXZ @6078 NONAME
    ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEIXZ @5754 NONAME
    ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBEIXZ @5755 NONAME
    ?Sleep@PThread@@SAXABVPTimeInterval@@@Z @4719 NONAME
    ?snmpLibrary@WinSNMPLoader@@1PAVPWin32SnmpLibrary@@A @5463 NONAME
    ?soundChannelFactoryAdapter@PWLib@@3V?$Worker@V?$PDevicePluginAdapter@VPSoundChannel@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@A @6079 NONAME
    ?Splice@PString@@QAEXABV1@HH@Z @4720 NONAME
    ?Splice@PString@@QAEXPBDHH@Z @2511 NONAME
    ?sprintf@PString@@QAAAAV1@PBDZZ @2512 NONAME
    ?Start@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2513 NONAME
    ?Start@PVideoDevice@@UAEHXZ @2515 NONAME
    ?Start@PVideoInputDevice_FakeVideo@@UAEHXZ @2912 NONAME
    ?Start@PVideoInputDevice_VideoForWindows@@UAEHXZ @2811 NONAME
    ?Start@PVideoOutputDevice@@UAEHXZ @2952 NONAME
    ?Start@PVideoOutputDevice_NULLOutput@@UAEHXZ @2913 NONAME
    ?Start@PVideoOutputDevice_Window@@UAEHXZ @6540 NONAME
    ?Start@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2517 NONAME
    ?StartNest@PReadWriteMutex@@IAEAAVNest@1@XZ @2518 NONAME
    ?StartRead@PReadWriteMutex@@QAEXXZ @2519 NONAME
    ?StartRecording@PSoundChannel@@UAEHXZ @2812 NONAME
    ?StartRecording@PSoundChannelWin32@@UAEHXZ @2813 NONAME
    ?StartRunning@PTimer@@AAEXH@Z @2521 NONAME
    ?StartWrite@PReadWriteMutex@@QAEXXZ @2522 NONAME
    ?StaticControlEntry@PServiceProcess@@CGXK@Z @2523 NONAME
    ?StaticMainEntry@PServiceProcess@@CGXKPAPAD@Z @2524 NONAME
    ?StaticThreadEntry@PServiceProcess@@CAXPAX@Z @2525 NONAME
    ?StaticWndProc@PServiceProcess@@CGJPAUHWND__@@IIJ@Z @2526 NONAME
    ?Stop@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2527 NONAME
    ?Stop@PTimer@@QAEXXZ @2529 NONAME
    ?Stop@PVideoDevice@@UAEHXZ @2530 NONAME
    ?Stop@PVideoInputDevice_FakeVideo@@UAEHXZ @2914 NONAME
    ?Stop@PVideoInputDevice_VideoForWindows@@UAEHXZ @2814 NONAME
    ?Stop@PVideoOutputDevice@@UAEHXZ @2953 NONAME
    ?Stop@PVideoOutputDevice_NULLOutput@@UAEHXZ @2915 NONAME
    ?Stop@PVideoOutputDevice_Window@@UAEHXZ @6541 NONAME
    ?Stop@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2532 NONAME
    ?Successor@Info@PAbstractSortedList@@QBEPAUElement@2@PBU32@@Z @6542 NONAME
    ?SupportQoS@PUDPSocket@@SAHABVAddress@PIPSocket@@@Z @6543 NONAME
    ?Suspend@PThread@@UAEXH@Z @2534 NONAME
    ?swap@std@@YAXAAD0@Z @5531 NONAME
    ?SwapRedAndBlue@PStandardColourConverter@@IBEHPBEPAEPAHII@Z @6544 NONAME
    ?sync@Buffer@PDebugStream@@UAEHXZ @2535 NONAME
    ?sync@Buffer@PStringStream@@UAEHXZ @2536 NONAME
    ?sync@Buffer@PSystemLog@@UAEHXZ @2537 NONAME
    ?sync@PChannelStreamBuffer@@MAEHXZ @2538 NONAME
    ?Terminate@PProcess@@UAEXXZ @2539 NONAME
    ?Terminate@PThread@@UAEXXZ @2540 NONAME
    ?TestAllFormats@PVideoInputDevice_FakeVideo@@UAEHXZ @2916 NONAME
    ?TestAllFormats@PVideoInputDevice_VideoForWindows@@UAEHXZ @2815 NONAME
    ?ThreadEntry@PServiceProcess@@AAEXXZ @2543 NONAME
    ?Tick@PTimer@@SA?AVPTimeInterval@@XZ @2544 NONAME
    ?ToCharArray@PStringArray@@QBEPAPADPAVPCharArray@@@Z @2545 NONAME
    ?ToggleVFlipInput@PVideoChannel@@QAEHXZ @2546 NONAME
    ?Tokenise@PString@@QBE?AVPStringArray@@ABV1@H@Z @2547 NONAME
    ?Tokenise@PString@@QBE?AVPStringArray@@PBDH@Z @2548 NONAME
    ?ToLiteral@PString@@QBE?AV1@XZ @2549 NONAME
    ?ToLower@PString@@QBE?AV1@XZ @2550 NONAME
    ?ToPascal@PString@@QBE?AVPBYTEArray@@XZ @2551 NONAME
    ?ToUpper@PString@@QBE?AV1@XZ @2552 NONAME
    ?Trim@PString@@QBE?AV1@XZ @2553 NONAME
    ?underflow@Buffer@PDebugStream@@UAEHXZ @2554 NONAME
    ?underflow@Buffer@PStringStream@@UAEHXZ @2555 NONAME
    ?underflow@Buffer@PSystemLog@@UAEHXZ @2556 NONAME
    ?underflow@PChannelStreamBuffer@@MAEHXZ @2557 NONAME
    ?UnknownOption@PArgList@@UBEXABVPString@@@Z @2558 NONAME
    ?Unlock@PSafeLockReadOnly@@QAEXXZ @6168 NONAME
    ?Unlock@PSafeLockReadWrite@@QAEXXZ @6169 NONAME
    ?UnlockReadOnly@PSafeObject@@QBEXXZ @2559 NONAME
    ?UnlockReadWrite@PSafeObject@@QAEXXZ @2560 NONAME
    ?UnregisterNotifiee@PSmartNotifieeRegistrar@@SAHI@Z @4832 NONAME
    ?UnregisterNotifiee@PSmartNotifieeRegistrar@@SAHPAX@Z @4833 NONAME
    ?upper_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6545 NONAME
    ?upper_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6546 NONAME
    ?upper_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @6547 NONAME
    ?ValidateDeviceName@PDevicePluginServiceDescriptor@@UBE_NABVPString@@H@Z @6548 NONAME
    ?ValidateDeviceName@PVideoOutputDevice_Window_PluginServiceDescriptor@@UBE_NABVPString@@H@Z @6549 NONAME
    ?ValueSelect@PAbstractSortedList@@IBEHPBUElement@1@ABVPObject@@PAPBU21@@Z @3028 NONAME
    ?VerifyHardwareFrameSize@PVideoInputDevice_VideoForWindows@@MAEHII@Z @2816 NONAME
    ?VideoHandler@PVideoInputDevice_VideoForWindows@@KGJPAUHWND__@@PAUvideohdr_tag@@@Z @2817 NONAME
    ?vidinChannelFactoryAdapter@PWLib@@3V?$Worker@V?$PDevicePluginAdapter@VPVideoInputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@A @6080 NONAME
    ?vidoutChannelFactoryAdapter@PWLib@@3V?$Worker@V?$PDevicePluginAdapter@VPVideoOutputDevice@@@@@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@A @6081 NONAME
    ?vsprintf@PString@@QAEAAV1@ABV1@PAD@Z @4721 NONAME
    ?vsprintf@PString@@QAEAAV1@PBDPAD@Z @2564 NONAME
    ?Wait@PSemaphore@@UAEHABVPTimeInterval@@@Z @2565 NONAME
    ?Wait@PSemaphore@@UAEXXZ @2566 NONAME
    ?WaitCondition@PCondMutex@@UAEXXZ @2567 NONAME
    ?WaitForAllRecordBuffersFull@PSoundChannel@@UAEHXZ @2818 NONAME
    ?WaitForAllRecordBuffersFull@PSoundChannelWin32@@UAEHXZ @2819 NONAME
    ?WaitForPlayCompletion@PSoundChannel@@UAEHXZ @2820 NONAME
    ?WaitForPlayCompletion@PSoundChannelWin32@@UAEHXZ @2821 NONAME
    ?WaitForRecordBufferFull@PSoundChannel@@UAEHXZ @2822 NONAME
    ?WaitForRecordBufferFull@PSoundChannelWin32@@UAEHXZ @2823 NONAME
    ?WaitForTermination@PPipeChannel@@QAEHABVPTimeInterval@@@Z @2572 NONAME
    ?WaitForTermination@PPipeChannel@@QAEHXZ @2573 NONAME
    ?WaitForTermination@PThread@@QBEHABVPTimeInterval@@@Z @2574 NONAME
    ?WaitForTermination@PThread@@QBEXXZ @2575 NONAME
    ?WillBlock@PSemaphore@@UBEHXZ @2576 NONAME
    ?WndProc@PServiceProcess@@AAEJPAUHWND__@@IIJ@Z @2577 NONAME
    ?WndProc@PVideoOutputDevice_Window@@QAEJIIJ@Z @6550 NONAME
    ?Write@PChannel@@UAEHABV?$vector@USlice@PChannel@@V?$allocator@USlice@PChannel@@@std@@@std@@@Z @6551 NONAME
    ?Write@PChannel@@UAEHPBXH@Z @2578 NONAME
    ?Write@PConsoleChannel@@UAEHPBXH@Z @2579 NONAME
    ?Write@PEthSocket@@UAEHPBXH@Z @2580 NONAME
    ?Write@PFile@@UAEHPBXH@Z @2581 NONAME
    ?Write@PIndirectChannel@@UAEHPBXH@Z @2582 NONAME
    ?Write@PMultiMediaFile@@QAEHPBXH@Z @2583 NONAME
    ?Write@PPipeChannel@@UAEHPBXH@Z @2584 NONAME
    ?Write@PSerialChannel@@UAEHPBXH@Z @2585 NONAME
    ?Write@PSocket@@UAEHPBXH@Z @2586 NONAME
    ?Write@PSoundChannel@@UAEHPBXH@Z @2587 NONAME
    ?Write@PSoundChannelWin32@@UAEHPBXH@Z @2824 NONAME
    ?Write@PStructuredFile@@EAEHPBXH@Z @2588 NONAME
    ?Write@PStructuredFile@@QAEHPBX@Z @2589 NONAME
    ?Write@PTCPSocket@@UAEHPBXH@Z @2590 NONAME
    ?Write@PUDPSocket@@UAEHPBXH@Z @2591 NONAME
    ?Write@PVideoChannel@@UAEHPBXH@Z @2592 NONAME
    ?WriteAsync@PChannel@@UAEHPBXH@Z @2593 NONAME
    ?WriteAsync@PWin32PacketBuffer@@QAEHAAVPWin32PacketDriver@@@Z @2594 NONAME
    ?WriteChar@PChannel@@QAEHH@Z @2595 NONAME
    ?WriteComplete@PWin32PacketBuffer@@QAEHAAVPWin32PacketDriver@@@Z @2596 NONAME
    ?WriteLine@PTextFile@@QAEHABVPString@@@Z @2597 NONAME
    ?WriteOutOfBand@PTCPSocket@@UAEHPBXH@Z @2598 NONAME
    ?WriteString@PChannel@@QAEHABVPString@@@Z @2599 NONAME
    ?WriteTo@PIPDatagramSocket@@UAEHPBXHABVAddress@PIPSocket@@G@Z @2600 NONAME
    ?WriteTo@PIPXSocket@@UAEHPBXHABVAddress@1@G@Z @2601 NONAME
    ?Yield@PThread@@SAXXZ @2602 NONAME
    ?YUV420PtoRGB@PStandardColourConverter@@IBEHPBEPAEPAHIII@Z @6552 NONAME
    ?Zero@P_fd_set@@QAEXXZ @2604 NONAME
    ?_Allocate@std@@YAPADHPAD@Z @5343 NONAME
    ?_Allocate@std@@YAPAPAVPPluginModuleManager@@HPAPAV2@@Z @5344 NONAME
    ?_Allocate@std@@YAPAVPString@@HPAV2@@Z @5345 NONAME
    ?_Buynode@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEPAU_Node@12@PAU312@D@Z @5756 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @5533 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @6082 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @5757 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @5758 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @6083 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @6084 NONAME
    ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @6085 NONAME
    ?_Charalloc@?$allocator@PAVPFactoryBase@@@std@@QAEPADI@Z @5759 NONAME
    ?_Charalloc@?$allocator@PAVPProcessStartup@@@std@@QAEPADI@Z @5348 NONAME
    ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@QAEPADI@Z @6086 NONAME
    ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAEPADI@Z @5760 NONAME
    ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@QAEPADI@Z @5761 NONAME
    ?_Color@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAADPAU_Node@12@@Z @5762 NONAME
    ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAADPAU_Node@12@@Z @5538 NONAME
    ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @6087 NONAME
    ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @5763 NONAME
    ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @5764 NONAME
    ?_Construct@std@@YAXPAPAVPPluginModuleManager@@ABQAV2@@Z @5354 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@1@ABU21@@Z @5765 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVPProcessStartup@@@1@ABU21@@Z @4913 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@1@ABU21@@Z @6088 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@1@ABU21@@Z @5766 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@1@ABU21@@Z @6089 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@1@ABU21@@Z @6090 NONAME
    ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@1@ABU21@@Z @6091 NONAME
    ?_Construct@std@@YAXPAVPString@@ABV2@@Z @4915 NONAME
    ?_Consval@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEXPAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@ABU32@@Z @5767 NONAME
    ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@ABU32@@Z @5356 NONAME
    ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@ABU32@@Z @5768 NONAME
    ?_Copy@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@0@Z @6553 NONAME
    ?_Copy@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@0@Z @6554 NONAME
    ?_Copy@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@0@Z @6555 NONAME
    ?_Dec@iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAEXXZ @5769 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAEXXZ @5544 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAEXXZ @6092 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAEXXZ @5770 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAEXXZ @6093 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAEXXZ @6094 NONAME
    ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAEXXZ @6095 NONAME
    ?_Destroy@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@IAEXPAPAVPPluginModuleManager@@0@Z @5359 NONAME
    ?_Destroy@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@IAEXPAVPString@@0@Z @4918 NONAME
    ?_Destroy@std@@YAXPAPAVPPluginModuleManager@@@Z @5360 NONAME
    ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVPProcessStartup@@@1@@Z @5361 NONAME
    ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@1@@Z @6096 NONAME
    ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@@Z @5771 NONAME
    ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@1@@Z @5772 NONAME
    ?_Destroy@std@@YAXPAVPString@@@Z @5364 NONAME
    ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@@Z @5365 NONAME
    ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@@Z @6097 NONAME
    ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @5773 NONAME
    ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@@Z @5774 NONAME
    ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@1@0AAI@Z @6556 NONAME
    ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@1@0AAI@Z @6557 NONAME
    ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@1@0AAI@Z @6558 NONAME
    ?_Erase@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEXPAU_Node@12@@Z @5775 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU_Node@12@@Z @4919 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6098 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5776 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5777 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6099 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6100 NONAME
    ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6101 NONAME
    ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU_Node@12@@Z @5370 NONAME
    ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6102 NONAME
    ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5778 NONAME
    ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5779 NONAME
    ?_Inc@iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QAEXXZ @5780 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QAEXXZ @5548 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QAEXXZ @6103 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEXXZ @5781 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QAEXXZ @5782 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@QAEXXZ @6104 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@QAEXXZ @6105 NONAME
    ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@QAEXXZ @6106 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXXZ @4925 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXXZ @6107 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXXZ @5783 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXXZ @5784 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEXXZ @6108 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEXXZ @6109 NONAME
    ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEXXZ @6110 NONAME
    ?_Insert@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@@Z @5785 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@@Z @4928 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@@Z @6111 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@@Z @5786 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@2@@Z @6112 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@2@@Z @6113 NONAME
    ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@2@@Z @6114 NONAME
    ?_Isnil@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAADPAU_Node@12@@Z @5787 NONAME
    ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAADPAU_Node@12@@Z @5553 NONAME
    ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @6115 NONAME
    ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @5788 NONAME
    ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @5789 NONAME
    ?_Key@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@PAU_Node@12@@Z @5790 NONAME
    ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @5378 NONAME
    ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @6116 NONAME
    ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @5791 NONAME
    ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @5792 NONAME
    ?_Lbound@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IBEPAU_Node@12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z @5793 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @6117 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @5794 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @5795 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @6559 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @6560 NONAME
    ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @6561 NONAME
    ?_Left@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @5796 NONAME
    ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5383 NONAME
    ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @6118 NONAME
    ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5797 NONAME
    ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5798 NONAME
    ?_Lmost@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEAAPAU_Node@12@XZ @5799 NONAME
    ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEAAPAU_Node@12@XZ @5386 NONAME
    ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @6119 NONAME
    ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5800 NONAME
    ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5801 NONAME
    ?_Lrotate@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEXPAU_Node@12@@Z @5802 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU_Node@12@@Z @4930 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6120 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5803 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5804 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6121 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6122 NONAME
    ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6123 NONAME
    ?_main@PProcess@@UAEHPAX@Z @2605 NONAME
    ?_main@PServiceProcess@@UAEHPAX@Z @2606 NONAME
    ?_Max@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAPAU_Node@12@PAU312@@Z @5805 NONAME
    ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5391 NONAME
    ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @6124 NONAME
    ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5806 NONAME
    ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5807 NONAME
    ?_Min@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAPAU_Node@12@PAU312@@Z @5808 NONAME
    ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5394 NONAME
    ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @6125 NONAME
    ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5809 NONAME
    ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @5810 NONAME
    ?_Mynode@iterator@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@QBEPAU_Node@23@XZ @5811 NONAME
    ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@QBEPAU_Node@23@XZ @5564 NONAME
    ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @6126 NONAME
    ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @5812 NONAME
    ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @5813 NONAME
    ?_Parent@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @5814 NONAME
    ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5404 NONAME
    ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @6127 NONAME
    ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5815 NONAME
    ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5816 NONAME
    ?_Right@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @5817 NONAME
    ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5407 NONAME
    ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @6128 NONAME
    ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5818 NONAME
    ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @5819 NONAME
    ?_Rmost@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEAAPAU_Node@12@XZ @5820 NONAME
    ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEAAPAU_Node@12@XZ @5410 NONAME
    ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @6129 NONAME
    ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5821 NONAME
    ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5822 NONAME
    ?_Root@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEAAPAU_Node@12@XZ @5823 NONAME
    ?_Root@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IBEAAPAU_Node@12@XZ @5824 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEAAPAU_Node@12@XZ @5413 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @6130 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @6131 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5825 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @5826 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @5827 NONAME
    ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @5828 NONAME
    ?_Rrotate@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@IAEXPAU_Node@12@@Z @5829 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@IAEXPAU_Node@12@@Z @4938 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6132 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5830 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @5831 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPSoundChannel@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6133 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoInputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6134 NONAME
    ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPVideoOutputDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @6135 NONAME
    ?_Ucopy@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@IAEPAPAVPPluginModuleManager@@PBQAV3@0PAPAV3@@Z @5420 NONAME
    ?_Ucopy@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@IAEPAVPString@@PBV3@0PAV3@@Z @5421 NONAME
    ?_Ufill@?$vector@PAVPPluginModuleManager@@V?$allocator@PAVPPluginModuleManager@@@std@@@std@@IAEXPAPAVPPluginModuleManager@@IABQAV3@@Z @5422 NONAME
    ?_Ufill@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@IAEXPAVPString@@IABV3@@Z @5423 NONAME
    ?_Value@?$_Tree@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@U_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@PAVPFactoryBase@@@2@@std@@KAAAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVPFactoryBase@@@2@PAU_Node@12@@Z @5832 NONAME
    ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVPProcessStartup@@@std@@U_Kfn@?$map@VPString@@PAVPProcessStartup@@U?$less@VPString@@@std@@V?$allocator@PAVPProcessStartup@@@4@@3@U?$less@VPString@@@3@V?$allocator@PAVPProcessStartup@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVPProcessStartup@@@2@PAU_Node@12@@Z @5424 NONAME
    ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPDevicePluginAdapterBase@@VPString@@@@@2@PAU_Node@12@@Z @6136 NONAME
    ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@PAU_Node@12@@Z @5833 NONAME
    ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPProcessStartup@@VPString@@@@@2@PAU_Node@12@@Z @5834 NONAME
    ?__setfill@@YAAAVios@@AAV1@H@Z @2607 NONAME
    ?__setprecision@@YAAAVios@@AAV1@H@Z @2608 NONAME
    ?__setw@@YAAAVios@@AAV1@H@Z @2609 NONAME
    _PTimeGetChar@4 @2610 NONAME
    _PTimeGetDateOrder@0 @2611 NONAME
    _PTimeIsDayName@12 @2612 NONAME
    _PTimeIsMonthName@12 @2613 NONAME
    _PTimeParse@12 @2614 NONAME
    _PTimeUngetChar@8 @2615 NONAME