This file is indexed.

/usr/lib/x86_64-linux-gnu/wine-development/libkernel32.def is in libwine-development-dev 3.6-1.

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
; File generated automatically from dlls/kernel32/kernel32.spec; do not edit!

LIBRARY kernel32.dll

EXPORTS
  AcquireSRWLockExclusive=ntdll.RtlAcquireSRWLockExclusive @1
  AcquireSRWLockShared=ntdll.RtlAcquireSRWLockShared @2
  ActivateActCtx @3
  AddAtomA @4
  AddAtomW @5
  AddConsoleAliasA @6
  AddConsoleAliasW @7
  AddDllDirectory @8
  AddRefActCtx @9
  AddVectoredContinueHandler=ntdll.RtlAddVectoredContinueHandler @10
  AddVectoredExceptionHandler=ntdll.RtlAddVectoredExceptionHandler @11
  AllocConsole @12
  AllocateUserPhysicalPages @13
  ApplicationRecoveryFinished @14
  ApplicationRecoveryInProgress @15
  AreFileApisANSI @16
  AssignProcessToJobObject @17
  AttachConsole @18
  BackupRead @19
  BackupSeek @20
  BackupWrite @21
  BaseFlushAppcompatCache @27
  Beep @33
  BeginUpdateResourceA @34
  BeginUpdateResourceW @35
  BindIoCompletionCallback @36
  BuildCommDCBA @37
  BuildCommDCBAndTimeoutsA @38
  BuildCommDCBAndTimeoutsW @39
  BuildCommDCBW @40
  CallbackMayRunLong @41
  CallNamedPipeA @42
  CallNamedPipeW @43
  CancelIo @45
  CancelIoEx @46
  CancelSynchronousIo @47
  CancelTimerQueueTimer @48
  CancelWaitableTimer @49
  ChangeTimerQueueTimer @50
  CheckNameLegalDOS8Dot3A @51
  CheckNameLegalDOS8Dot3W @52
  CheckRemoteDebuggerPresent @53
  ClearCommBreak @54
  ClearCommError @55
  CloseConsoleHandle @56
  CloseHandle @57
  CloseProfileUserMapping @58
  CloseThreadpool=ntdll.TpReleasePool @60
  CloseThreadpoolCleanupGroup=ntdll.TpReleaseCleanupGroup @61
  CloseThreadpoolCleanupGroupMembers=ntdll.TpReleaseCleanupGroupMembers @62
  CloseThreadpoolTimer=ntdll.TpReleaseTimer @63
  CloseThreadpoolWait=ntdll.TpReleaseWait @64
  CloseThreadpoolWork=ntdll.TpReleaseWork @65
  CmdBatNotification @66
  CommConfigDialogA @67
  CommConfigDialogW @68
  CompareFileTime @69
  CompareStringA @70
  CompareStringW @71
  CompareStringEx @72
  CompareStringOrdinal @73
  ConnectNamedPipe @74
  ContinueDebugEvent @77
  ConvertDefaultLocale @78
  ConvertFiberToThread @79
  ConvertThreadToFiber @80
  ConvertThreadToFiberEx @81
  ConvertToGlobalHandle @82
  CopyFileA @83
  CopyFileExA @84
  CopyFileExW @85
  CopyFileW @86
  CopyLZFile=LZCopy @87
  CreateActCtxA @88
  CreateActCtxW @89
  CreateConsoleScreenBuffer @90
  CreateDirectoryA @91
  CreateDirectoryExA @92
  CreateDirectoryExW @93
  CreateDirectoryW @94
  CreateEventA @95
  CreateEventExA @96
  CreateEventExW @97
  CreateEventW @98
  CreateFiber @99
  CreateFiberEx @100
  CreateFile2 @101
  CreateFileA @102
  CreateFileMappingA @103
  CreateHardLinkTransactedA @104
  CreateHardLinkTransactedW @105
  CreateFileMappingW @106
  CreateFileW @107
  CreateHardLinkA @108
  CreateHardLinkW @109
  CreateIoCompletionPort @110
  CreateJobObjectA @111
  CreateJobObjectW @112
  CreateMailslotA @114
  CreateMailslotW @115
  CreateMemoryResourceNotification @116
  CreateMutexA @117
  CreateMutexExA @118
  CreateMutexExW @119
  CreateMutexW @120
  CreateNamedPipeA @121
  CreateNamedPipeW @122
  CreatePipe @123
  CreateProcessA @124
  CreateProcessW @125
  CreateRemoteThread @126
  CreateRemoteThreadEx @127
  CreateSemaphoreA @128
  CreateSemaphoreExA @129
  CreateSemaphoreExW @130
  CreateSemaphoreW @131
  CreateSocketHandle @132
  CreateSymbolicLinkA @133
  CreateSymbolicLinkW @134
  CreateTapePartition @135
  CreateThread @136
  CreateThreadpool @137
  CreateThreadpoolCleanupGroup @138
  CreateThreadpoolIo @139
  CreateThreadpoolTimer @140
  CreateThreadpoolWait @141
  CreateThreadpoolWork @142
  CreateTimerQueue @143
  CreateTimerQueueTimer @144
  CreateToolhelp32Snapshot @145
  CreateUmsCompletionList @146
  CreateUmsThreadContext @147
  CreateWaitableTimerA @149
  CreateWaitableTimerExA @150
  CreateWaitableTimerExW @151
  CreateWaitableTimerW @152
  DeactivateActCtx @153
  DebugActiveProcess @154
  DebugActiveProcessStop @155
  DebugBreak @156
  DebugBreakProcess @157
  DebugSetProcessKillOnExit @158
  DecodePointer=ntdll.RtlDecodePointer @159
  DecodeSystemPointer=ntdll.RtlDecodeSystemPointer @160
  DefineDosDeviceA @161
  DefineDosDeviceW @162
  DelayLoadFailureHook @163
  DeleteAtom @164
  DeleteCriticalSection=ntdll.RtlDeleteCriticalSection @165
  DeleteFiber @166
  DeleteFileA @167
  DeleteFileW @168
  DeleteProcThreadAttributeList @169
  DisassociateCurrentThreadFromCallback=ntdll.TpDisassociateCallback @170
  DeleteTimerQueue @171
  DeleteTimerQueueEx @172
  DeleteTimerQueueTimer @173
  DeleteUmsCompletionList @174
  DeleteUmsThreadContext @175
  DeleteVolumeMountPointA @176
  DeleteVolumeMountPointW @177
  DequeueUmsCompletionListItems @178
  DeviceIoControl @179
  DisableThreadLibraryCalls @180
  DisconnectNamedPipe @181
  DnsHostnameToComputerNameA @182
  DnsHostnameToComputerNameW @183
  DosDateTimeToFileTime @184
  DuplicateConsoleHandle @185
  DuplicateHandle @186
  EncodePointer=ntdll.RtlEncodePointer @187
  EncodeSystemPointer=ntdll.RtlEncodeSystemPointer @188
  EndUpdateResourceA @189
  EndUpdateResourceW @190
  EnterCriticalSection=ntdll.RtlEnterCriticalSection @191
  EnumCalendarInfoA @192
  EnumCalendarInfoExA @193
  EnumCalendarInfoExEx @194
  EnumCalendarInfoExW @195
  EnumCalendarInfoW @196
  EnumDateFormatsA @197
  EnumDateFormatsExA @198
  EnumDateFormatsExEx @199
  EnumDateFormatsExW @200
  EnumDateFormatsW @201
  EnumLanguageGroupLocalesA @202
  EnumLanguageGroupLocalesW @203
  EnumResourceLanguagesA @204
  EnumResourceLanguagesExA @205
  EnumResourceLanguagesExW @206
  EnumResourceLanguagesW @207
  EnumResourceNamesA @208
  EnumResourceNamesW @209
  EnumResourceTypesA @210
  EnumResourceTypesW @211
  EnumSystemCodePagesA @212
  EnumSystemCodePagesW @213
  EnumSystemGeoID @214
  EnumSystemLanguageGroupsA @215
  EnumSystemLanguageGroupsW @216
  EnumSystemLocalesA @217
  EnumSystemLocalesEx @218
  EnumSystemLocalesW @219
  EnumTimeFormatsA @220
  EnumTimeFormatsEx @221
  EnumTimeFormatsW @222
  EnumUILanguagesA @223
  EnumUILanguagesW @224
  EnterUmsSchedulingMode @225
  EraseTape @226
  EscapeCommFunction @227
  ExecuteUmsThread @228
  ExitProcess @229
  ExitThread @230
  ExpandEnvironmentStringsA @232
  ExpandEnvironmentStringsW @233
  ExpungeConsoleCommandHistoryA @234
  ExpungeConsoleCommandHistoryW @235
  FatalAppExitA @237
  FatalAppExitW @238
  FatalExit @239
  FileTimeToDosDateTime @240
  FileTimeToLocalFileTime @241
  FileTimeToSystemTime @242
  FillConsoleOutputAttribute @243
  FillConsoleOutputCharacterA @244
  FillConsoleOutputCharacterW @245
  FindActCtxSectionGuid @246
  FindActCtxSectionStringA @247
  FindActCtxSectionStringW @248
  FindAtomA @249
  FindAtomW @250
  FindClose @251
  FindCloseChangeNotification @252
  FindFirstChangeNotificationA @253
  FindFirstChangeNotificationW @254
  FindFirstFileA @255
  FindFirstFileExA @256
  FindFirstFileExW @257
  FindFirstFileW @258
  FindFirstVolumeA @259
  FindFirstVolumeMountPointA @260
  FindFirstVolumeMountPointW @261
  FindFirstVolumeW @262
  FindNextChangeNotification @263
  FindNextFileA @264
  FindNextFileW @265
  FindNextVolumeA @266
  FindNextVolumeW @269
  FindNLSStringEx @270
  FindResourceA @271
  FindResourceExA @272
  FindResourceExW @273
  FindResourceW @274
  FindVolumeClose @275
  FindVolumeMountPointClose @276
  FlsAlloc @277
  FlsFree @278
  FlsGetValue @279
  FlsSetValue @280
  FlushConsoleInputBuffer @281
  FlushFileBuffers @282
  FlushInstructionCache @283
  FlushProcessWriteBuffers @284
  FlushViewOfFile @285
  FoldStringA @286
  FoldStringW @287
  FormatMessageA @288
  FormatMessageW @289
  FreeConsole @290
  FreeEnvironmentStringsA @291
  FreeEnvironmentStringsW @292
  FreeLibrary @293
  FreeLibraryAndExitThread @294
  FreeLibraryWhenCallbackReturns=ntdll.TpCallbackUnloadDllOnCompletion @295
  FreeResource @296
  FreeUserPhysicalPages @297
  GenerateConsoleCtrlEvent @299
  GetACP @300
  GetActiveProcessorCount @301
  GetActiveProcessorGroupCount @302
  GetAtomNameA @303
  GetAtomNameW @304
  GetBinaryType=GetBinaryTypeA @305
  GetBinaryTypeA @306
  GetBinaryTypeW @307
  GetCPInfo @308
  GetCPInfoExA @309
  GetCPInfoExW @310
  GetCalendarInfoA @311
  GetCalendarInfoW @312
  GetCalendarInfoEx @313
  GetCommConfig @314
  GetCommMask @315
  GetCommModemStatus @316
  GetCommProperties @317
  GetCommState @318
  GetCommTimeouts @319
  GetCommandLineA @320
  GetCommandLineW @321
  GetCompressedFileSizeA @322
  GetCompressedFileSizeW @323
  GetComputerNameA @324
  GetComputerNameExA @325
  GetComputerNameExW @326
  GetComputerNameW @327
  GetConsoleAliasExesLengthA @330
  GetConsoleAliasExesLengthW @331
  GetConsoleAliasW @333
  GetConsoleAliasesLengthA @335
  GetConsoleAliasesLengthW @336
  GetConsoleCP @338
  GetConsoleCommandHistoryA @340
  GetConsoleCommandHistoryLengthA @341
  GetConsoleCommandHistoryLengthW @342
  GetConsoleCommandHistoryW @343
  GetConsoleCursorInfo @344
  GetConsoleDisplayMode @346
  GetConsoleFontInfo @347
  GetConsoleFontSize @348
  GetConsoleInputExeNameA @350
  GetConsoleInputExeNameW @351
  GetConsoleInputWaitHandle @352
  GetConsoleKeyboardLayoutNameA @353
  GetConsoleKeyboardLayoutNameW @354
  GetConsoleMode @355
  GetConsoleOutputCP @357
  GetConsoleProcessList @358
  GetConsoleScreenBufferInfo @359
  GetConsoleScreenBufferInfoEx @360
  GetConsoleTitleA @361
  GetConsoleTitleW @362
  GetConsoleWindow @363
  GetCurrencyFormatA @364
  GetCurrencyFormatW @365
  GetCurrentActCtx @366
  GetCurrentConsoleFont @367
  GetCurrentDirectoryA @368
  GetCurrentDirectoryW @369
  GetCurrentPackageFamilyName @370
  GetCurrentPackageFullName @371
  GetCurrentPackageId @372
  GetCurrentProcess @373
  GetCurrentProcessId @374
  GetCurrentProcessorNumber=ntdll.NtGetCurrentProcessorNumber @375
  GetCurrentProcessorNumberEx=ntdll.RtlGetCurrentProcessorNumberEx @376
  GetCurrentThread @377
  GetCurrentThreadId @378
  GetCurrentUmsThread @379
  GetDateFormatA @380
  GetDateFormatEx @381
  GetDateFormatW @382
  GetDaylightFlag @383
  GetDefaultCommConfigA @384
  GetDefaultCommConfigW @385
  GetDevicePowerState @387
  GetDiskFreeSpaceA @388
  GetDiskFreeSpaceExA @389
  GetDiskFreeSpaceExW @390
  GetDiskFreeSpaceW @391
  GetDllDirectoryA @392
  GetDllDirectoryW @393
  GetDriveTypeA @394
  GetDriveTypeW @395
  GetDynamicTimeZoneInformation @396
  GetEnabledXStateFeatures @397
  GetEnvironmentStrings=GetEnvironmentStringsA @398
  GetEnvironmentStringsA @399
  GetEnvironmentStringsW @400
  GetEnvironmentVariableA @401
  GetEnvironmentVariableW @402
  GetErrorMode @403
  GetExitCodeProcess @404
  GetExitCodeThread @405
  GetExpandedNameA @406
  GetExpandedNameW @407
  GetFileAttributesA @408
  GetFileAttributesExA @409
  GetFileAttributesExW @410
  GetFileAttributesW @411
  GetFileInformationByHandle @412
  GetFileInformationByHandleEx @413
  GetFileMUIInfo @414
  GetFileMUIPath @415
  GetFileSize @416
  GetFileSizeEx @417
  GetFileTime @418
  GetFileType @419
  GetFinalPathNameByHandleA @420
  GetFinalPathNameByHandleW @421
  GetFirmwareEnvironmentVariableA @422
  GetFirmwareEnvironmentVariableW @423
  GetFullPathNameA @424
  GetFullPathNameW @425
  GetGeoInfoA @426
  GetGeoInfoW @427
  GetHandleContext @428
  GetHandleInformation @429
  GetLargePageMinimum @430
  GetLargestConsoleWindowSize @431
  GetLastError @432
  GetLocalTime @434
  GetLocaleInfoA @435
  GetLocaleInfoW @436
  GetLocaleInfoEx @437
  GetLogicalDriveStringsA @438
  GetLogicalDriveStringsW @439
  GetLogicalDrives @440
  GetLogicalProcessorInformation @441
  GetLogicalProcessorInformationEx @442
  GetLongPathNameA @443
  GetLongPathNameW @444
  GetMailslotInfo @445
  GetModuleFileNameA @446
  GetModuleFileNameW @447
  GetModuleHandleA @448
  GetModuleHandleExA @449
  GetModuleHandleExW @450
  GetModuleHandleW @451
  GetNamedPipeClientProcessId @452
  GetNamedPipeClientSessionId @453
  GetNamedPipeHandleStateA @454
  GetNamedPipeHandleStateW @455
  GetNamedPipeInfo @456
  GetNamedPipeServerProcessId @457
  GetNamedPipeServerSessionId @458
  GetNativeSystemInfo @459
  GetNextUmsListItem @460
  GetNumaAvailableMemoryNode @463
  GetNumaHighestNodeNumber @464
  GetNumaNodeProcessorMask @465
  GetNumaNodeProcessorMaskEx @466
  GetNumaProcessorNode @467
  GetNumberFormatA @468
  GetNumberFormatEx @469
  GetNumberFormatW @470
  GetNumberOfConsoleFonts @471
  GetNumberOfConsoleInputEvents @472
  GetNumberOfConsoleMouseButtons @473
  GetOEMCP @474
  GetOverlappedResult @475
  GetUserPreferredUILanguages @476
  GetPackageFullName @477
  GetPhysicallyInstalledSystemMemory @478
  GetPriorityClass @479
  GetPrivateProfileIntA @480
  GetPrivateProfileIntW @481
  GetPrivateProfileSectionA @482
  GetPrivateProfileSectionNamesA @483
  GetPrivateProfileSectionNamesW @484
  GetPrivateProfileSectionW @485
  GetPrivateProfileStringA @486
  GetPrivateProfileStringW @487
  GetPrivateProfileStructA @488
  GetPrivateProfileStructW @489
  GetProcAddress @490
  GetProcessAffinityMask @491
  GetProcessDEPPolicy @492
  GetProcessFlags @493
  GetProcessHandleCount @494
  GetProcessHeap @495
  GetProcessHeaps @496
  GetProcessId @497
  GetProcessIdOfThread @498
  GetProcessIoCounters @499
  GetProcessPriorityBoost @500
  GetProcessShutdownParameters @501
  GetProcessTimes @502
  GetProcessVersion @503
  GetProcessWorkingSetSize @504
  GetProcessWorkingSetSizeEx @505
  GetProductInfo @506
  GetProfileIntA @508
  GetProfileIntW @509
  GetProfileSectionA @510
  GetProfileSectionW @511
  GetProfileStringA @512
  GetProfileStringW @513
  GetQueuedCompletionStatus @514
  GetShortPathNameA @515
  GetShortPathNameW @516
  GetStartupInfoA @517
  GetStartupInfoW @518
  GetStdHandle @519
  GetStringTypeA @520
  GetStringTypeExA @521
  GetStringTypeExW @522
  GetStringTypeW @523
  GetSystemFileCacheSize @524
  GetSystemDefaultLCID @525
  GetSystemDefaultLangID @526
  GetSystemDefaultLocaleName @527
  GetSystemDefaultUILanguage @528
  GetSystemDEPPolicy @529
  GetSystemDirectoryA @530
  GetSystemDirectoryW @531
  GetSystemFirmwareTable @532
  GetSystemInfo @533
  GetSystemPowerStatus @534
  GetSystemPreferredUILanguages @535
  GetSystemRegistryQuota @536
  GetSystemTime @537
  GetSystemTimeAdjustment @538
  GetSystemTimeAsFileTime @539
  GetSystemTimePreciseAsFileTime @540
  GetSystemTimes @541
  GetSystemWindowsDirectoryA @542
  GetSystemWindowsDirectoryW @543
  GetSystemWow64DirectoryA @544
  GetSystemWow64DirectoryW @545
  GetTapeParameters @546
  GetTapePosition @547
  GetTapeStatus @548
  GetTempFileNameA @549
  GetTempFileNameW @550
  GetTempPathA @551
  GetTempPathW @552
  GetThreadContext @553
  GetThreadErrorMode @554
  GetThreadGroupAffinity @555
  GetThreadId @556
  GetThreadIOPendingFlag @557
  GetThreadLocale @558
  GetThreadPreferredUILanguages @559
  GetThreadPriority @560
  GetThreadPriorityBoost @561
  GetThreadSelectorEntry @562
  GetThreadTimes @563
  GetTickCount @564
  GetTickCount64 @565
  GetTimeFormatA @566
  GetTimeFormatEx @567
  GetTimeFormatW @568
  GetTimeZoneInformation @569
  GetTimeZoneInformationForYear @570
  GetThreadUILanguage @571
  GetUmsCompletionListEvent @572
  GetUserDefaultLCID @573
  GetUserDefaultLangID @574
  GetUserDefaultLocaleName @575
  GetUserDefaultUILanguage @576
  GetUserGeoID @577
  GetVersion @579
  GetVersionExA @580
  GetVersionExW @581
  GetVolumeInformationA @582
  GetVolumeInformationByHandleW @583
  GetVolumeInformationW @584
  GetVolumeNameForVolumeMountPointA @585
  GetVolumeNameForVolumeMountPointW @586
  GetVolumePathNameA @587
  GetVolumePathNameW @588
  GetVolumePathNamesForVolumeNameA @589
  GetVolumePathNamesForVolumeNameW @590
  GetWindowsDirectoryA @591
  GetWindowsDirectoryW @592
  GetWriteWatch @593
  GlobalAddAtomA @594
  GlobalAddAtomW @595
  GlobalAlloc @596
  GlobalCompact @597
  GlobalDeleteAtom @598
  GlobalFindAtomA @599
  GlobalFindAtomW @600
  GlobalFix @601
  GlobalFlags @602
  GlobalFree @603
  GlobalGetAtomNameA @604
  GlobalGetAtomNameW @605
  GlobalHandle @606
  GlobalLock @607
  GlobalMemoryStatus @608
  GlobalMemoryStatusEx @609
  GlobalReAlloc @610
  GlobalSize @611
  GlobalUnWire @612
  GlobalUnfix @613
  GlobalUnlock @614
  GlobalWire @615
  Heap32ListFirst @617
  HeapAlloc=ntdll.RtlAllocateHeap @620
  HeapCompact @621
  HeapCreate @622
  HeapDestroy @624
  HeapFree=ntdll.RtlFreeHeap @626
  HeapLock @627
  HeapQueryInformation @628
  HeapReAlloc=ntdll.RtlReAllocateHeap @630
  HeapSetInformation @632
  HeapSize=ntdll.RtlSizeHeap @633
  HeapUnlock @635
  HeapValidate @637
  HeapWalk @638
  IdnToAscii @639
  IdnToNameprepUnicode @640
  IdnToUnicode @641
  InitAtomTable @642
  InitOnceBeginInitialize @643
  InitOnceComplete @644
  InitOnceExecuteOnce @645
  InitOnceInitialize=ntdll.RtlRunOnceInitialize @646
  InitializeConditionVariable=ntdll.RtlInitializeConditionVariable @647
  InitializeCriticalSection @648
  InitializeCriticalSectionAndSpinCount @649
  InitializeCriticalSectionEx @650
  InitializeProcThreadAttributeList @651
  InitializeSListHead=ntdll.RtlInitializeSListHead @652
  InitializeSRWLock=ntdll.RtlInitializeSRWLock @653
  InterlockedFlushSList=ntdll.RtlInterlockedFlushSList @654
  InterlockedPopEntrySList=ntdll.RtlInterlockedPopEntrySList @655
  InterlockedPushEntrySList=ntdll.RtlInterlockedPushEntrySList @656
  InterlockedPushListSList=ntdll.RtlInterlockedPushListSList @657
  InterlockedPushListSListEx=ntdll.RtlInterlockedPushListSListEx @658
  InvalidateNLSCache @660
  IsBadCodePtr @661
  IsBadHugeReadPtr @662
  IsBadHugeWritePtr @663
  IsBadReadPtr @664
  IsBadStringPtrA @665
  IsBadStringPtrW @666
  IsBadWritePtr @667
  IsDBCSLeadByte @668
  IsDBCSLeadByteEx @669
  IsDebuggerPresent @670
  IsNormalizedString @671
  IsProcessInJob @672
  IsProcessorFeaturePresent @673
  IsSystemResumeAutomatic @674
  IsThreadAFiber @675
  IsThreadpoolTimerSet=ntdll.TpIsTimerSet @676
  IsValidCodePage @677
  IsValidLanguageGroup @678
  IsValidLocale @679
  IsValidLocaleName @680
  IsWow64Process @681
  K32EmptyWorkingSet @682
  K32EnumDeviceDrivers @683
  K32EnumPageFilesA @684
  K32EnumPageFilesW @685
  K32EnumProcessModules @686
  K32EnumProcessModulesEx @687
  K32EnumProcesses @688
  K32GetDeviceDriverBaseNameA @689
  K32GetDeviceDriverBaseNameW @690
  K32GetDeviceDriverFileNameA @691
  K32GetDeviceDriverFileNameW @692
  K32GetMappedFileNameA @693
  K32GetMappedFileNameW @694
  K32GetModuleBaseNameA @695
  K32GetModuleBaseNameW @696
  K32GetModuleFileNameExA @697
  K32GetModuleFileNameExW @698
  K32GetModuleInformation @699
  K32GetPerformanceInfo @700
  K32GetProcessImageFileNameA @701
  K32GetProcessImageFileNameW @702
  K32GetProcessMemoryInfo @703
  K32GetWsChanges @704
  K32InitializeProcessForWsWatch @705
  K32QueryWorkingSet @706
  K32QueryWorkingSetEx @707
  LCIDToLocaleName @708
  LCMapStringA @709
  LCMapStringEx @710
  LCMapStringW @711
  LZClose @712
  LZCopy @713
  LZDone @714
  LZInit @715
  LZOpenFileA @716
  LZOpenFileW @717
  LZRead @718
  LZSeek @719
  LZStart @720
  LeaveCriticalSection=ntdll.RtlLeaveCriticalSection @721
  LeaveCriticalSectionWhenCallbackReturns=ntdll.TpCallbackLeaveCriticalSectionOnCompletion @722
  LoadLibraryA @723
  LoadLibraryExA @724
  LoadLibraryExW @725
  LoadLibraryW @726
  LoadModule @727
  LoadResource @728
  LocalAlloc @729
  LocalCompact @730
  LocalFileTimeToFileTime @731
  LocalFlags @732
  LocalFree @733
  LocalHandle @734
  LocalLock @735
  LocalReAlloc @736
  LocalShrink @737
  LocalSize @738
  LocalUnlock @739
  LocaleNameToLCID @740
  LockFile @741
  LockFileEx @742
  LockResource @743
  MakeCriticalSectionGlobal @744
  MapViewOfFile @745
  MapViewOfFileEx @746
  Module32First @747
  Module32FirstW @748
  Module32Next @749
  Module32NextW @750
  MoveFileA @751
  MoveFileExA @752
  MoveFileExW @753
  MoveFileW @754
  MoveFileWithProgressA @755
  MoveFileWithProgressW @756
  MulDiv @757
  MultiByteToWideChar @758
  NeedCurrentDirectoryForExePathA @759
  NeedCurrentDirectoryForExePathW @760
  NormalizeString @761
  OpenConsoleW @763
  OpenEventA @765
  OpenEventW @766
  OpenFile @767
  OpenFileById @768
  OpenFileMappingA @769
  OpenFileMappingW @770
  OpenJobObjectA @771
  OpenJobObjectW @772
  OpenMutexA @773
  OpenMutexW @774
  OpenProcess @775
  OpenProfileUserMapping @776
  OpenSemaphoreA @777
  OpenSemaphoreW @778
  OpenThread @779
  OpenWaitableTimerA @780
  OpenWaitableTimerW @781
  OutputDebugStringA @782
  OutputDebugStringW @783
  PeekConsoleInputA @784
  PeekConsoleInputW @785
  PeekNamedPipe @786
  PostQueuedCompletionStatus @787
  PowerClearRequest @788
  PowerCreateRequest @789
  PowerSetRequest @790
  PrepareTape @791
  Process32First @794
  Process32FirstW @795
  Process32Next @796
  Process32NextW @797
  ProcessIdToSessionId @798
  PulseEvent @799
  PurgeComm @800
  QueryActCtxSettingsW @801
  QueryActCtxW @802
  QueryDepthSList=ntdll.RtlQueryDepthSList @803
  QueryDosDeviceA @804
  QueryDosDeviceW @805
  QueryFullProcessImageNameA @806
  QueryFullProcessImageNameW @807
  QueryInformationJobObject @808
  QueryMemoryResourceNotification @809
  QueryPerformanceCounter @812
  QueryPerformanceFrequency @813
  QueryProcessCycleTime @814
  QueryThreadCycleTime @815
  QueryUmsThreadInformation @816
  QueryUnbiasedInterruptTime @817
  QueueUserAPC @819
  QueueUserWorkItem @820
  RaiseException @821
  ReadConsoleA @822
  ReadConsoleInputA @823
  ReadConsoleInputW @826
  ReadConsoleOutputA @827
  ReadConsoleOutputAttribute @828
  ReadConsoleOutputCharacterA @829
  ReadConsoleOutputCharacterW @830
  ReadConsoleOutputW @831
  ReadConsoleW @832
  ReadDirectoryChangesW @833
  ReadFile @834
  ReadFileEx @835
  ReadFileScatter @836
  ReadProcessMemory @837
  RegCloseKey=advapi32.RegCloseKey @838 PRIVATE
  RegCreateKeyExA=advapi32.RegCreateKeyExA @839 PRIVATE
  RegCreateKeyExW=advapi32.RegCreateKeyExW @840 PRIVATE
  RegDeleteKeyExA=advapi32.RegDeleteKeyExA @841 PRIVATE
  RegDeleteKeyExW=advapi32.RegDeleteKeyExW @842 PRIVATE
  RegDeleteTreeA=advapi32.RegDeleteTreeA @843 PRIVATE
  RegDeleteTreeW=advapi32.RegDeleteTreeW @844 PRIVATE
  RegDeleteValueA=advapi32.RegDeleteValueA @845 PRIVATE
  RegDeleteValueW=advapi32.RegDeleteValueW @846 PRIVATE
  RegEnumKeyExA=advapi32.RegEnumKeyExA @847 PRIVATE
  RegEnumKeyExW=advapi32.RegEnumKeyExW @848 PRIVATE
  RegEnumValueA=advapi32.RegEnumValueA @849 PRIVATE
  RegEnumValueW=advapi32.RegEnumValueW @850 PRIVATE
  RegFlushKey=advapi32.RegFlushKey @851 PRIVATE
  RegGetKeySecurity=advapi32.RegGetKeySecurity @852 PRIVATE
  RegGetValueA=advapi32.RegGetValueA @853 PRIVATE
  RegGetValueW=advapi32.RegGetValueW @854 PRIVATE
  RegLoadKeyA=advapi32.RegLoadKeyA @855 PRIVATE
  RegLoadKeyW=advapi32.RegLoadKeyW @856 PRIVATE
  RegLoadMUIStringA=advapi32.RegLoadMUIStringA @857 PRIVATE
  RegLoadMUIStringW=advapi32.RegLoadMUIStringW @858 PRIVATE
  RegNotifyChangeKeyValue=advapi32.RegNotifyChangeKeyValue @859 PRIVATE
  RegOpenCurrentUser=advapi32.RegOpenCurrentUser @860 PRIVATE
  RegOpenKeyExA=advapi32.RegOpenKeyExA @861 PRIVATE
  RegOpenKeyExW=advapi32.RegOpenKeyExW @862 PRIVATE
  RegOpenUserClassesRoot=advapi32.RegOpenUserClassesRoot @863 PRIVATE
  RegQueryInfoKeyA=advapi32.RegQueryInfoKeyA @864 PRIVATE
  RegQueryInfoKeyW=advapi32.RegQueryInfoKeyW @865 PRIVATE
  RegQueryValueExA=advapi32.RegQueryValueExA @866 PRIVATE
  RegQueryValueExW=advapi32.RegQueryValueExW @867 PRIVATE
  RegRestoreKeyA=advapi32.RegRestoreKeyA @868 PRIVATE
  RegRestoreKeyW=advapi32.RegRestoreKeyW @869 PRIVATE
  RegSetKeySecurity=advapi32.RegSetKeySecurity @870 PRIVATE
  RegSetValueExA=advapi32.RegSetValueExA @871 PRIVATE
  RegSetValueExW=advapi32.RegSetValueExW @872 PRIVATE
  RegUnLoadKeyA=advapi32.RegUnLoadKeyA @873 PRIVATE
  RegUnLoadKeyW=advapi32.RegUnLoadKeyW @874 PRIVATE
  RegisterApplicationRecoveryCallback @875
  RegisterApplicationRestart @876
  RegisterServiceProcess @880
  RegisterWaitForSingleObject @883
  RegisterWaitForSingleObjectEx @884
  ReinitializeCriticalSection @887
  ReleaseActCtx @888
  ReleaseMutex @889
  ReleaseMutexWhenCallbackReturns=ntdll.TpCallbackReleaseMutexOnCompletion @890
  ReleaseSemaphore @891
  ReleaseSemaphoreWhenCallbackReturns=ntdll.TpCallbackReleaseSemaphoreOnCompletion @892
  ReleaseSRWLockExclusive=ntdll.RtlReleaseSRWLockExclusive @893
  ReleaseSRWLockShared=ntdll.RtlReleaseSRWLockShared @894
  RemoveDirectoryA @895
  RemoveDirectoryW @896
  RemoveVectoredContinueHandler=ntdll.RtlRemoveVectoredContinueHandler @897
  RemoveVectoredExceptionHandler=ntdll.RtlRemoveVectoredExceptionHandler @898
  ReOpenFile @899
  ReplaceFile=ReplaceFileW @900
  ReplaceFileA @901
  ReplaceFileW @902
  RemoveDllDirectory @903
  RequestDeviceWakeup @904
  RequestWakeupLatency @905
  ResetEvent @906
  ResetWriteWatch @907
  ResolveDelayLoadedAPI=ntdll.LdrResolveDelayLoadedAPI @908
  ResolveLocaleName @909
  RestoreLastError=ntdll.RtlRestoreLastWin32Error @910
  ResumeThread @911
  RtlAddFunctionTable=ntdll.RtlAddFunctionTable @912
  RtlCaptureContext=ntdll.RtlCaptureContext @913
  RtlCaptureStackBackTrace=ntdll.RtlCaptureStackBackTrace @914
  RtlCompareMemory=ntdll.RtlCompareMemory @915
  RtlCopyMemory=ntdll.RtlCopyMemory @916
  RtlDeleteFunctionTable=ntdll.RtlDeleteFunctionTable @917
  RtlFillMemory=ntdll.RtlFillMemory @918
  RtlInstallFunctionTableCallback=ntdll.RtlInstallFunctionTableCallback @919
  RtlLookupFunctionEntry=ntdll.RtlLookupFunctionEntry @920
  RtlMoveMemory=ntdll.RtlMoveMemory @921
  RtlPcToFileHeader=ntdll.RtlPcToFileHeader @922
  RtlRestoreContext=ntdll.RtlRestoreContext @923
  RtlUnwind=ntdll.RtlUnwind @924
  RtlUnwindEx=ntdll.RtlUnwindEx @925
  RtlVirtualUnwind=ntdll.RtlVirtualUnwind @926
  RtlZeroMemory=ntdll.RtlZeroMemory @927
  ScrollConsoleScreenBufferA @928
  ScrollConsoleScreenBufferW @929
  SearchPathA @930
  SearchPathW @931
  SetCPGlobal @932
  SetCalendarInfoA @933
  SetCalendarInfoW @934
  SetCommBreak @935
  SetCommConfig @936
  SetCommMask @937
  SetCommState @938
  SetCommTimeouts @939
  SetComputerNameA @940
  SetComputerNameExA @941
  SetComputerNameExW @942
  SetComputerNameW @943
  SetConsoleActiveScreenBuffer @944
  SetConsoleCP @945
  SetConsoleCtrlHandler @947
  SetConsoleCursorInfo @949
  SetConsoleCursorPosition @951
  SetConsoleDisplayMode @952
  SetConsoleFont @953
  SetConsoleIcon @955
  SetConsoleInputExeNameA @956
  SetConsoleInputExeNameW @957
  SetConsoleKeyShortcuts @958
  SetConsoleMode @962
  SetConsoleOutputCP @967
  SetConsoleScreenBufferInfoEx @969
  SetConsoleScreenBufferSize @970
  SetConsoleTextAttribute @971
  SetConsoleTitleA @972
  SetConsoleTitleW @973
  SetConsoleWindowInfo @974
  SetCriticalSectionSpinCount=ntdll.RtlSetCriticalSectionSpinCount @975
  SetCurrentConsoleFontEx @976
  SetCurrentDirectoryA @977
  SetCurrentDirectoryW @978
  SetDefaultCommConfigA @980
  SetDefaultCommConfigW @981
  SetDefaultDllDirectories @982
  SetDllDirectoryA @983
  SetDllDirectoryW @984
  SetEndOfFile @985
  SetEnvironmentVariableA @986
  SetEnvironmentVariableW @987
  SetErrorMode @988
  SetEvent @989
  SetEventWhenCallbackReturns=ntdll.TpCallbackSetEventOnCompletion @990
  SetFileApisToANSI @991
  SetFileApisToOEM @992
  SetFileAttributesA @993
  SetFileAttributesW @994
  SetFileCompletionNotificationModes @995
  SetFileInformationByHandle @996
  SetFilePointer @997
  SetFilePointerEx @998
  SetFileTime @999
  SetFileValidData @1000
  SetHandleContext @1001
  SetHandleCount @1002
  SetHandleInformation @1003
  SetInformationJobObject @1004
  SetLastError @1006
  SetLocalTime @1007
  SetLocaleInfoA @1008
  SetLocaleInfoW @1009
  SetMailslotInfo @1010
  SetNamedPipeHandleState @1012
  SetPriorityClass @1013
  SetProcessAffinityMask @1014
  SetProcessDEPPolicy @1015
  SetProcessPriorityBoost @1016
  SetProcessShutdownParameters @1017
  SetProcessWorkingSetSize @1018
  SetSearchPathMode @1019
  SetStdHandle @1020
  SetSystemFileCacheSize @1021
  SetSystemPowerState @1022
  SetSystemTime @1023
  SetSystemTimeAdjustment @1024
  SetTapeParameters @1025
  SetTapePosition @1026
  SetTermsrvAppInstallMode @1027
  SetThreadAffinityMask @1028
  SetThreadContext @1029
  SetThreadErrorMode @1030
  SetThreadExecutionState @1031
  SetThreadGroupAffinity @1032
  SetThreadIdealProcessor @1033
  SetThreadIdealProcessorEx @1034
  SetThreadLocale @1035
  SetThreadPreferredUILanguages @1036
  SetThreadPriority @1037
  SetThreadPriorityBoost @1038
  SetThreadStackGuarantee @1039
  SetThreadUILanguage @1040
  SetThreadpoolThreadMaximum=ntdll.TpSetPoolMaxThreads @1041
  SetThreadpoolThreadMinimum=ntdll.TpSetPoolMinThreads @1042
  SetThreadpoolTimer @1043
  SetThreadpoolWait @1044
  SetTimeZoneInformation @1045
  SetUmsThreadInformation @1047
  SetUnhandledExceptionFilter @1048
  SetUserGeoID @1049
  SetVolumeLabelA @1051
  SetVolumeLabelW @1052
  SetVolumeMountPointA @1053
  SetVolumeMountPointW @1054
  SetWaitableTimer @1055
  SetWaitableTimerEx @1056
  SetupComm @1057
  SignalObjectAndWait @1059
  SizeofResource @1060
  Sleep @1061
  SleepConditionVariableCS @1062
  SleepConditionVariableSRW @1063
  SleepEx @1064
  SubmitThreadpoolWork=ntdll.TpPostWork @1065
  SuspendThread @1066
  SwitchToFiber @1067
  SwitchToThread @1068
  SystemTimeToFileTime @1069
  SystemTimeToTzSpecificLocalTime @1070
  TerminateJobObject @1071
  TerminateProcess @1072
  TerminateThread @1073
  TermsrvAppInstallMode @1074
  Thread32First @1075
  Thread32Next @1076
  TlsAlloc @1077
  TlsAllocInternal=TlsAlloc @1078
  TlsFree @1079
  TlsFreeInternal=TlsFree @1080
  TlsGetValue @1081
  TlsSetValue @1082
  Toolhelp32ReadProcessMemory @1083
  TransactNamedPipe @1084
  TransmitCommChar @1085
  TryAcquireSRWLockExclusive=ntdll.RtlTryAcquireSRWLockExclusive @1087
  TryAcquireSRWLockShared=ntdll.RtlTryAcquireSRWLockShared @1088
  TryEnterCriticalSection=ntdll.RtlTryEnterCriticalSection @1089
  TrySubmitThreadpoolCallback @1090
  TzSpecificLocalTimeToSystemTime @1091
  UmsThreadYield @1092
  UnhandledExceptionFilter @1093
  UninitializeCriticalSection @1094
  UnlockFile @1095
  UnlockFileEx @1096
  UnmapViewOfFile @1097
  UnregisterApplicationRestart @1098
  UnregisterWait @1099
  UnregisterWaitEx @1100
  UpdateProcThreadAttribute @1101
  UpdateResourceA @1102
  UpdateResourceW @1103
  VerLanguageNameA @1108
  VerLanguageNameW @1109
  VerSetConditionMask=ntdll.VerSetConditionMask @1110
  VerifyConsoleIoHandle @1111
  VerifyVersionInfoA @1112
  VerifyVersionInfoW @1113
  VirtualAlloc @1114
  VirtualAllocEx @1115
  VirtualFree @1117
  VirtualFreeEx @1118
  VirtualLock @1119
  VirtualProtect @1120
  VirtualProtectEx @1121
  VirtualQuery @1122
  VirtualQueryEx @1123
  VirtualUnlock @1124
  WTSGetActiveConsoleSessionId @1125
  WaitCommEvent @1126
  WaitForDebugEvent @1127
  WaitForMultipleObjects @1128
  WaitForMultipleObjectsEx @1129
  WaitForSingleObject @1130
  WaitForSingleObjectEx @1131
  WaitForThreadpoolTimerCallbacks=ntdll.TpWaitForTimer @1132
  WaitForThreadpoolWaitCallbacks=ntdll.TpWaitForWait @1133
  WaitForThreadpoolWorkCallbacks=ntdll.TpWaitForWork @1134
  WaitNamedPipeA @1135
  WaitNamedPipeW @1136
  WakeAllConditionVariable=ntdll.RtlWakeAllConditionVariable @1137
  WakeConditionVariable=ntdll.RtlWakeConditionVariable @1138
  WerRegisterFile @1139
  WerRegisterMemoryBlock @1140
  WerRegisterRuntimeExceptionModule @1141
  WerSetFlags @1142
  WerUnregisterMemoryBlock @1143
  WideCharToMultiByte @1144
  WinExec @1145
  Wow64EnableWow64FsRedirection @1146
  Wow64DisableWow64FsRedirection @1147
  Wow64RevertWow64FsRedirection @1148
  WriteConsoleA @1149
  WriteConsoleInputA @1150
  WriteConsoleInputW @1153
  WriteConsoleOutputA @1154
  WriteConsoleOutputAttribute @1155
  WriteConsoleOutputCharacterA @1156
  WriteConsoleOutputCharacterW @1157
  WriteConsoleOutputW @1158
  WriteConsoleW @1159
  WriteFile @1160
  WriteFileEx @1161
  WriteFileGather @1162
  WritePrivateProfileSectionA @1163
  WritePrivateProfileSectionW @1164
  WritePrivateProfileStringA @1165
  WritePrivateProfileStringW @1166
  WritePrivateProfileStructA @1167
  WritePrivateProfileStructW @1168
  WriteProcessMemory @1169
  WriteProfileSectionA @1170
  WriteProfileSectionW @1171
  WriteProfileStringA @1172
  WriteProfileStringW @1173
  WriteTapemark @1174
  ZombifyActCtx @1175
  __C_specific_handler=ntdll.__C_specific_handler @1176 PRIVATE
  __chkstk=ntdll.__chkstk @1177 PRIVATE
  _hread @1180
  _hwrite @1181
  _lclose @1182
  _lcreat @1183
  _llseek @1184
  _local_unwind=ntdll._local_unwind @1185 PRIVATE
  _lopen @1186
  _lread @1187
  _lwrite @1188
  lstrcat=lstrcatA @1190
  lstrcatA @1191
  lstrcatW @1192
  lstrcmp=lstrcmpA @1193
  lstrcmpA @1194
  lstrcmpW @1195
  lstrcmpi=lstrcmpiA @1196
  lstrcmpiA @1197
  lstrcmpiW @1198
  lstrcpy=lstrcpyA @1199
  lstrcpyA @1200
  lstrcpyW @1201
  lstrcpyn=lstrcpynA @1202
  lstrcpynA @1203
  lstrcpynW @1204
  lstrlen=lstrlenA @1205
  lstrlenA @1206
  lstrlenW @1207
  wine_get_unix_file_name @1208
  wine_get_dos_file_name @1209
  __wine_kernel_init @1210