-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUSER32-symbols-win2k3.txt
2564 lines (2564 loc) · 166 KB
/
USER32-symbols-win2k3.txt
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
kd> x USER32!*
7738c1d6 USER32!GetClassInfoExA (_GetClassInfoExA@12)
7739cbc7 USER32!NtUserInvalidateRect (_NtUserInvalidateRect@12)
773aaab6 USER32!_ClientCopyDDEIn2 (__ClientCopyDDEIn2@4)
773d9b86 USER32!SvSpontUnadvise (_SvSpontUnadvise@8)
773b033c USER32!ImeWndProcA (_ImeWndProcA@16)
773c32c4 USER32!ShowStartGlass (_ShowStartGlass@4)
773e11d0 USER32!pfnWowGetProcModule = <no type information>
773ab2b8 USER32!NtUserMapVirtualKeyEx (_NtUserMapVirtualKeyEx@16)
7738b5d2 USER32!GetDesktopWindow (_GetDesktopWindow@0)
773cb02e USER32!__fnOUTLPRECT (___fnOUTLPRECT@4)
773cc76e USER32!TabbedTextOutA (_TabbedTextOutA@32)
773811a4 USER32!_imp__GlobalHandle = <no type information>
773de5b4 USER32!MirrorWindowRect (_MirrorWindowRect@8)
773ccdc6 USER32!UT_PrevGroupItem (_UT_PrevGroupItem@8)
7738116c USER32!_imp__FindResourceExA = <no type information>
77385aab USER32!NtUserSetInformationThread (_NtUserSetInformationThread@16)
773a455d USER32!ECGetControlBrush (_ECGetControlBrush@12)
7738128c USER32!_imp__InterlockedIncrement = <no type information>
773c9f5b USER32!InitUserApiHook (_InitUserApiHook@8)
773a247a USER32!LBSetCItemFullMax (_LBSetCItemFullMax@4)
7738488b USER32!__ClientLoadImage (___ClientLoadImage@4)
773e101c USER32!_imp__ReportEventW = <no type information>
7738521b USER32!NtUserLockWindowStation (_NtUserLockWindowStation@4)
773c8d04 USER32!ArrangeIconicWindows (_ArrangeIconicWindows@4)
7738148c USER32!_imp__SetLayoutWidth = <no type information>
7739db30 USER32!_DllMainCRTStartupForGS2 (__DllMainCRTStartupForGS2@12)
773d29cc USER32!szEXECHELP = <no type information>
77383000 USER32!szEMISeverity = <no type information>
77381308 USER32!_imp__GlobalUnlock = <no type information>
773e1000 USER32!_imp__RegSetValueExW = <no type information>
773911d7 USER32!NtUserSetWindowsHookEx (_NtUserSetWindowsHookEx@24)
773e1118 USER32!ScaleProc = <no type information>
773dbede USER32!AbandonTransaction (_AbandonTransaction@8)
77384fb1 USER32!_LoadKeyboardLayoutEx (__LoadKeyboardLayoutEx@28)
7739d4d6 USER32!SetPropW (_SetPropW@12)
773ddd33 USER32!NtUserMNDragLeave (_NtUserMNDragLeave@0)
773af7db USER32!__fnHkINLPCBTACTIVATESTRUCT (___fnHkINLPCBTACTIVATESTRUCT@4)
773e10a0 USER32!DialogLookaside = <no type information>
773812ec USER32!_imp__FreeLibrary = <no type information>
773aa1ae USER32!NtUserGetCaretPos (_NtUserGetCaretPos@4)
773ddba5 USER32!NtUserGetImeHotKey (_NtUserGetImeHotKey@16)
773ce309 USER32!ECUpdateFormat (_ECUpdateFormat@12)
773c71d2 USER32!RegisterUserHungAppHandlers (_RegisterUserHungAppHandlers@8)
77383db6 USER32!vLoadLocalT1Fonts (_vLoadLocalT1Fonts@0)
773d00ba USER32!MLReplaceSel (_MLReplaceSel@8)
773a4d43 USER32!ResetMessagePumpHook (_ResetMessagePumpHook@4)
773c39de USER32!LBPrintCallback (_LBPrintCallback@20)
773a0950 USER32!SetPropA (_SetPropA@12)
773ddde5 USER32!NtUserResolveDesktopForWOW (_NtUserResolveDesktopForWOW@4)
773c062c USER32!SLGetBlkEnd (_SLGetBlkEnd@16)
7738b612 USER32!__fnINSTRING (___fnINSTRING@4)
773900e4 USER32!InitClsMenuNameW (_InitClsMenuNameW@12)
773a0dc5 USER32!NtUserSBGetParms (_NtUserSBGetParms@16)
7739cbf0 USER32!NtUserValidateTimerCallback (_NtUserValidateTimerCallback@4)
773ddd81 USER32!NtUserRealChildWindowFromPoint (_NtUserRealChildWindowFromPoint@12)
77389977 USER32!IsVisible (_IsVisible@4)
773cb1fb USER32!__fnINOUTNEXTMENU (___fnINOUTNEXTMENU@4)
773a0280 USER32!MapDialogRect (_MapDialogRect@8)
77392f8c USER32!GetClassInfoW (_GetClassInfoW@12)
773cb7b9 USER32!__fnLOGONNOTIFY (___fnLOGONNOTIFY@4)
773d58b3 USER32!LBSetTabStops (_LBSetTabStops@12)
77390557 USER32!InitClsMenuNameA (_InitClsMenuNameA@12)
773ca172 USER32!DialogBoxIndirectParamA (_DialogBoxIndirectParamA@20)
773e1610 USER32!fFontAssocStatus = <no type information>
773d6fdb USER32!LoadOLEOnce (_LoadOLEOnce@0)
773e15d4 USER32!gcxGray = <no type information>
773b76a4 USER32!szMS_POPUPHELP = <no type information>
77395b03 USER32!CopyImage (_CopyImage@20)
773ca709 USER32!DlgDirListComboBoxW (_DlgDirListComboBoxW@20)
773c28af USER32!xxxLBoxDeleteItem (_xxxLBoxDeleteItem@8)
773c3209 USER32!GetClassWOWWords (_GetClassWOWWords@8)
7739cdfa USER32!DefWindowProcWorker (_DefWindowProcWorker@20)
773ab812 USER32!AppendMenuA (_AppendMenuA@16)
7739e1ac USER32!CategoryMaskFromEvent (_CategoryMaskFromEvent@4)
773c3461 USER32!OemToCharBuffW (_OemToCharBuffW@12)
773835e0 USER32!aGeneralPunctuation_EndBreak = <no type information>
7738408e USER32!CreateDesktopW (_CreateDesktopW@24)
77383330 USER32!szEventMsgFile = <no type information>
773ae721 USER32!ButtonWndProcWorker (_ButtonWndProcWorker@20)
773a55ec USER32!DdeQueryConvInfo (_DdeQueryConvInfo@12)
773899e2 USER32!PaintRect (_PaintRect@20)
773ab23b USER32!RtlUnwind (_RtlUnwind@16)
7738108c USER32!_imp__RtlUnicodeToMultiByteSize = <no type information>
773de3b2 USER32!RemoveGaps (_RemoveGaps@8)
77388487 USER32!wcsncpycch (_wcsncpycch@12)
773c0672 USER32!ListBoxWndProcA (_ListBoxWndProcA@16)
77381478 USER32!_imp__EnableEUDC = <no type information>
773811f0 USER32!_imp__OpenProcess = <no type information>
773d70cc USER32!MonitorStringHandle (_MonitorStringHandle@12)
773ddf37 USER32!NtUserUpdateInputContext (_NtUserUpdateInputContext@12)
773ccb6c USER32!_ClientGetDDEFlags (__ClientGetDDEFlags@8)
773861eb USER32!CheckMenuItem (_CheckMenuItem@12)
77391f62 USER32!LazyInitClasses (_LazyInitClasses@0)
773de705 USER32!UserIsFELineBreakEnd (_UserIsFELineBreakEnd@4)
773ad1a5 USER32!xxxBNGetDC (_xxxBNGetDC@8)
773a358b USER32!xxxCBSetDroppedSize (_xxxCBSetDroppedSize@8)
7739fe10 USER32!SetScrollPos (_SetScrollPos@16)
7739e917 USER32!MB_UpdateDlgHdr (_MB_UpdateDlgHdr@40)
773c1253 USER32!xxxSetLBScrollParms (_xxxSetLBScrollParms@8)
773ca059 USER32!CopyAcceleratorTableA (_CopyAcceleratorTableA@12)
773cb4f9 USER32!__ClientExtTextOutW (___ClientExtTextOutW@4)
773c6a8d USER32!xxxLBPaint (_xxxLBPaint@12)
773e13f8 USER32!hmodUser = <no type information>
773a3a6e USER32!xxxCBPosition (_xxxCBPosition@4)
773def60 USER32!_sz_POWRPROF = <no type information>
7739cf6a USER32!SetRect (_SetRect@20)
773d127d USER32!MLSetTabStops (_MLSetTabStops@12)
773d821d USER32!fnCOPYGLOBALDATA (_fnCOPYGLOBALDATA@28)
773d7d40 USER32!MessageBoxIndirectA (_MessageBoxIndirectA@4)
773b0c36 USER32!GetScrollPos (_GetScrollPos@8)
773c8fa2 USER32!SetCursorPos (_SetCursorPos@8)
77391a19 USER32!HowManyColors (_HowManyColors@12)
773853ed USER32!vSweepFonts (_vSweepFonts@16)
7739c56f USER32!NtUserDispatchMessage (_NtUserDispatchMessage@4)
773cb115 USER32!__fnINCNTOUTSTRING (___fnINCNTOUTSTRING@4)
77381080 USER32!_imp__CsrClientCallServer = <no type information>
773e1d80 USER32!szERROR = <no type information>
7738407a USER32!NtUserCreateWindowStation (_NtUserCreateWindowStation@28)
773c936e USER32!StringCatNWorkerW (_StringCatNWorkerW@16)
7738dca4 USER32!EnumDisplaySettingsW (_EnumDisplaySettingsW@12)
7739e256 USER32!SetScrollInfo (_SetScrollInfo@16)
7739c97c USER32!GetClientRect (_GetClientRect@8)
773e15f0 USER32!ghinstOLE = <no type information>
773dbe9c USER32!IsCharUpperW (_IsCharUpperW@4)
77393d67 USER32!PostMessageA (_PostMessageA@16)
773e13c4 USER32!__security_cookie = <no type information>
773dd5f3 USER32!ImeNotifyHandler (_ImeNotifyHandler@16)
7738714c USER32!BltColor (_BltColor@40)
77388faf USER32!GetSizeDialogTemplate (_GetSizeDialogTemplate@8)
773d1e7d USER32!vProcessType1FontEntry (_vProcessType1FontEntry@20)
773d36ef USER32!xxxLBoxCaretBlinker (_xxxLBoxCaretBlinker@16)
773a6855 USER32!EnumDisplaySettingsA (_EnumDisplaySettingsA@12)
77381330 USER32!_imp__GetMapMode = <no type information>
7739d807 USER32!__security_check_cookie (@__security_check_cookie@4)
773cfc10 USER32!MLDeleteText (_MLDeleteText@4)
77384e0d USER32!CliReadRegistryValue (_CliReadRegistryValue@8)
773813dc USER32!_imp__GetTextMetricsW = <no type information>
773a15c8 USER32!CopyIcon (_CopyIcon@4)
7739c7d8 USER32!PostMessageW (_PostMessageW@16)
773bfc3f USER32!IsCharUpperA (_IsCharUpperA@4)
77381160 USER32!_imp__SizeofResource = <no type information>
77391015 USER32!IsWindowEnabled (_IsWindowEnabled@4)
773a0858 USER32!InternalFindWindowExA (_InternalFindWindowExA@20)
773a6bb0 USER32!EnableScrollBar (_EnableScrollBar@12)
773da0a3 USER32!SvRespAdviseDataAck (_SvRespAdviseDataAck@12)
773cf851 USER32!MLInsertText (_MLInsertText@16)
7738f4d4 USER32!SplFreeResource (_SplFreeResource@12)
7738413b USER32!NtUserCreateDesktop (_NtUserCreateDesktop@20)
7739d5f5 USER32!GetQueueStatus (_GetQueueStatus@4)
77392557 USER32!__fnINLPWINDOWPOS (___fnINLPWINDOWPOS@4)
77395a60 USER32!InternalGetWindowText (_InternalGetWindowText@12)
773a6565 USER32!CreateIcoCurIndirect (_CreateIcoCurIndirect@20)
773d9627 USER32!GetReasonTitleFromReasonCode (_GetReasonTitleFromReasonCode@12)
773daaeb USER32!DeleteLinkCount (_DeleteLinkCount@8)
7738465e USER32!OpenKeyboardLayoutFileWorker (_OpenKeyboardLayoutFileWorker@20)
773dad8e USER32!ShowWindowNoRepaint (_ShowWindowNoRepaint@4)
77394cf0 USER32!DT_DrawStr (_DT_DrawStr@36)
7738fa11 USER32!GetBestImage (_GetBestImage@24)
7739d36a USER32!GetSystemMetrics (_GetSystemMetrics@4)
773a6650 USER32!ULongLongToUInt (_ULongLongToUInt@12)
773cc82b USER32!GetTabbedTextExtentA (_GetTabbedTextExtentA@20)
7738b1d2 USER32!wvsprintfW (_wvsprintfW@12)
7738b987 USER32!NtUserDestroyWindow (_NtUserDestroyWindow@4)
773a0070 USER32!PrivateExtractIconExA (_PrivateExtractIconExA@20)
7738eae0 USER32!DoCallback (_DoCallback@36)
773922bd USER32!SetWindowLongW (_SetWindowLongW@12)
773e14bc USER32!pfnFindResourceExA = <no type information>
773a18aa USER32!ECGetEditDC (_ECGetEditDC@8)
773cc801 USER32!GetTabbedTextExtentW (_GetTabbedTextExtentW@20)
77381250 USER32!_imp__QueryPerformanceCounter = <no type information>
773c8ced USER32!TellWOWThehDlg (_TellWOWThehDlg@4)
77391e06 USER32!RtlGetExpWinVer (_RtlGetExpWinVer@4)
773e13c8 USER32!pfnFindResourceExW = <no type information>
773b06cb USER32!SendNotifyMessageA (_SendNotifyMessageA@16)
77381108 USER32!_imp__RtlFindActivationContextSectionString = <no type information>
7738ce76 USER32!GetAppCompatFlags (_GetAppCompatFlags@4)
773a36d9 USER32!CBNcCreateHandler (_CBNcCreateHandler@8)
7739b610 USER32!_SEH_epilog (__SEH_epilog)
773a05aa USER32!NtUserGetUpdateRgn (_NtUserGetUpdateRgn@12)
773c4f91 USER32!MLSize (_MLSize@8)
773cae64 USER32!__fnSENTDDEMSG (___fnSENTDDEMSG@4)
773ce2ba USER32!DbcsCombine (_DbcsCombine@8)
7738c301 USER32!CreateWindowExA (_CreateWindowExA@48)
773812f8 USER32!_imp__GlobalDeleteAtom = <no type information>
773811b8 USER32!_imp__GetCPInfo = <no type information>
77381274 USER32!_imp__DelayLoadFailureHook = <no type information>
773811ac USER32!_imp__Sleep = <no type information>
7739d1f4 USER32!MapWindowPoints (_MapWindowPoints@16)
77385731 USER32!EnumDisplayDevicesW (_EnumDisplayDevicesW@16)
773a88c2 USER32!InitiateEnumerationProc (_InitiateEnumerationProc@8)
773c0516 USER32!SLSetFocus (_SLSetFocus@4)
773c84dc USER32!Map8 (_Map8@4)
7738fe99 USER32!AdjustWindowRectEx (_AdjustWindowRectEx@16)
773d2865 USER32!LaunchHelp (_LaunchHelp@4)
773d538b USER32!DlgDirSelectExW (_DlgDirSelectExW@16)
7739c687 USER32!RealDefWindowProcW (_RealDefWindowProcW@16)
77381070 USER32!_imp__CsrFreeCaptureBuffer = <no type information>
773c3e96 USER32!LBGetItemRect (_LBGetItemRect@12)
773e1760 USER32!gphn = <no type information>
773c8f0e USER32!SetProgmanWindow (_SetProgmanWindow@4)
773c9f19 USER32!ScrollBarWndProcA (_ScrollBarWndProcA@16)
7738c665 USER32!PathIsUNC (_PathIsUNC@4)
773969ee USER32!LoadCursorW (_LoadCursorW@8)
773de8e9 USER32!PathFindFileName (_PathFindFileName@8)
773dddd1 USER32!NtUserRegisterTasklist (_NtUserRegisterTasklist@4)
773dde21 USER32!NtUserSetImeOwnerWindow (_NtUserSetImeOwnerWindow@8)
7738dea4 USER32!CharPrevA (_CharPrevA@8)
7739659b USER32!CalcWakeMask (_CalcWakeMask@12)
773879cb USER32!DrawIcon (_DrawIcon@16)
773e1a34 USER32!gatomReaderMode = <no type information>
77391412 USER32!DrawFrameControl (_DrawFrameControl@16)
7738b6ee USER32!AllocateFromZone (_AllocateFromZone@4)
7739fd88 USER32!RemovePropA (_RemovePropA@8)
773dc936 USER32!fakeImm_wd3 (_fakeImm_wd3@12)
7739e72f USER32!MB_AddPushButtons (_MB_AddPushButtons@16)
773a59ef USER32!InternalDdeQueryString (_InternalDdeQueryString@20)
773e15d0 USER32!gcyGray = <no type information>
773a5ca4 USER32!szMS_WINHELP = <no type information>
773ce0f7 USER32!ECCopy (_ECCopy@4)
773d11d2 USER32!MLSetSelection (_MLSetSelection@16)
77381030 USER32!_imp__wcsncat = <no type information>
773dde99 USER32!NtUserSetSystemCursor (_NtUserSetSystemCursor@8)
773847d7 USER32!SetUserObjectSecurity (_SetUserObjectSecurity@12)
773a0176 USER32!GetWindowRgn (_GetWindowRgn@8)
773d6cd3 USER32!GetMenuContextHelpId (_GetMenuContextHelpId@4)
773e15e8 USER32!gdwEMIControl = <no type information>
7738134c USER32!_imp__ExcludeClipRect = <no type information>
7739e313 USER32!CharUpperBuffA (_CharUpperBuffA@8)
773c8607 USER32!EnumPropsW (_EnumPropsW@8)
773da89f USER32!ClStartRequest (_ClStartRequest@4)
7738de6b USER32!GetUpdateRect (_GetUpdateRect@12)
773a7975 USER32!SetCommonStateFlags (_SetCommonStateFlags@12)
773e2180 USER32!pfnWowTask16SchedNotify = <no type information>
773813e0 USER32!_imp__GetTextColor = <no type information>
773aae14 USER32!ImeWndDestroyHandler (_ImeWndDestroyHandler@4)
773c8aa5 USER32!GrayStringW (_GrayStringW@36)
773961e9 USER32!NtUserCallMsgFilter (_NtUserCallMsgFilter@8)
773cb071 USER32!__fnINLPCOMPAREITEMSTRUCT (___fnINLPCOMPAREITEMSTRUCT@4)
7738121c USER32!_imp__lstrlenW = <no type information>
773a134a USER32!SetWindowsHookExA (_SetWindowsHookExA@16)
773814c8 USER32!_imp__GetDeviceCaps = <no type information>
773e16c0 USER32!ButtonLookaside = <no type information>
773b0674 USER32!fnHkINLPCWPSTRUCTA (_fnHkINLPCWPSTRUCTA@20)
7738140c USER32!_imp__OffsetWindowOrgEx = <no type information>
773db64e USER32!AnimateWindow (_AnimateWindow@12)
773ab664 USER32!NtUserBuildPropList (_NtUserBuildPropList@16)
77393016 USER32!NtUserDestroyCursor (_NtUserDestroyCursor@8)
77381428 USER32!_imp__SelectPalette = <no type information>
7738f337 USER32!ObjectFromDIBResource (_ObjectFromDIBResource@24)
773a03c4 USER32!GetPrevPwnd (_GetPrevPwnd@8)
773cb617 USER32!__ClientDeliverUserApc (___ClientDeliverUserApc@4)
77385cc8 USER32!EnumDesktopsW (_EnumDesktopsW@12)
7739b5d0 USER32!_SEH_prolog (__SEH_prolog)
773cc584 USER32!UserLpkTabbedTextOut (_UserLpkTabbedTextOut@48)
773c16fd USER32!xxxFindString (_xxxFindString@20)
7739f9eb USER32!CharToOemBuffA (_CharToOemBuffA@12)
7738b01d USER32!SetRectEmpty (_SetRectEmpty@4)
773aa51a USER32!BringWindowToTop (_BringWindowToTop@4)
773c1da5 USER32!xxxLBInsertItem (_xxxLBInsertItem@16)
77383658 USER32!aFullWidthHalfWidthVariants_EndBreak = <no type information>
773ce398 USER32!ECSetIMEMenu (_ECSetIMEMenu@12)
773e11d8 USER32!pfnLockResource = <no type information>
7738eed5 USER32!NtUserShowScrollBar (_NtUserShowScrollBar@12)
773cb1aa USER32!__fnPOPTINLPUINT (___fnPOPTINLPUINT@4)
77382d7c USER32!szEDITCLASS = <no type information>
773c3381 USER32!WowServerLoadCreateCursorIcon (_WowServerLoadCreateCursorIcon@32)
77381414 USER32!_imp__ExtTextOutW = <no type information>
773d909a USER32!LoadReasonStrings (_LoadReasonStrings@12)
77381180 USER32!_imp__SearchPathW = <no type information>
773a32eb USER32!IsEmptyString (_IsEmptyString@8)
773c6d40 USER32!xxxCBGetTextHelper (_xxxCBGetTextHelper@16)
773d67d0 USER32!ScrollChildren (_ScrollChildren@12)
773d6be9 USER32!TileWindows (_TileWindows@20)
773a4afc USER32!CreateLocalMemHandle (_CreateLocalMemHandle@4)
773aab79 USER32!FixupDdeExecuteIfNecessary (_FixupDdeExecuteIfNecessary@8)
77381324 USER32!_imp__GetClipRgn = <no type information>
773c30b8 USER32!xxxInvertLBItem (_xxxInvertLBItem@12)
77388c7f USER32!DefShortToInt (_DefShortToInt@4)
773820f0 USER32!mpTypeCcmd = <no type information>
773a8106 USER32!NtUserDdeSetQualityOfService (_NtUserDdeSetQualityOfService@12)
773e1618 USER32!fpLpkEditControl = <no type information>
773839ee USER32!bCheckIfDualBootingWithWin31 (_bCheckIfDualBootingWithWin31@0)
773ddf87 USER32!NtUserValidateHandleSecure (_NtUserValidateHandleSecure@4)
773e15e4 USER32!ghbrWindowText = <no type information>
773895a8 USER32!InternalDialogBox (_InternalDialogBox@24)
773cb2fc USER32!__ClientWaitMessageExMPH (___ClientWaitMessageExMPH@4)
773c290c USER32!InvertRect (_InvertRect@8)
7738e33f USER32!GetMenuItemInfoInternalA (_GetMenuItemInfoInternalA@16)
773812c4 USER32!_imp__WideCharToMultiByte = <no type information>
773e1894 USER32!idtVtbl = <no type information>
773a60ed USER32!NtUserGetCPD (_NtUserGetCPD@12)
77396023 USER32!DialogBox2 (_DialogBox2@16)
773af97b USER32!DefFrameProcW (_DefFrameProcW@20)
773d5d1e USER32!MDIActivateDlgSize (_MDIActivateDlgSize@12)
77381128 USER32!_imp__RtlOpenCurrentUser = <no type information>
773dad34 USER32!FChildVisible (_FChildVisible@4)
7738113c USER32!_imp__RtlInitUnicodeString = <no type information>
77381354 USER32!_imp__GdiGetBitmapBitsSize = <no type information>
773ddc45 USER32!NtUserGetPriorityClipboardFormat (_NtUserGetPriorityClipboardFormat@8)
7738dfff USER32!GetMenuItemInfoInternalW (_GetMenuItemInfoInternalW@16)
773ddaf5 USER32!NtUserDrawAnimatedRects (_NtUserDrawAnimatedRects@16)
77381038 USER32!_imp__strrchr = <no type information>
773ddb91 USER32!NtUserGetCursorInfo (_NtUserGetCursorInfo@4)
773ad093 USER32!xxxBNInitDC (_xxxBNInitDC@8)
7738c1a7 USER32!NtUserMoveWindow (_NtUserMoveWindow@24)
773aaeb7 USER32!NtUserUnhookWinEvent (_NtUserUnhookWinEvent@4)
773d8818 USER32!ReaderWndProc (_ReaderWndProc@16)
7739f87c USER32!EndTaskModalDialog (_EndTaskModalDialog@4)
773c8b72 USER32!GetRemoteInputLanguage (_GetRemoteInputLanguage@8)
773d9784 USER32!xxxNextAniIconStep (_xxxNextAniIconStep@4)
773a18f7 USER32!GetMaxOverlapChars (_GetMaxOverlapChars@0)
773cd0c6 USER32!ECImmSetCompositionFont (_ECImmSetCompositionFont@4)
773c9cf0 USER32!DesktopWndProcW (_DesktopWndProcW@16)
773e1ff0 USER32!gcLoadUserApiHook = <no type information>
7738e1e0 USER32!NtUserRemoveMenu (_NtUserRemoveMenu@12)
7739be68 USER32!PeekMessageW (_PeekMessageW@20)
773e1764 USER32!pfnWowEmptyClipBoard = <no type information>
773dee20 USER32!GetActivePwrScheme (_GetActivePwrScheme@4)
773b00e8 USER32!__fnINLPDRAWITEMSTRUCT (___fnINLPDRAWITEMSTRUCT@4)
77391f75 USER32!RtlInitLargeUnicodeString (_RtlInitLargeUnicodeString@12)
773c92c8 USER32!IsProcess16Bit (_IsProcess16Bit@0)
7738fca3 USER32!GetWindowBorders (_GetWindowBorders@16)
773a669e USER32!fnEMGETSEL (_fnEMGETSEL@28)
7739bbfc USER32!GetInputBits (_GetInputBits@12)
7739cf99 USER32!PeekMessageA (_PeekMessageA@20)
7738aea5 USER32!RegisterDeviceNotificationWorker (_RegisterDeviceNotificationWorker@12)
773dd001 USER32!SyncSoftKbdState (_SyncSoftKbdState@8)
773d2751 USER32!InternalFreeDataHandle (_InternalFreeDataHandle@8)
773878ab USER32!GetACPCharSet (_GetACPCharSet@0)
77396396 USER32!IsIconic (_IsIconic@4)
77392860 USER32!GetKeyboardLayout (_GetKeyboardLayout@4)
773c2133 USER32!ECCalcChangeSelection (_ECCalcChangeSelection@20)
773882d3 USER32!GetImmFileName (_GetImmFileName@4)
773ac8db USER32!NtUserGetControlColor (_NtUserGetControlColor@16)
773810bc USER32!_imp__NtVdmControl = <no type information>
773acc3d USER32!BNSetFont (_BNSetFont@12)
773e10e0 USER32!StaticLookaside = <no type information>
773ddc1d USER32!NtUserGetMenuItemRect (_NtUserGetMenuItemRect@16)
773811dc USER32!_imp__GetSystemWindowsDirectoryW = <no type information>
773cb80e USER32!__ClientWOWTask16SchedNotify (___ClientWOWTask16SchedNotify@4)
773ca23f USER32!xxxCBInvertStaticWindow (_xxxCBInvertStaticWindow@12)
773a40f6 USER32!SLPaint (_SLPaint@8)
7738105c USER32!_imp__CsrAllocateMessagePointer = <no type information>
773e161c USER32!pfnLocalLock = <no type information>
773d0154 USER32!MLKeyDown (_MLKeyDown@12)
773ab8fd USER32!__fnDWORDOPTINLPMSG (___fnDWORDOPTINLPMSG@4)
773e15cc USER32!ghdcGray = <no type information>
773dee32 USER32!_tailMerge_WINSTA (__tailMerge_WINSTA)
7738d645 USER32!ValidateHSZ (_ValidateHSZ@4)
77381408 USER32!_imp__SaveDC = <no type information>
77381454 USER32!_imp__GetStockObject = <no type information>
77381260 USER32!_imp__GlobalFindAtomA = <no type information>
773c8085 USER32!BNMultiDraw (_BNMultiDraw@20)
773e1018 USER32!_imp__OpenProcessToken = <no type information>
77381348 USER32!_imp__GetBoundsRect = <no type information>
773921dd USER32!__fnINLPCREATESTRUCT (___fnINLPCREATESTRUCT@4)
77385d12 USER32!OpenDesktopW (_OpenDesktopW@16)
77384a44 USER32!NtUserSetImeHotKey (_NtUserSetImeHotKey@20)
77392517 USER32!__fnINOUTLPWINDOWPOS (___fnINOUTLPWINDOWPOS@4)
77395edd USER32!UserCallDlgProcCheckWow (_UserCallDlgProcCheckWow@32)
773def50 USER32!_sz_MSIMG32 = <no type information>
773a4b65 USER32!GetClipboardFormatNameA (_GetClipboardFormatNameA@12)
773c9c25 USER32!IsWow64Message (_IsWow64Message@0)
773a31fe USER32!ECEmptyUndo (_ECEmptyUndo@4)
773a07f6 USER32!OpenDesktopA (_OpenDesktopA@16)
77387b25 USER32!GetMenu (_GetMenu@4)
773c9830 USER32!InitializeLpkHooks (_InitializeLpkHooks@4)
77396972 USER32!FindExistingCursorIcon (_FindExistingCursorIcon@12)
773c6906 USER32!xxxLBoxDrawItem (_xxxLBoxDrawItem@20)
773e16e0 USER32!ListboxLookaside = <no type information>
7739c021 USER32!DispatchHookW (_DispatchHookW@16)
773cb1aa USER32!__fnINLPHELPINFOSTRUCT (___fnINLPHELPINFOSTRUCT@4)
773dce4d USER32!ImeBroadCastMsg (_ImeBroadCastMsg@16)
7738a6b6 USER32!NtUserVkKeyScanEx (_NtUserVkKeyScanEx@12)
773cfff7 USER32!MLPasteText (_MLPasteText@4)
773a6198 USER32!UpdateLayeredWindow (_UpdateLayeredWindow@36)
773db62d USER32!IsServerSideWindow (_IsServerSideWindow@4)
7739ee4a USER32!MessageBoxExW (_MessageBoxExW@20)
7739ff02 USER32!PostQuitMessage (_PostQuitMessage@4)
773810b8 USER32!_imp__NtDeleteValueKey = <no type information>
773d9f32 USER32!SpontaneousClientMessage (_SpontaneousClientMessage@12)
773aace1 USER32!__fnOUTDWORDDWORD (___fnOUTDWORDDWORD@4)
773814e0 USER32!_imp__GetBkColor = <no type information>
77391a5f USER32!ConvertDIBBitmap (_ConvertDIBBitmap@24)
773d62f8 USER32!ValidatePositionableWindow (_ValidatePositionableWindow@24)
77383018 USER32!szDMREnable = <no type information>
7738a428 USER32!_DefSetText (__DefSetText@12)
773d0d0a USER32!SLMouseMotion (_SLMouseMotion@16)
773c9328 USER32!StringLengthWorkerW (_StringLengthWorkerW@12)
773af863 USER32!GetClassLongA (_GetClassLongA@8)
773cb495 USER32!__ClientLpkDrawTextEx (___ClientLpkDrawTextEx@4)
773c76f5 USER32!ReadIconGuts (_ReadIconGuts@28)
773a110d USER32!NtUserSetLayeredWindowAttributes (_NtUserSetLayeredWindowAttributes@16)
773e118c USER32!pfnFreeResource = <no type information>
773811a8 USER32!_imp__FoldStringW = <no type information>
773c0364 USER32!SLChangeSelection (_SLChangeSelection@16)
773d1865 USER32!ExtractIconFromBMP (_ExtractIconFromBMP@24)
7739312a USER32!DDEMLMotherWndProc (_DDEMLMotherWndProc@16)
77381280 USER32!_imp__TerminateProcess = <no type information>
773a3960 USER32!xxxLBSize (_xxxLBSize@12)
773e1fe4 USER32!gpfnOLERegisterDD = <no type information>
773c8392 USER32!DdeEnableCallback (_DdeEnableCallback@12)
773c1620 USER32!xxxLBShowHideScrollBars (_xxxLBShowHideScrollBars@4)
77391133 USER32!SetWindowsHookExAW (_SetWindowsHookExAW@20)
773810f0 USER32!_imp__NtQuerySecurityObject = <no type information>
773c6d22 USER32!LoadKeyboardLayoutW (_LoadKeyboardLayoutW@8)
773c3820 USER32!xxxCBKillFocusHelper (_xxxCBKillFocusHelper@4)
773a4615 USER32!xxxCBPaint (_xxxCBPaint@8)
773a262e USER32!ECGetDBCSVector (_ECGetDBCSVector@12)
773b071e USER32!SendMessageTimeoutA (_SendMessageTimeoutA@28)
773c8f26 USER32!GetWindowContextHelpId (_GetWindowContextHelpId@4)
7739494a USER32!DrawTextExWorker (_DrawTextExWorker@28)
7739539d USER32!NtUserGetIconSize (_NtUserGetIconSize@16)
77381198 USER32!_imp__ExitThread = <no type information>
773c764c USER32!ReadChunk (_ReadChunk@12)
773921c9 USER32!NtUserCreateWindowEx (_NtUserCreateWindowEx@60)
7739b710 USER32!ValidateHwnd (@ValidateHwnd@4)
773a11a4 USER32!DrawTextExA (_DrawTextExA@24)
773e1048 USER32!_imp__SetActivePwrScheme = <no type information>
77394d69 USER32!DT_GetExtentMinusPrefixes (_DT_GetExtentMinusPrefixes@28)
77386abb USER32!NtUserDrawCaption (_NtUserDrawCaption@16)
773d1f2d USER32!vAddLocalType1Font (_vAddLocalType1Font@20)
773cd062 USER32!ECIsCharNumeric (_ECIsCharNumeric@8)
773a927a USER32!SwitchWindowsMenus (_SwitchWindowsMenus@12)
773e15c0 USER32!gfFirstThread = <no type information>
773860df USER32!DrawDiagonal (_DrawDiagonal@20)
773927cc USER32!__ClientWOWGetProcModule (___ClientWOWGetProcModule@4)
773ab78d USER32!ValidateRgn (_ValidateRgn@8)
773c8be6 USER32!CreateDesktopA (_CreateDesktopA@24)
77385cab USER32!EnumWindowStationsW (_EnumWindowStationsW@8)
773e1794 USER32!gfConIme = <no type information>
773d841a USER32!OemToCharBuffA (_OemToCharBuffA@12)
773813b8 USER32!_imp__GetCharWidthInfo = <no type information>
773825a8 USER32!pfnClientWorker = <no type information>
773918a9 USER32!ClientToScreen (_ClientToScreen@8)
77391814 USER32!ScreenToClient (_ScreenToClient@8)
7738d5ef USER32!IncLocalAtomCount (_IncLocalAtomCount@4)
773d1f45 USER32!bCheckAndDeleteTTF (_bCheckAndDeleteTTF@20)
7739fc05 USER32!LoadAcceleratorsA (_LoadAcceleratorsA@8)
773da776 USER32!ClStartUnadvise (_ClStartUnadvise@4)
7738cda4 USER32!CreateIconFromResourceEx (_CreateIconFromResourceEx@28)
773b0448 USER32!CallWindowProcA (_CallWindowProcA@20)
773c8eb8 USER32!SetShellWindow (_SetShellWindow@4)
7738144c USER32!_imp__GdiProcessSetup = <no type information>
773863a4 USER32!NtUserCallHwnd (_NtUserCallHwnd@8)
773c1b3b USER32!LBGetText (_LBGetText@20)
77381188 USER32!_imp__LoadLibraryExW = <no type information>
7739485d USER32!SystemParametersInfoW (_SystemParametersInfoW@16)
773907cf USER32!UserRegisterDDEML (_UserRegisterDDEML@0)
77385d5f USER32!NtUserGetGuiResources (_NtUserGetGuiResources@8)
7738e6e9 USER32!LoadAcc (_LoadAcc@8)
773c1698 USER32!xxxCBMessageItemHandler (_xxxCBMessageItemHandler@12)
773cc73f USER32!TabbedTextOutW (_TabbedTextOutW@32)
773d7fd1 USER32!UnregisterMessagePumpHook (_UnregisterMessagePumpHook@0)
7738a04a USER32!GetParentDialog (_GetParentDialog@4)
773dece6 USER32!_imp_load__RegSetValueExW (__imp_load__RegSetValueExW@24)
773ce5ef USER32!ECMenu (_ECMenu@12)
773a9e4a USER32!ApplyFunctionToObjects (_ApplyFunctionToObjects@12)
7739641e USER32!NtUserGetForegroundWindow (_NtUserGetForegroundWindow@0)
773811d0 USER32!_imp__ReadFile = <no type information>
77394f42 USER32!PSMTextOut (_PSMTextOut@24)
773d2166 USER32!GetHandleData (_GetHandleData@4)
7738c390 USER32!RtlCaptureLargeAnsiString (_RtlCaptureLargeAnsiString@12)
773a2fdc USER32!ECNotifyParent (_ECNotifyParent@8)
7738438e USER32!GetKeyboardDllName (_GetKeyboardDllName@20)
773e1338 USER32!gcCallUserApiHook = <no type information>
77395248 USER32!DrawTextW (_DrawTextW@20)
773d8d44 USER32!ReasonCodeNeedsBugID (_ReasonCodeNeedsBugID@4)
773decb7 USER32!_W32ExceptionHandler (__W32ExceptionHandler@4)
773a0203 USER32!DestroyAcceleratorTable (_DestroyAcceleratorTable@4)
77381058 USER32!_imp__RtlReAllocateHeap = <no type information>
7738127c USER32!_imp__GetSystemTimeAsFileTime = <no type information>
773a8592 USER32!LinkTransaction (_LinkTransaction@4)
773ababc USER32!__ClientGetListboxString (___ClientGetListboxString@4)
7738f31c USER32!NtUserShowWindow (_NtUserShowWindow@8)
773c8fd5 USER32!SwapMouseButton (_SwapMouseButton@4)
773dc95e USER32!InitializeImmEntryTable (_InitializeImmEntryTable@0)
773b08d4 USER32!MDIClientWndProcW (_MDIClientWndProcW@16)
7739dcb0 USER32!NtUserGetThreadDesktop (_NtUserGetThreadDesktop@8)
773e11e0 USER32!fpLpkPSMTextOut = <no type information>
773d9867 USER32!ExtractDDEDataInfo (_ExtractDDEDataInfo@12)
773e1178 USER32!pciiList = <no type information>
773a3074 USER32!ECInitInsert (_ECInitInsert@8)
77381444 USER32!_imp__DeleteDC = <no type information>
77389a8d USER32!StaticCallback (_StaticCallback@20)
773c8b23 USER32!GetRemoteKeyboardLayoutFromConfigData (_GetRemoteKeyboardLayoutFromConfigData@0)
773c8d1c USER32!CascadeChildWindows (_CascadeChildWindows@8)
773da970 USER32!AddLink (_AddLink@16)
773dcc6c USER32!CreateIMEUI (_CreateIMEUI@8)
77387c8d USER32!NtUserGetCaretBlinkTime (_NtUserGetCaretBlinkTime@0)
773cce12 USER32!GetNextDlgGroupItem (_GetNextDlgGroupItem@12)
773c9c25 USER32!fakeImm_dv1 (_fakeImm_dv1@0)
773967de USER32!GetIcoCurHeight (_GetIcoCurHeight@16)
773dcda9 USER32!SendOpenStatusNotify (_SendOpenStatusNotify@12)
773a3c60 USER32!ECCreate (_ECCreate@8)
773811b0 USER32!_imp__GetStringTypeW = <no type information>
77381104 USER32!_imp__wcslen = <no type information>
773d94bd USER32!DestroyReasons (_DestroyReasons@4)
773aa544 USER32!WaitForInputIdle (_WaitForInputIdle@8)
773d87dc USER32!ReaderFeedback (_ReaderFeedback@8)
773a7b1e USER32!SvSpontExecute (_SvSpontExecute@8)
773a70de USER32!InsertMenuItemA (_InsertMenuItemA@16)
773abb6b USER32!__fnHkINLPRECT (___fnHkINLPRECT@4)
773d616d USER32!ArrangeWindows (_ArrangeWindows@24)
77394db8 USER32!TestWindowProcess (_TestWindowProcess@4)
77385b0b USER32!GetDialogBaseUnits (_GetDialogBaseUnits@0)
773aaa84 USER32!__ClientCopyDDEIn2 (___ClientCopyDDEIn2@4)
773a680d USER32!StringDuplicateW (_StringDuplicateW@4)
773c0121 USER32!ModifyMenuA (_ModifyMenuA@20)
77385997 USER32!BroadcastSystemMessageExW (_BroadcastSystemMessageExW@24)
7739df0b USER32!__ClientThreadSetup (___ClientThreadSetup@4)
773aa949 USER32!NtUserDdeGetQualityOfService (_NtUserDdeGetQualityOfService@12)
773cb0af USER32!__fnINLPKDRAWSWITCHWND (___fnINLPKDRAWSWITCHWND@4)
773d950d USER32!BuildReasonArray (_BuildReasonArray@12)
773cbc61 USER32!DisplayExitWindowsWarnings (_DisplayExitWindowsWarnings@4)
7739ce3f USER32!_GetWindow (__GetWindow@8)
773d77dc USER32!LogMessageBox (_LogMessageBox@4)
773896a9 USER32!DialogBoxParamW (_DialogBoxParamW@20)
773ad117 USER32!BNCalcRect (_BNCalcRect@20)
773c988f USER32!ValidateMENUINFO (_ValidateMENUINFO@8)
773aa3f3 USER32!StringDuplicateA (_StringDuplicateA@4)
773a650b USER32!CreateIcon (_CreateIcon@28)
77382448 USER32!pwszFontsKey = <no type information>
7739dcc4 USER32!InitClientDrawing (_InitClientDrawing@0)
77384252 USER32!SetWindowsHookW (_SetWindowsHookW@8)
773dbf41 USER32!UpdateLinkIfChanged (_UpdateLinkIfChanged@24)
773d2117 USER32!GetRawInputBuffer (_GetRawInputBuffer@12)
7739f06a USER32!SoftModalMessageBox (_SoftModalMessageBox@4)
77383548 USER32!aASCII_Latin1_EndBreak = <no type information>
773d6f73 USER32!__ClientRegisterDragDrop (___ClientRegisterDragDrop@4)
773d2189 USER32!GetFullUserHandle (_GetFullUserHandle@4)
77392bdf USER32!DIBFromBitmap (_DIBFromBitmap@8)
77381458 USER32!_imp__CreateSolidBrush = <no type information>
773c3b63 USER32!_PrevControl (__PrevControl@12)
773aa9a6 USER32!__ClientCopyDDEIn1 (___ClientCopyDDEIn1@4)
773e1778 USER32!awchSlashStar = <no type information>
773939da USER32!EnumWindows (_EnumWindows@8)
773d2a73 USER32!HelpMenu (_HelpMenu@8)
7738a466 USER32!NtUserDefSetText (_NtUserDefSetText@8)
773d6019 USER32!MDIActivateDlgProcW (_MDIActivateDlgProcW@16)
773c6c25 USER32!GetResourceTableNE (_GetResourceTableNE@4)
773d845f USER32!CharToOemBuffW (_CharToOemBuffW@12)
773ddb43 USER32!NtUserEvent (_NtUserEvent@4)
773a5cc1 USER32!FindWinHelpWindow (_FindWinHelpWindow@12)
7738a649 USER32!NtUserGetDCEx (_NtUserGetDCEx@12)
77395d83 USER32!ValidateDialogPwnd (_ValidateDialogPwnd@4)
773c9750 USER32!fnHkINLPCWPSTRUCTW (_fnHkINLPCWPSTRUCTW@20)
7738778f USER32!__ClientLoadMenu (___ClientLoadMenu@4)
7738132c USER32!_imp__GetHFONT = <no type information>
773812a4 USER32!_imp__WaitForMultipleObjectsEx = <no type information>
773a3167 USER32!ECResetTextInfo (_ECResetTextInfo@4)
773e1168 USER32!aHandleEntry = <no type information>
77381238 USER32!_imp__ProcessIdToSessionId = <no type information>
7738136c USER32!_imp__SetTextCharacterExtra = <no type information>
77381184 USER32!_imp__ExpandEnvironmentStringsW = <no type information>
77394078 USER32!SP_Reverse (_SP_Reverse@8)
773c7686 USER32!SkipChunk (_SkipChunk@8)
773dcb27 USER32!ImeRunHelp (_ImeRunHelp@4)
7738e183 USER32!EnableMenuItem (_EnableMenuItem@12)
7739307e USER32!GetActiveWindow (_GetActiveWindow@0)
773e14c8 USER32!ghdcBits2 = <no type information>
773e1184 USER32!cInstAllocated = <no type information>
773e1600 USER32!pfnLocalAlloc = <no type information>
7738d213 USER32!MixRGB (_MixRGB@24)
773811a0 USER32!_imp__CreateThread = <no type information>
7738852c USER32!InternalCreateDialog (_InternalCreateDialog@28)
7739eed2 USER32!MessageBoxWorker (_MessageBoxWorker@4)
77381390 USER32!_imp__GetPaletteEntries = <no type information>
773959bf USER32!UserTextOutWInternal (_UserTextOutWInternal@24)
773c92ae USER32!AllowForegroundActivation (_AllowForegroundActivation@0)
773830e0 USER32!IID_IDropTarget = <no type information>
7738b878 USER32!UnregisterClassW (_UnregisterClassW@8)
773811c0 USER32!_imp__UnmapViewOfFile = <no type information>
773c23c2 USER32!xxxGNM_FindNextMnem (_xxxGNM_FindNextMnem@12)
773a6d33 USER32!MDICompleteChildCreation (_MDICompleteChildCreation@16)
773d2ac8 USER32!EnumHwndDlgChildProc (_EnumHwndDlgChildProc@8)
773812d0 USER32!_imp__GlobalFree = <no type information>
773811d8 USER32!_imp__GetFileTime = <no type information>
7738100c USER32!NlsAnsiCodePage = <no type information>
7738baa0 USER32!UnregisterClassA (_UnregisterClassA@8)
773d90ea USER32!BuildPredefinedReasonArray (_BuildPredefinedReasonArray@12)
773c8dce USER32!GetClientKeyboardType (_GetClientKeyboardType@4)
773d6f21 USER32!mndtDrop (_mndtDrop@24)
773e1174 USER32!nextId = <no type information>
7738e438 USER32!InsertMenuW (_InsertMenuW@20)
77383b4a USER32!vFontSweep (_vFontSweep@0)
773c85ea USER32!EnumPropsA (_EnumPropsA@8)
773899ce USER32!NtUserGetControlBrush (_NtUserGetControlBrush@12)
77393358 USER32!EnumChildWindows (_EnumChildWindows@12)
7738125c USER32!_imp__lstrlenA = <no type information>
773ab16b USER32!_local_unwind2 (__local_unwind2)
77395bc1 USER32!HMValidateHandleNoSecure (@HMValidateHandleNoSecure@8)
773ae2d4 USER32!IsWindowInDestroy (_IsWindowInDestroy@4)
7738a883 USER32!NtUserFillWindow (_NtUserFillWindow@16)
773d3aa1 USER32!xxxLBButtonUp (_xxxLBButtonUp@8)
77383d7b USER32!LoadLocalFonts (_LoadLocalFonts@0)
773939c6 USER32!NtUserBuildHwndList (_NtUserBuildHwndList@28)
7738131c USER32!_imp__GetACP = <no type information>
773a17bd USER32!UserRealizePalette (_UserRealizePalette@4)
773de637 USER32!DrawMenuMark (_DrawMenuMark@16)
773e108c USER32!pdiLocal = <no type information>
773caaff USER32!DdeDisconnectList (_DdeDisconnectList@4)
77381258 USER32!_imp__GetTickCount = <no type information>
7739e0bc USER32!CharUpperBuffW (_CharUpperBuffW@8)
773c8319 USER32!EnableEnumProc (_EnableEnumProc@8)
773cf1a7 USER32!MLShiftchLines (_MLShiftchLines@12)
773813e8 USER32!_imp__GetViewportExtEx = <no type information>
77388404 USER32!EnableWindow (_EnableWindow@8)
773e105c USER32!_imp__WinStationSendMessageW = <no type information>
77388c9e USER32!WordSkipSz (_WordSkipSz@4)
773d826f USER32!fnINPAINTCLIPBRD (_fnINPAINTCLIPBRD@28)
773b079d USER32!SetClipboardData (_SetClipboardData@8)
773a24a8 USER32!CItemInWindow (_CItemInWindow@8)
773a4357 USER32!SLDrawLine (_SLDrawLine@28)
7738c855 USER32!ExtractIconFromEXE (_ExtractIconFromEXE@32)
77381404 USER32!_imp__TranslateCharsetInfo = <no type information>
7738426d USER32!NtUserSetWindowsHookAW (_NtUserSetWindowsHookAW@12)
773d1eba USER32!vAddType1Font (_vAddType1Font@8)
77381254 USER32!_imp__QueryPerformanceFrequency = <no type information>
7739cc04 USER32!UserCallWinProc (_UserCallWinProc@24)
773d316c USER32!LBGetScrollFlags (_LBGetScrollFlags@8)
773a95d2 USER32!GetMenuItemID (_GetMenuItemID@8)
7739d0e7 USER32!_GetProp (__GetProp@12)
77393e49 USER32!wvsprintfA (_wvsprintfA@12)
773c8d82 USER32!FlashWindow (_FlashWindow@8)
773e1fe8 USER32!gpfnOLEOleUninitialize = <no type information>
77385e11 USER32!NtUserShowWindowAsync (_NtUserShowWindowAsync@8)
773dc9a5 USER32!SendIMEMessageExA (_SendIMEMessageExA@8)
773923f4 USER32!GetSysColorBrush (_GetSysColorBrush@4)
77392fe0 USER32!SetWindowLongA (_SetWindowLongA@12)
7739c953 USER32!OffsetRect (_OffsetRect@12)
773c797d USER32!CreateAniIcon (_CreateAniIcon@36)
773e1038 USER32!_imp__GetTokenInformation = <no type information>
77381244 USER32!_imp__GetSystemDefaultLangID = <no type information>
77381174 USER32!_imp__DisableThreadLibraryCalls = <no type information>
773ae07b USER32!RepaintButton (_RepaintButton@4)
7738f308 USER32!NtUserWindowFromPoint (_NtUserWindowFromPoint@8)
773d29e8 USER32!gawcWinhelpFlags = <no type information>
77381400 USER32!_imp__GdiAddFontResourceW = <no type information>
77381288 USER32!_imp__SetUnhandledExceptionFilter = <no type information>
773a3f2b USER32!ECAdjustIch (_ECAdjustIch@12)
773aa6fe USER32!FreeDDElParam (_FreeDDElParam@8)
773ae537 USER32!EditWndProc (_EditWndProc@16)
77393c00 USER32!RealDefWindowProcA (_RealDefWindowProcA@16)
773ddd1f USER32!NtUserMenuItemFromPoint (_NtUserMenuItemFromPoint@16)
773a3880 USER32!xxxLBSetFont (_xxxLBSetFont@12)
773e13d0 USER32!pUserHeap = <no type information>
773cb36a USER32!__ClientGetDDEFlags (___ClientGetDDEFlags@4)
773e11c0 USER32!pwcHighContrastScheme = <no type information>
773d6c10 USER32!SetMenuInfo (_SetMenuInfo@8)
7738a8ef USER32!SendNotifyMessageW (_SendNotifyMessageW@16)
77381158 USER32!_imp__LocalSize = <no type information>
7738a992 USER32!StaticWndProcWorker (_StaticWndProcWorker@20)
7739d1a0 USER32!GetPropW (_GetPropW@8)
773c482d USER32!MLEditWndProc (_MLEditWndProc@20)
77392b74 USER32!CopyBmp (_CopyBmp@16)
7738102c USER32!_imp__NtRaiseHardError = <no type information>
773a6ed5 USER32!CreateMDIChild (_CreateMDIChild@20)
773813bc USER32!_imp__GetCharWidthA = <no type information>
773dc92e USER32!fakeImm_wv1 (_fakeImm_wv1@4)
773e1a30 USER32!gcOriginalRGBs = <no type information>
773a7117 USER32!DdeInitializeA (_DdeInitializeA@16)
77385687 USER32!EnableEUDC (_EnableEUDC@4)
773cd139 USER32!ECSetCaretHandler (_ECSetCaretHandler@4)
773a1421 USER32!GetPropA (_GetPropA@8)
773aa7eb USER32!ProcessDDEMLInitiate (_ProcessDDEMLInitiate@16)
773b0ccd USER32!_alldiv (__alldiv)
773a05c6 USER32!__ClientFreeLibrary (___ClientFreeLibrary@4)
77393a2e USER32!MonitorFromWindow (_MonitorFromWindow@8)
77382288 USER32!szKLFile = <no type information>
77381298 USER32!_imp__GlobalFindAtomW = <no type information>
773c85c9 USER32!EnumDesktopWindows (_EnumDesktopWindows@12)
773ab1d1 USER32!_NLG_Dispatch (__NLG_Dispatch)
773a1017 USER32!GetClassWord (_GetClassWord@8)
773a5f1b USER32!NtUserCountClipboardFormats (_NtUserCountClipboardFormats@0)
773afbfb USER32!ImeSetImc (_ImeSetImc@8)
77396348 USER32!NtUserGetKeyState (_NtUserGetKeyState@4)
773cb998 USER32!GetClipboardFormatNameW (_GetClipboardFormatNameW@12)
773ab1d1 USER32!_NLG_Dispatch2 (__NLG_Dispatch2)
773811f4 USER32!_imp__GetCurrentProcessId = <no type information>
773a1653 USER32!DispatchHookA (_DispatchHookA@16)
773927b8 USER32!NtUserRedrawWindow (_NtUserRedrawWindow@16)
773810f4 USER32!_imp__NtQueryInformationProcess = <no type information>
773ae12e USER32!GetWindowInfo (_GetWindowInfo@8)
7738dcce USER32!EnumDisplaySettingsExW (_EnumDisplaySettingsExW@16)
77392262 USER32!NtUserSetWindowLong (_NtUserSetWindowLong@16)
773dcf75 USER32!IMEIndicatorGetMenuIDData (_IMEIndicatorGetMenuIDData@8)
7738ecfa USER32!NtUserGetAsyncKeyState (_NtUserGetAsyncKeyState@4)
7739cb7e USER32!NtUserEndPaint (_NtUserEndPaint@8)
773ac6ce USER32!NtUserGetGUIThreadInfo (_NtUserGetGUIThreadInfo@8)
773c42ad USER32!MessageBoxExA (_MessageBoxExA@20)
773dc94a USER32!fakeImm_wd5 (_fakeImm_wd5@20)
7738d8b1 USER32!InternalDdeCreateStringHandle (_InternalDdeCreateStringHandle@12)
77381c38 USER32!szOneChar = <no type information>
773d973b USER32!StaticNotifyParent (_StaticNotifyParent@12)
773daca9 USER32!_UserTestTokenForInteractive (__UserTestTokenForInteractive@8)
7739d7a5 USER32!__fnCOPYDATA (___fnCOPYDATA@4)
773a07b2 USER32!OpenWindowStationA (_OpenWindowStationA@12)
773948e1 USER32!InflateRect (_InflateRect@12)
7739cd7e USER32!GetClassLongW (_GetClassLongW@8)
77381438 USER32!_imp__CreateDIBitmap = <no type information>
773ceff9 USER32!SLMoveSelectionRestricted (_SLMoveSelectionRestricted@12)
7738130c USER32!_imp__GetUserDefaultLCID = <no type information>
7739bafa USER32!MsgWaitForMultipleObjectsEx (_MsgWaitForMultipleObjectsEx@20)
77381314 USER32!_imp__lstrcatW = <no type information>
77381114 USER32!_imp__RtlUnicodeToMultiByteN = <no type information>
773c1446 USER32!Scale88 (_Scale88@44)
773dc940 USER32!fakeImm_bwuwl (_fakeImm_bwuwl@16)
77381210 USER32!_imp__CompareStringW = <no type information>
773a17d5 USER32!GetTopWindow (_GetTopWindow@4)
77386a81 USER32!RealDrawCaption (_RealDrawCaption@16)
773a8a76 USER32!ScrollWindow (_ScrollWindow@20)
7738b0e4 USER32!TrulyMonochrome (_TrulyMonochrome@8)
7738145c USER32!_imp__CreateCompatibleDC = <no type information>
77384c61 USER32!CliGetPreloadKeyboardLayouts (_CliGetPreloadKeyboardLayouts@4)
773d6d4c USER32!mndtAddRef (_mndtAddRef@4)
773b0c99 USER32!_allmul (__allmul)
773916b8 USER32!NtUserDeferWindowPos (_NtUserDeferWindowPos@32)
773d1150 USER32!MLLineLength (_MLLineLength@8)
77383278 USER32!szEventKey = <no type information>
77393583 USER32!CreateIconIndirect (_CreateIconIndirect@4)
773c34be USER32!xxxCBUpdateListBoxWindow (_xxxCBUpdateListBoxWindow@8)
773d34ce USER32!xxxResetWorld (_xxxResetWorld@16)
77381100 USER32!_imp_RtlDeactivateActivationContextUnsafeFast = <no type information>
773c911c USER32!LoadKeyboardLayoutA (_LoadKeyboardLayoutA@8)
7739db7a USER32!_UnlockResource (__UnlockResource@8)
77381318 USER32!_imp__GetPrivateProfileStringW = <no type information>
773b02d9 USER32!NtUserAttachThreadInput (_NtUserAttachThreadInput@12)
7739d632 USER32!SendMessageTimeoutW (_SendMessageTimeoutW@28)
773d80ce USER32!mouse_event (_mouse_event@20)
773e1418 USER32!strRootDirectory = <no type information>
773d1a60 USER32!bCheckFontEntry (_bCheckFontEntry@8)
773d389a USER32!xxxLBSetSel (_xxxLBSetSel@12)
773814c4 USER32!_imp__GetDIBColorTable = <no type information>
77389062 USER32!SkipIDorString (_SkipIDorString@4)
77382e40 USER32!DefaultHotKeyTableJ = <no type information>
773c9a2e USER32!ResetUserApiHook (_ResetUserApiHook@4)
773c87a7 USER32!InnerGrayStringAorW (_InnerGrayStringAorW@40)
773e1634 USER32!DefConvContext = <no type information>
7739b9ca USER32!DispatchMessageWorker (_DispatchMessageWorker@8)
773969da USER32!NtUserFindExistingCursorIcon (_NtUserFindExistingCursorIcon@12)
77381010 USER32!_imp___snwprintf = <no type information>
77394c82 USER32!DrawTextExW (_DrawTextExW@24)
77384801 USER32!LoadPreloadKeyboardLayouts (_LoadPreloadKeyboardLayouts@0)
7738ef22 USER32!NtUserCallHwndParam (_NtUserCallHwndParam@12)
773a1cca USER32!ECSetFont (_ECSetFont@12)
7739cba6 USER32!NtUserCallHwndLock (_NtUserCallHwndLock@8)
77395a87 USER32!NtUserInternalGetWindowText (_NtUserInternalGetWindowText@12)
77389083 USER32!DWordSkipSz (_DWordSkipSz@4)
77381270 USER32!_imp__GetSystemDirectoryW = <no type information>
773a060b USER32!ClearUserApiHook (_ClearUserApiHook@4)
773ae294 USER32!ChildWindowFromPoint (_ChildWindowFromPoint@12)
77387d5f USER32!_InitializeImmEntryTable (__InitializeImmEntryTable@0)
773a6372 USER32!CvtDec (_CvtDec@8)
773a96b5 USER32!xxxMDIDestroy (_xxxMDIDestroy@8)
773a9447 USER32!xxxMDIActivate (_xxxMDIActivate@8)
773ddcbd USER32!NtUserGetWOWClass (_NtUserGetWOWClass@8)
7738114c USER32!_imp__LocalReAlloc = <no type information>
7739c751 USER32!GetCursorPos (_GetCursorPos@4)
773a0777 USER32!EnumWindowStationsA (_EnumWindowStationsA@8)
773d6d63 USER32!mndtQueryInterface (_mndtQueryInterface@12)
7738e7ff USER32!AddAccResource (_AddAccResource@8)
773c7e5c USER32!LoadCursorIconFromFileMap (_LoadCursorIconFromFileMap@24)
7738e85a USER32!LoadAcceleratorsW (_LoadAcceleratorsW@8)
773a92b4 USER32!xxxSetFrameTitle (_xxxSetFrameTitle@12)
773a0d18 USER32!GetScrollInfo (_GetScrollInfo@12)
773e1ff4 USER32!gfUserApiHook = <no type information>
7738d6c9 USER32!DdeNameService (_DdeNameService@16)
7738759e USER32!NtUserCreateCaret (_NtUserCreateCaret@16)
773c8b0b USER32!GetWinStationInfo (_GetWinStationInfo@4)
7739bf59 USER32!CallWindowProcW (_CallWindowProcW@20)
77381028 USER32!_imp__wcsrchr = <no type information>
773aa686 USER32!NtUserSetWindowWord (_NtUserSetWindowWord@12)
77381170 USER32!_imp__GetModuleHandleW = <no type information>
7739327b USER32!SystemParametersInfoA (_SystemParametersInfoA@16)
773e1604 USER32!pfnLocalSize = <no type information>
77386acf USER32!NtUserPrintWindow (_NtUserPrintWindow@12)
773a8ec3 USER32!NtUserMinMaximize (_NtUserMinMaximize@12)
773ddc6d USER32!NtUserGetRawInputData (_NtUserGetRawInputData@20)
773c811e USER32!BNMultiExtent (_BNMultiExtent@28)
773bfca4 USER32!MapVirtualKeyA (_MapVirtualKeyA@8)
773a97b8 USER32!RealMDIRedrawFrame (_RealMDIRedrawFrame@8)
773ca1f9 USER32!LookupIconIdFromDirectory (_LookupIconIdFromDirectory@8)
7738a6ca USER32!VkKeyScanW (_VkKeyScanW@4)
773814b8 USER32!_imp__DeleteEnhMetaFile = <no type information>
773d7487 USER32!MB_CopyToClipboard (_MB_CopyToClipboard@4)
773d7f7b USER32!RegisterUserApiHook (_RegisterUserApiHook@4)
7738122c USER32!_imp__FindFirstFileW = <no type information>
773ceac5 USER32!ECWord (_ECWord@20)
773ae4c2 USER32!EditWndProcWorker (_EditWndProcWorker@20)
773dedbf USER32!_tailMerge_MSIMG32 (__tailMerge_MSIMG32)
77386d1c USER32!IsDlgButtonChecked (_IsDlgButtonChecked@8)
773d077c USER32!SLCalcStringWidth (_SLCalcStringWidth@16)
773c05b4 USER32!SLKillFocus (_SLKillFocus@8)
773a116d USER32!DrawTextA (_DrawTextA@20)
773a908b USER32!xxxMNCanClose (_xxxMNCanClose@4)
773956c3 USER32!IsMetaFile (_IsMetaFile@4)
77384ec9 USER32!Logon (_Logon@4)
773a3248 USER32!SLCreate (_SLCreate@8)
7738135c USER32!_imp__Ellipse = <no type information>
77381004 USER32!_imp__RtlUnwind = <no type information>
773e1180 USER32!iFirstFreeInst = <no type information>
7738af14 USER32!PostThreadMessageW (_PostThreadMessageW@16)
773c9717 USER32!GetRawInputDeviceInfoW (_GetRawInputDeviceInfoW@16)
773a9a6a USER32!MDIClientWndProcA (_MDIClientWndProcA@16)
7739bfd9 USER32!CallHookWithSEH (_CallHookWithSEH@16)
773a053d USER32!IsFontNotGood (_IsFontNotGood@12)
773c60b6 USER32!MLPaint (_MLPaint@12)
773d740a USER32!SendHelpMessage (_SendHelpMessage@24)
7738fc01 USER32!CharLowerW (_CharLowerW@4)
773a61f4 USER32!CreateDialogIndirectParamA (_CreateDialogIndirectParamA@20)
7738591f USER32!fnINDEVICECHANGE (_fnINDEVICECHANGE@28)
773811fc USER32!_imp__AddAtomW = <no type information>
77382f78 USER32!AveCharWidthData = <no type information>
773d99e3 USER32!ClSpontAdviseData (_ClSpontAdviseData@8)
773d2448 USER32!CopyPalette (_CopyPalette@4)
773c8690 USER32!SetDeskWallpaper (_SetDeskWallpaper@4)
773e21ac USER32!gcWheelDelta = <no type information>
7738fd69 USER32!NeedsWindowEdge (_NeedsWindowEdge@12)
773e11e4 USER32!szUSER32 = <no type information>
773cdf55 USER32!ECFindTabW (_ECFindTabW@8)
773aae8e USER32!SendMessageToUI (_SendMessageToUI@20)
773a042f USER32!SetScrollRange (_SetScrollRange@20)
773af774 USER32!xxxLBoxDoDeleteItems (_xxxLBoxDoDeleteItems@4)
7738e3ff USER32!InsertMenuItemW (_InsertMenuItemW@16)
7739bdac USER32!TranslateMessage (_TranslateMessage@4)
773a4c4e USER32!ModifyMenuW (_ModifyMenuW@20)
773dc34d USER32!BroadcastSystemMessageExA (_BroadcastSystemMessageExA@24)
77393948 USER32!BuildHwndList (_BuildHwndList@20)
773a0bd0 USER32!WindowFromDC (_WindowFromDC@4)
773ca2c9 USER32!ComboBoxDBCharHandler (_ComboBoxDBCharHandler@20)
773ab2cc USER32!NtUserUnregisterHotKey (_NtUserUnregisterHotKey@8)
7739093b USER32!NtUserGetAtomName (_NtUserGetAtomName@8)
773c8514 USER32!Scale2424 (_Scale2424@44)
773ca0af USER32!DialogBoxParamA (_DialogBoxParamA@20)
773a60ca USER32!GetCPD (_GetCPD@12)
7738fe14 USER32!_AdjustWindowRectEx (__AdjustWindowRectEx@16)
773e178c USER32!fpLpkTabbedTextOut = <no type information>
773da304 USER32!ClRespPokeAck (_ClRespPokeAck@12)
77381328 USER32!_imp__ExtSelectClipRgn = <no type information>
773c8642 USER32!SetWindowsHookA (_SetWindowsHookA@8)
77392687 USER32!NtUserGetClassInfoEx (_NtUserGetClassInfoEx@20)
773dddbd USER32!NtUserRegisterRawInputDevices (_NtUserRegisterRawInputDevices@12)
773cb9fb USER32!ChangeDisplaySettingsExW (_ChangeDisplaySettingsExW@20)
773c8ed1 USER32!GetProgmanWindow (_GetProgmanWindow@0)
77385314 USER32!CtxInitUser32 (_CtxInitUser32@0)
7738ed0e USER32!SetWindowRgn (_SetWindowRgn@12)
773813a8 USER32!_imp__GetPixel = <no type information>
773d6019 USER32!MDIActivateDlgProcA (_MDIActivateDlgProcA@16)
773e117c USER32!aInstance = <no type information>
7739d915 USER32!_UserClientDllInitialize (__UserClientDllInitialize@12)
773dde0d USER32!NtUserSetCursorContents (_NtUserSetCursorContents@8)
773a5336 USER32!NtUserCopyAcceleratorTable (_NtUserCopyAcceleratorTable@12)
7738abd3 USER32!InternalEnumObjects (_InternalEnumObjects@16)
773dc66d USER32!ChangeDisplaySettingsExA (_ChangeDisplaySettingsExA@20)
773d3291 USER32!IncrementISel (_IncrementISel@12)
773c7588 USER32!ReadFilePtr (_ReadFilePtr@12)
773814e4 USER32!_imp__SetBkMode = <no type information>
77391696 USER32!BeginDeferWindowPos (_BeginDeferWindowPos@4)
77381240 USER32!_imp__IsDBCSLeadByte = <no type information>
773c21fa USER32!xxxLBSetCurSel (_xxxLBSetCurSel@8)
773d6063 USER32!UnmaximizeChildWindows (_UnmaximizeChildWindows@4)
7738916c USER32!xxxRestoreDlgFocus (_xxxRestoreDlgFocus@4)
77381420 USER32!_imp__CreateDIBSection = <no type information>
773813cc USER32!_imp__SetBrushOrgEx = <no type information>
7739e02e USER32!NtUserGetObjectInformation (_NtUserGetObjectInformation@20)
773a76d6 USER32!ProcessTerminateMsg (_ProcessTerminateMsg@8)
773d8068 USER32!ToUnicodeEx (_ToUnicodeEx@28)
773b04ea USER32!OpenClipboard (_OpenClipboard@4)
7738b674 USER32!NtUserSetFocus (_NtUserSetFocus@4)
773811b4 USER32!_imp__GetStringTypeA = <no type information>
7739166a USER32!NtUserEndDeferWindowPosEx (_NtUserEndDeferWindowPosEx@8)
7738120c USER32!_imp__ConvertDefaultLocale = <no type information>
7738eb68 USER32!UserCallDDECallback (_UserCallDDECallback@36)
7738109c USER32!_imp__RtlDeleteCriticalSection = <no type information>
7739d184 USER32!MapPropertyKey (_MapPropertyKey@4)
773814d8 USER32!_imp__SetTextColor = <no type information>
773c2563 USER32!xxxGotoNextMnem (_xxxGotoNextMnem@12)
773c236f USER32!LastFullVisible (_LastFullVisible@4)
773ab779 USER32!NtUserGetScrollBarInfo (_NtUserGetScrollBarInfo@12)
7738cad3 USER32!ValidateMENUITEMINFO (_ValidateMENUITEMINFO@12)
7738a4af USER32!_NextControl (__NextControl@12)
7738106c USER32!_imp__CsrCaptureMessageBuffer = <no type information>
773a1ad8 USER32!UserGetCharDimensionsEx (_UserGetCharDimensionsEx@16)
773c7588 USER32!ReadFilePtrUnaligned (_ReadFilePtrUnaligned@12)
7738139c USER32!_imp__bInitSystemAndFontsDirectoriesW = <no type information>
7738b4db USER32!_GetDlgItem (__GetDlgItem@8)
77383942 USER32!LoadIcons (_LoadIcons@0)
7738ada6 USER32!CommonOpenDesktop (_CommonOpenDesktop@16)
773e1784 USER32!szSLASHSTARDOTSTAR = <no type information>
773c22d5 USER32!xxxInsureVisible (_xxxInsureVisible@12)
773ab3fb USER32!NtUserLockWindowUpdate (_NtUserLockWindowUpdate@4)
77383e27 USER32!RegisterServicesProcess (_RegisterServicesProcess@4)
773908c5 USER32!__fnINOUTLPPOINT5 (___fnINOUTLPPOINT5@4)
773dad54 USER32!AnyPopup (_AnyPopup@0)
773a20ba USER32!ECNcCreate (_ECNcCreate@12)
773d27ad USER32!ApplyFreeDataHandle (_ApplyFreeDataHandle@4)
7739b666 USER32!IsInsideUserApiHook (_IsInsideUserApiHook@0)
773d2dbc USER32!xxxLBoxCtlDelete (_xxxLBoxCtlDelete@8)
7738ba48 USER32!RegisterClassA (_RegisterClassA@4)
773811e4 USER32!_imp__MoveFileW = <no type information>
77384cf9 USER32!SetFeKeyboardFlags (_SetFeKeyboardFlags@8)
773814b0 USER32!_imp__GdiConvertEnhMetaFile = <no type information>
7739580a USER32!DrawEdge (_DrawEdge@16)
773e15bc USER32!gbClassesRegistered = <no type information>
773a7426 USER32!DDEMLServerWndProc (_DDEMLServerWndProc@16)
773d76e9 USER32!CreateLogSource (_CreateLogSource@0)
773c01ae USER32!InsertMenuA (_InsertMenuA@20)
773c827c USER32!_ClientGetDDEHookData (__ClientGetDDEHookData@12)
7738c137 USER32!NtUserDeleteMenu (_NtUserDeleteMenu@12)
77390f29 USER32!WowGetModuleFileName (_WowGetModuleFileName@12)
773c4044 USER32!xxxLBGetBrush (_xxxLBGetBrush@8)
773cb5b5 USER32!__ClientNoMemoryPopup (___ClientNoMemoryPopup@4)
773cbac3 USER32!GetShutdownType (_GetShutdownType@12)
773820f8 USER32!mpTypeIich = <no type information>
773d24e1 USER32!CopyDDEData (_CopyDDEData@8)
773814d0 USER32!_imp__GetLayout = <no type information>
773cd6df USER32!EcImeGetDocFeedMax (_EcImeGetDocFeedMax@8)
7738d917 USER32!NtUserDdeInitialize (_NtUserDdeInitialize@20)
7739d518 USER32!InSendMessageEx (_InSendMessageEx@4)
773e1fe0 USER32!gpfnOLERevokeDD = <no type information>
773b056b USER32!ConvertMemHandle (_ConvertMemHandle@8)
773dcf3d USER32!ImeIsUsableContext (_ImeIsUsableContext@8)
7739d1e0 USER32!NtUserMessageCall (_NtUserMessageCall@28)
77381488 USER32!_imp__CreateBitmap = <no type information>
7738de90 USER32!NtUserGetUpdateRect (_NtUserGetUpdateRect@12)
773d4b17 USER32!ChopText (_ChopText@12)
773810a4 USER32!_imp__CsrClientConnectToServer = <no type information>
773b0515 USER32!ClientEmptyClipboard (_ClientEmptyClipboard@0)
773dee76 USER32!WinStationSendMessageW (_WinStationSendMessageW@40)
773a3d87 USER32!DispatchLocalLock (_DispatchLocalLock@8)
7738f0fa USER32!NtUserShowCaret (_NtUserShowCaret@4)
773967f7 USER32!LoadIcoCur (_LoadIcoCur@24)
773940a0 USER32!SP_PutNumber (_SP_PutNumber@24)
77381370 USER32!_imp__GetCurrentObject = <no type information>
7739201d USER32!VerNtUserCreateWindowEx (_VerNtUserCreateWindowEx@52)
7739c355 USER32!GetWindowLongA (_GetWindowLongA@8)
773890a7 USER32!FixupDlgLogFont (_FixupDlgLogFont@20)
773dc994 USER32!SendIMEMessageExW (_SendIMEMessageExW@8)
7738c682 USER32!HasExtension (_HasExtension@4)
77386950 USER32!DT_BreakAWord (_DT_BreakAWord@32)
77385d41 USER32!IsHungAppWindow (_IsHungAppWindow@4)
773890ee USER32!FixupDlgFaceName (_FixupDlgFaceName@16)
7738100c USER32!_imp__NlsAnsiCodePage = <no type information>
773a4dff USER32!ModifyMenuItem (_ModifyMenuItem@4)
773d7663 USER32!StartTaskModalDialog (_StartTaskModalDialog@4)
773ded13 USER32!_imp_load__RegDeleteKeyW (__imp_load__RegDeleteKeyW@8)
773c42d1 USER32!MLBuildchLines (_MLBuildchLines@24)
773da82a USER32!ClStartPoke (_ClStartPoke@4)
773c27aa USER32!xxxLBoxCtlScroll (_xxxLBoxCtlScroll@12)
773ddaa5 USER32!NtUserBlockInput (_NtUserBlockInput@4)
773c6eca USER32!ECSetPasswordChar (_ECSetPasswordChar@8)
773af9bd USER32!fnEMSETSEL (_fnEMSETSEL@28)
773a4192 USER32!SLDrawText (_SLDrawText@12)
773c18bd USER32!Scale48 (_Scale48@44)
773ab11f USER32!NtQueryVirtualMemory (_NtQueryVirtualMemory@24)
773a30b8 USER32!ECSetText (_ECSetText@8)
773ac72e USER32!__fnOUTLPCOMBOBOXINFO (___fnOUTLPCOMBOBOXINFO@4)
7739b626 USER32!NtUserCallOneParam (_NtUserCallOneParam@8)
773e15f8 USER32!gfDMREnable = <no type information>
773e1d78 USER32!_hmod__POWRPROF = <no type information>
773aabd9 USER32!__ClientCopyDDEOut1 (___ClientCopyDDEOut1@4)
7739269b USER32!GetClassInfoExW (_GetClassInfoExW@12)
773812e8 USER32!_imp__GetProcAddress = <no type information>
773ddf11 USER32!NtUserUnloadKeyboardLayout (_NtUserUnloadKeyboardLayout@4)
773e1220 USER32!gSharedInfo = <no type information>
773dd990 USER32!ImeWndProcW (_ImeWndProcW@16)
773a5efc USER32!EnumClipboardFormats (_EnumClipboardFormats@4)
77381268 USER32!_imp__GetModuleHandleA = <no type information>
7739c621 USER32!NtUserGetDC (_NtUserGetDC@4)
773a3678 USER32!xxxCBCompleteEditWindow (_xxxCBCompleteEditWindow@4)
773ab29b USER32!MapVirtualKeyW (_MapVirtualKeyW@8)
773e15c4 USER32!gfSystemInitialized = <no type information>
77381168 USER32!_imp__FindResourceExW = <no type information>
773813ec USER32!_imp__GetWindowExtEx = <no type information>
7738d57e USER32!CreateHandle (_CreateHandle@12)
773810cc USER32!_imp__wcstoul = <no type information>
7738375d USER32!InitOemXlateTables (_InitOemXlateTables@0)
77381358 USER32!_imp__CreatePen = <no type information>
77381050 USER32!_imp__RtlRunDecodeUnicodeString = <no type information>
773d865e USER32!ReaderMouseMove (_ReaderMouseMove@12)
7739eb18 USER32!MB_UpdateDlgItem (_MB_UpdateDlgItem@44)
77381220 USER32!_imp__GetLogicalDrives = <no type information>
773d6d16 USER32!DrawMenuBarTemp (_DrawMenuBarTemp@20)
7738feda USER32!NtUserRegisterClassExWOW (_NtUserRegisterClassExWOW@28)
77385109 USER32!UnhookWindowsHook (_UnhookWindowsHook@8)
7738f91d USER32!LookupIconIdFromDirectoryEx (_LookupIconIdFromDirectoryEx@20)
7739bf47 USER32!NtUserWaitMessage (_NtUserWaitMessage@0)
773c1b0a USER32!GetLpszItem (_GetLpszItem@8)
773dc3c3 USER32!GetRawInputDeviceInfoA (_GetRawInputDeviceInfoA@16)
773dde85 USER32!NtUserSetSysColors (_NtUserSetSysColors@16)
773a16ee USER32!PostThreadMessageA (_PostThreadMessageA@16)
773ddcf9 USER32!NtUserInitTask (_NtUserInitTask@48)
77381384 USER32!_imp__SetBoundsRect = <no type information>
773e15f4 USER32!gEventSource = <no type information>
773811c8 USER32!_imp__CreateFileMappingW = <no type information>
773a4735 USER32!VkKeyScanA (_VkKeyScanA@4)
773d59f6 USER32!LBGetVariableHeightItemHeight (_LBGetVariableHeightItemHeight@8)
773c109a USER32!ECGetModKeys (_ECGetModKeys@4)