-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUSER32-symbols-winxpjp.txt
2566 lines (2566 loc) · 166 KB
/
USER32-symbols-winxpjp.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!*
77cfdd58 USER32!GetClassInfoExA (_GetClassInfoExA@12)
77d08fd5 USER32!NtUserInvalidateRect (_NtUserInvalidateRect@12)
77d3b4e4 USER32!_ClientCopyDDEIn2 (__ClientCopyDDEIn2@4)
77d48820 USER32!SvSpontUnadvise (_SvSpontUnadvise@8)
77d4c930 USER32!ImeWndProcA (_ImeWndProcA@16)
77d30101 USER32!ShowStartGlass (_ShowStartGlass@4)
77d51258 USER32!pfnWowGetProcModule = <no type information>
77d0ff11 USER32!NtUserMapVirtualKeyEx (_NtUserMapVirtualKeyEx@16)
77d0d1d2 USER32!GetDesktopWindow (_GetDesktopWindow@0)
77d38acc USER32!__fnOUTLPRECT (___fnOUTLPRECT@4)
77d3a5e5 USER32!TabbedTextOutA (_TabbedTextOutA@32)
77cf1230 USER32!_imp__GlobalHandle = <no type information>
77d4d61b USER32!MirrorWindowRect (_MirrorWindowRect@8)
77d3bedb USER32!UT_PrevGroupItem (_UT_PrevGroupItem@8)
77cf11ec USER32!_imp__FindResourceExA = <no type information>
77d036ea USER32!NtUserSetInformationThread (_NtUserSetInformationThread@16)
77d13e9c USER32!ECGetControlBrush (_ECGetControlBrush@12)
77cf131c USER32!_imp__InterlockedIncrement = <no type information>
77d07eda USER32!InitUserApiHook (_InitUserApiHook@8)
77d15e87 USER32!LBSetCItemFullMax (_LBSetCItemFullMax@4)
77d016eb USER32!__ClientLoadImage (___ClientLoadImage@4)
77d51014 USER32!_imp__ReportEventW = <no type information>
77cff3c4 USER32!NtUserLockWindowStation (_NtUserLockWindowStation@4)
77d35f46 USER32!ArrangeIconicWindows (_ArrangeIconicWindows@4)
77cf1168 USER32!_imp__SetLayoutWidth = <no type information>
77d519e8 USER32!szEXECHELP = <no type information>
77cf3178 USER32!szEMISeverity = <no type information>
77cf1398 USER32!_imp__GlobalUnlock = <no type information>
77d51000 USER32!_imp__RegSetValueExW = <no type information>
77d081fb USER32!NtUserSetWindowsHookEx (_NtUserSetWindowsHookEx@24)
77d51740 USER32!ScaleProc = <no type information>
77d4a27c USER32!AbandonTransaction (_AbandonTransaction@8)
77d01261 USER32!_LoadKeyboardLayoutEx (__LoadKeyboardLayoutEx@28)
77d0c0b9 USER32!SetPropW (_SetPropW@12)
77d4cd84 USER32!NtUserMNDragLeave (_NtUserMNDragLeave@0)
77d2f92a USER32!__fnHkINLPCBTACTIVATESTRUCT (___fnHkINLPCBTACTIVATESTRUCT@4)
77d51420 USER32!DialogLookaside = <no type information>
77cf1344 USER32!_imp__FreeLibrary = <no type information>
77d0f6a1 USER32!NtUserGetCaretPos (_NtUserGetCaretPos@4)
77d4cbf6 USER32!NtUserGetImeHotKey (_NtUserGetImeHotKey@16)
77d3d8da USER32!ECUpdateFormat (_ECUpdateFormat@12)
77d3398c USER32!RegisterUserHungAppHandlers (_RegisterUserHungAppHandlers@8)
77cfee25 USER32!vLoadLocalT1Fonts (_vLoadLocalT1Fonts@0)
77d3f18f USER32!MLReplaceSel (_MLReplaceSel@8)
77cfebe2 USER32!ResetMessagePumpHook (_ResetMessagePumpHook@4)
77d30318 USER32!LBPrintCallback (_LBPrintCallback@20)
77d10000 USER32!SetPropA (_SetPropA@12)
77d4ce36 USER32!NtUserResolveDesktopForWOW (_NtUserResolveDesktopForWOW@4)
77d1bcd9 USER32!SLGetBlkEnd (_SLGetBlkEnd@16)
77d0aca1 USER32!__fnINSTRING (___fnINSTRING@4)
77cfa344 USER32!InitClsMenuNameW (_InitClsMenuNameW@12)
77d0dfa0 USER32!NtUserSBGetParms (_NtUserSBGetParms@16)
77d4cde6 USER32!NtUserRealChildWindowFromPoint (_NtUserRealChildWindowFromPoint@12)
77d04f3e USER32!IsVisible (_IsVisible@4)
77d38cd7 USER32!__fnINOUTNEXTMENU (___fnINOUTNEXTMENU@4)
77d3be4c USER32!MapDialogRect (_MapDialogRect@8)
77d0e81e USER32!GetClassInfoW (_GetClassInfoW@12)
77d393f5 USER32!__fnLOGONNOTIFY (___fnLOGONNOTIFY@4)
77d43f3c USER32!LBSetTabStops (_LBSetTabStops@12)
77cfa5b9 USER32!InitClsMenuNameA (_InitClsMenuNameA@12)
77d36d7d USER32!DialogBoxIndirectParamA (_DialogBoxIndirectParamA@20)
77d51880 USER32!fFontAssocStatus = <no type information>
77d45766 USER32!LoadOLEOnce (_LoadOLEOnce@0)
77d514cc USER32!gcxGray = <no type information>
77d519ec USER32!szMS_POPUPHELP = <no type information>
77d0dc14 USER32!CopyImage (_CopyImage@20)
77d37626 USER32!DlgDirListComboBoxW (_DlgDirListComboBoxW@20)
77d1725f USER32!xxxLBoxDeleteItem (_xxxLBoxDeleteItem@8)
77d30045 USER32!GetClassWOWWords (_GetClassWOWWords@8)
77d09cda USER32!DefWindowProcWorker (_DefWindowProcWorker@20)
77d11b0e USER32!AppendMenuA (_AppendMenuA@16)
77cf8c56 USER32!CategoryMaskFromEvent (_CategoryMaskFromEvent@4)
77d302bb USER32!OemToCharBuffW (_OemToCharBuffW@12)
77cf37e0 USER32!aGeneralPunctuation_EndBreak = <no type information>
77d0162a USER32!CreateDesktopW (_CreateDesktopW@24)
77cf3520 USER32!szEventMsgFile = <no type information>
77d05238 USER32!ButtonWndProcWorker (_ButtonWndProcWorker@20)
77d4aba6 USER32!DdeQueryConvInfo (_DdeQueryConvInfo@12)
77d050c4 USER32!PaintRect (_PaintRect@20)
77d4e169 USER32!RtlUnwind (_RtlUnwind@16)
77cf142c USER32!_imp__RtlUnicodeToMultiByteSize = <no type information>
77d4d419 USER32!RemoveGaps (_RemoveGaps@8)
77d06cf5 USER32!wcsncpycch (_wcsncpycch@12)
77d1c9c6 USER32!ListBoxWndProcA (_ListBoxWndProcA@16)
77cf1154 USER32!_imp__EnableEUDC = <no type information>
77d45857 USER32!MonitorStringHandle (_MonitorStringHandle@12)
77d4cf9e USER32!NtUserUpdateInputContext (_NtUserUpdateInputContext@12)
77d3b91f USER32!_ClientGetDDEFlags (__ClientGetDDEFlags@8)
77d11abd USER32!CheckMenuItem (_CheckMenuItem@12)
77d4d7aa USER32!UserIsFELineBreakEnd (_UserIsFELineBreakEnd@4)
77d053c3 USER32!xxxBNGetDC (_xxxBNGetDC@8)
77d17981 USER32!xxxCBSetDroppedSize (_xxxCBSetDroppedSize@8)
77d0f750 USER32!SetScrollPos (_SetScrollPos@16)
77d1abeb USER32!MB_UpdateDlgHdr (_MB_UpdateDlgHdr@40)
77d15c89 USER32!xxxSetLBScrollParms (_xxxSetLBScrollParms@8)
77d36c91 USER32!CopyAcceleratorTableA (_CopyAcceleratorTableA@12)
77d39135 USER32!__ClientExtTextOutW (___ClientExtTextOutW@4)
77d32fed USER32!xxxLBPaint (_xxxLBPaint@12)
77d51264 USER32!hmodUser = <no type information>
77d1792b USER32!xxxCBPosition (_xxxCBPosition@4)
77d4e420 USER32!_sz_POWRPROF = <no type information>
77d08fa6 USER32!SetRect (_SetRect@20)
77d40478 USER32!MLSetTabStops (_MLSetTabStops@12)
77d46895 USER32!fnCOPYGLOBALDATA (_fnCOPYGLOBALDATA@28)
77d1a082 USER32!MessageBoxIndirectA (_MessageBoxIndirectA@4)
77d0f704 USER32!GetScrollPos (_GetScrollPos@8)
77d361b3 USER32!SetCursorPos (_SetCursorPos@8)
77cfbce9 USER32!HowManyColors (_HowManyColors@12)
77cff11f USER32!vSweepFonts (_vSweepFonts@16)
77cf94c6 USER32!NtUserDispatchMessage (_NtUserDispatchMessage@4)
77d38c42 USER32!__fnINCNTOUTSTRING (___fnINCNTOUTSTRING@4)
77cf1420 USER32!_imp__CsrClientCallServer = <no type information>
77d51be0 USER32!szERROR = <no type information>
77d01616 USER32!NtUserCreateWindowStation (_NtUserCreateWindowStation@28)
77d010a7 USER32!LoadKeyboardLayoutWorker (_LoadKeyboardLayoutWorker@16)
77d0362a USER32!EnumDisplaySettingsW (_EnumDisplaySettingsW@12)
77cf9056 USER32!SetScrollInfo (_SetScrollInfo@16)
77d307df USER32!GdiConvertMetaFilePict (_GdiConvertMetaFilePict@4)
77d0908e USER32!GetClientRect (_GetClientRect@8)
77d5151c USER32!ghinstOLE = <no type information>
77d4a1df USER32!IsCharUpperW (_IsCharUpperW@4)
77d0aafd USER32!PostMessageA (_PostMessageA@16)
77d511b8 USER32!__security_cookie = <no type information>
77d4c1d8 USER32!ImeNotifyHandler (_ImeNotifyHandler@16)
77d16fd2 USER32!BltColor (_BltColor@40)
77d0676f USER32!GetSizeDialogTemplate (_GetSizeDialogTemplate@8)
77d40b39 USER32!vProcessType1FontEntry (_vProcessType1FontEntry@20)
77d42645 USER32!xxxLBoxCaretBlinker (_xxxLBoxCaretBlinker@16)
77d03a67 USER32!EnumDisplaySettingsA (_EnumDisplaySettingsA@12)
77cf100c USER32!_imp__GetMapMode = <no type information>
77cf8674 USER32!__security_check_cookie (@__security_check_cookie@4)
77d3ece5 USER32!MLDeleteText (_MLDeleteText@4)
77d0102d USER32!CliReadRegistryValue (_CliReadRegistryValue@8)
77cf10b8 USER32!_imp__GetTextMetricsW = <no type information>
77cfde72 USER32!CopyIcon (_CopyIcon@4)
77cf8ccb USER32!PostMessageW (_PostMessageW@16)
77d1707e USER32!IsCharUpperA (_IsCharUpperA@4)
77cf11e0 USER32!_imp__SizeofResource = <no type information>
77d0977a USER32!IsWindowEnabled (_IsWindowEnabled@4)
77d08242 USER32!InternalFindWindowExA (_InternalFindWindowExA@20)
77d48005 USER32!EnableScrollBar (_EnableScrollBar@12)
77d48ea5 USER32!SvRespAdviseDataAck (_SvRespAdviseDataAck@12)
77d3e926 USER32!MLInsertText (_MLInsertText@16)
77d07a95 USER32!SplFreeResource (_SplFreeResource@12)
77d016d7 USER32!NtUserCreateDesktop (_NtUserCreateDesktop@20)
77d0ae46 USER32!GetQueueStatus (_GetQueueStatus@4)
77d0be16 USER32!__fnINLPWINDOWPOS (___fnINLPWINDOWPOS@4)
77d0c5a9 USER32!InternalGetWindowText (_InternalGetWindowText@12)
77d36da1 USER32!CreateIcoCurIndirect (_CreateIcoCurIndirect@20)
77d47f24 USER32!GetReasonTitleFromReasonCode (_GetReasonTitleFromReasonCode@12)
77d49a57 USER32!DeleteLinkCount (_DeleteLinkCount@8)
77d00ca5 USER32!OpenKeyboardLayoutFileWorker (_OpenKeyboardLayoutFileWorker@20)
77d024bb USER32!ShowWindowNoRepaint (_ShowWindowNoRepaint@4)
77d0b851 USER32!DT_DrawStr (_DT_DrawStr@36)
77cfc584 USER32!GetBestImage (_GetBestImage@24)
77cf8f9c USER32!GetSystemMetrics (_GetSystemMetrics@4)
77d36d2b USER32!ULongLongToUInt (_ULongLongToUInt@12)
77d3a6a1 USER32!GetTabbedTextExtentA (_GetTabbedTextExtentA@20)
77cfa9d1 USER32!wvsprintfW (_wvsprintfW@12)
77d0b19c USER32!NtUserDestroyWindow (_NtUserDestroyWindow@4)
77d40a09 USER32!PrivateExtractIconExA (_PrivateExtractIconExA@20)
77d00082 USER32!DoCallback (_DoCallback@36)
77d0c2bb USER32!SetWindowLongW (_SetWindowLongW@12)
77d514c4 USER32!pfnFindResourceExA = <no type information>
77d137bb USER32!ECGetEditDC (_ECGetEditDC@8)
77d3a677 USER32!GetTabbedTextExtentW (_GetTabbedTextExtentW@20)
77cf12d0 USER32!_imp__QueryPerformanceCounter = <no type information>
77d35f2f USER32!TellWOWThehDlg (_TellWOWThehDlg@4)
77cf99af USER32!RtlGetExpWinVer (_RtlGetExpWinVer@4)
77d512e0 USER32!pfnFindResourceExW = <no type information>
77d33948 USER32!SendNotifyMessageA (_SendNotifyMessageA@16)
77cf14b0 USER32!_imp__RtlFindActivationContextSectionString = <no type information>
77d0cdd4 USER32!GetAppCompatFlags (_GetAppCompatFlags@4)
77d17e66 USER32!CBNcCreateHandler (_CBNcCreateHandler@8)
77cf8600 USER32!_SEH_epilog (__SEH_epilog)
77d0f63a USER32!NtUserGetUpdateRgn (_NtUserGetUpdateRgn@12)
77d3153f USER32!MLSize (_MLSize@8)
77d3882b USER32!__fnSENTDDEMSG (___fnSENTDDEMSG@4)
77d3d88b USER32!DbcsCombine (_DbcsCombine@8)
77d0e4a9 USER32!CreateWindowExA (_CreateWindowExA@48)
77cf1388 USER32!_imp__GlobalDeleteAtom = <no type information>
77cf1244 USER32!_imp__GetCPInfo = <no type information>
77cf12f0 USER32!_imp__DelayLoadFailureHook = <no type information>
77cf1238 USER32!_imp__Sleep = <no type information>
77d09507 USER32!MapWindowPoints (_MapWindowPoints@16)
77cfe03c USER32!EnumDisplayDevicesW (_EnumDisplayDevicesW@16)
77d37819 USER32!InitiateEnumerationProc (_InitiateEnumerationProc@8)
77d14f47 USER32!SLSetFocus (_SLSetFocus@4)
77d35401 USER32!Map8 (_Map8@4)
77d0e7ea USER32!AdjustWindowRectEx (_AdjustWindowRectEx@16)
77d41a47 USER32!LaunchHelp (_LaunchHelp@4)
77d43b64 USER32!DlgDirSelectExW (_DlgDirSelectExW@16)
77d08db2 USER32!RealDefWindowProcW (_RealDefWindowProcW@16)
77cf1410 USER32!_imp__CsrFreeCaptureBuffer = <no type information>
77d170de USER32!LBGetItemRect (_LBGetItemRect@12)
77d517c8 USER32!gphn = <no type information>
77d36168 USER32!SetProgmanWindow (_SetProgmanWindow@4)
77d36bc9 USER32!ScrollBarWndProcA (_ScrollBarWndProcA@16)
77cfcedd USER32!PathIsUNC (_PathIsUNC@4)
77cf9d69 USER32!LoadCursorW (_LoadCursorW@8)
77d4d98e USER32!PathFindFileName (_PathFindFileName@8)
77d4ce22 USER32!NtUserRegisterTasklist (_NtUserRegisterTasklist@4)
77d4ce86 USER32!NtUserSetImeOwnerWindow (_NtUserSetImeOwnerWindow@8)
77d0c8da USER32!CharPrevA (_CharPrevA@8)
77d0a1c7 USER32!CalcWakeMask (_CalcWakeMask@12)
77d1d06c USER32!DrawIcon (_DrawIcon@16)
77d51b30 USER32!gatomReaderMode = <no type information>
77d1e940 USER32!DrawFrameControl (_DrawFrameControl@16)
77d10094 USER32!RemovePropA (_RemovePropA@8)
77d4b42f USER32!fakeImm_wd3 (_fakeImm_wd3@12)
77d1ae14 USER32!MB_AddPushButtons (_MB_AddPushButtons@16)
77d41e60 USER32!InternalDdeQueryString (_InternalDdeQueryString@20)
77d514c8 USER32!gcyGray = <no type information>
77d517d0 USER32!szMS_WINHELP = <no type information>
77d3d6c8 USER32!ECCopy (_ECCopy@4)
77d403cd USER32!MLSetSelection (_MLSetSelection@16)
77cf1498 USER32!_imp__wcsncat = <no type information>
77d4cf26 USER32!NtUserSetSystemCursor (_NtUserSetSystemCursor@8)
77d013b3 USER32!SetUserObjectSecurity (_SetUserObjectSecurity@12)
77cfe443 USER32!GetWindowRgn (_GetWindowRgn@8)
77cf13a4 USER32!_imp__HeapFree = <no type information>
77d452ff USER32!GetMenuContextHelpId (_GetMenuContextHelpId@4)
77d51550 USER32!gdwEMIControl = <no type information>
77cf1028 USER32!_imp__ExcludeClipRect = <no type information>
77cfae3f USER32!CharUpperBuffA (_CharUpperBuffA@8)
77d355f6 USER32!EnumPropsW (_EnumPropsW@8)
77d497d7 USER32!ClStartRequest (_ClStartRequest@4)
77d0a8c9 USER32!GetUpdateRect (_GetUpdateRect@12)
77d3794f USER32!SetCommonStateFlags (_SetCommonStateFlags@12)
77d51e4c USER32!pfnWowTask16SchedNotify = <no type information>
77cf10bc USER32!_imp__GetTextColor = <no type information>
77d4bb26 USER32!ImeWndDestroyHandler (_ImeWndDestroyHandler@4)
77d35b35 USER32!GrayStringW (_GrayStringW@36)
77d11b70 USER32!NtUserCallMsgFilter (_NtUserCallMsgFilter@8)
77d38b0f USER32!__fnINLPCOMPAREITEMSTRUCT (___fnINLPCOMPAREITEMSTRUCT@4)
77cf12a4 USER32!_imp__lstrlenW = <no type information>
77d11211 USER32!SetWindowsHookExA (_SetWindowsHookExA@16)
77cf11a4 USER32!_imp__GetDeviceCaps = <no type information>
77d51720 USER32!ButtonLookaside = <no type information>
77d2f411 USER32!fnHkINLPCWPSTRUCTA (_fnHkINLPCWPSTRUCTA@20)
77cf10e8 USER32!_imp__OffsetWindowOrgEx = <no type information>
77d02156 USER32!AnimateWindow (_AnimateWindow@12)
77d4ca92 USER32!NtUserBuildPropList (_NtUserBuildPropList@16)
77d0d32a USER32!NtUserDestroyCursor (_NtUserDestroyCursor@8)
77cf1104 USER32!_imp__SelectPalette = <no type information>
77cfc035 USER32!ObjectFromDIBResource (_ObjectFromDIBResource@24)
77d110d5 USER32!GetPrevPwnd (_GetPrevPwnd@8)
77d39253 USER32!__ClientDeliverUserApc (___ClientDeliverUserApc@4)
77d0853b USER32!EnumDesktopsW (_EnumDesktopsW@12)
77cf85c0 USER32!_SEH_prolog (__SEH_prolog)
77d3a3fb USER32!UserLpkTabbedTextOut (_UserLpkTabbedTextOut@48)
77d1bf84 USER32!xxxFindString (_xxxFindString@20)
77d11626 USER32!CharToOemBuffA (_CharToOemBuffA@12)
77d09cba USER32!SetRectEmpty (_SetRectEmpty@4)
77d0cb79 USER32!GdiConvertAndCheckDC (_GdiConvertAndCheckDC@4)
77d103a8 USER32!BringWindowToTop (_BringWindowToTop@4)
77d16ab5 USER32!xxxLBInsertItem (_xxxLBInsertItem@16)
77cf3858 USER32!aFullWidthHalfWidthVariants_EndBreak = <no type information>
77d3cd98 USER32!ECSetIMEMenu (_ECSetIMEMenu@12)
77d4cdd2 USER32!NtUserQueryUserCounters (_NtUserQueryUserCounters@20)
77d512ec USER32!pfnLockResource = <no type information>
77d0f2f2 USER32!NtUserShowScrollBar (_NtUserShowScrollBar@12)
77d38b8b USER32!__fnPOPTINLPUINT (___fnPOPTINLPUINT@4)
77cf2ecc USER32!szEDITCLASS = <no type information>
77d301be USER32!WowServerLoadCreateCursorIcon (_WowServerLoadCreateCursorIcon@32)
77cf10f0 USER32!_imp__ExtTextOutW = <no type information>
77d47a48 USER32!LoadReasonStrings (_LoadReasonStrings@12)
77cf1200 USER32!_imp__SearchPathW = <no type information>
77d17cae USER32!IsEmptyString (_IsEmptyString@8)
77d334e3 USER32!xxxCBGetTextHelper (_xxxCBGetTextHelper@16)
77d44dfc USER32!ScrollChildren (_ScrollChildren@12)
77d45215 USER32!TileWindows (_TileWindows@20)
77d10ecc USER32!CreateLocalMemHandle (_CreateLocalMemHandle@4)
77d3b538 USER32!FixupDdeExecuteIfNecessary (_FixupDdeExecuteIfNecessary@8)
77cf1000 USER32!_imp__GetClipRgn = <no type information>
77d199fa USER32!xxxInvertLBItem (_xxxInvertLBItem@12)
77d36d58 USER32!ValidateWIDTHBYTES_Dword (_ValidateWIDTHBYTES_Dword@4)
77d065b7 USER32!DefShortToInt (_DefShortToInt@4)
77cf20d8 USER32!mpTypeCcmd = <no type information>
77d4caba USER32!NtUserDdeSetQualityOfService (_NtUserDdeSetQualityOfService@12)
77d51884 USER32!fpLpkEditControl = <no type information>
77d027a1 USER32!bCheckIfDualBootingWithWin31 (_bCheckIfDualBootingWithWin31@0)
77d51540 USER32!ghbrWindowText = <no type information>
77d0490e USER32!InternalDialogBox (_InternalDialogBox@24)
77d38e15 USER32!__ClientWaitMessageExMPH (___ClientWaitMessageExMPH@4)
77cf8500 USER32!NtUserValidateHandleSecure (_NtUserValidateHandleSecure@8)
77d2fc72 USER32!InvertRect (_InvertRect@8)
77d0f0f4 USER32!GetMenuItemInfoInternalA (_GetMenuItemInfoInternalA@16)
77cf1360 USER32!_imp__WideCharToMultiByte = <no type information>
77d519f4 USER32!idtVtbl = <no type information>
77d09be2 USER32!NtUserGetCPD (_NtUserGetCPD@12)
77d0757b USER32!DialogBox2 (_DialogBox2@16)
77d10833 USER32!DefFrameProcW (_DefFrameProcW@20)
77d4434a USER32!MDIActivateDlgSize (_MDIActivateDlgSize@12)
77cf14c4 USER32!_imp__RtlOpenCurrentUser = <no type information>
77d49c07 USER32!FChildVisible (_FChildVisible@4)
77cf14d8 USER32!_imp__RtlInitUnicodeString = <no type information>
77cf1030 USER32!_imp__GdiGetBitmapBitsSize = <no type information>
77d4cc96 USER32!NtUserGetPriorityClipboardFormat (_NtUserGetPriorityClipboardFormat@8)
77cff83e USER32!GetMenuItemInfoInternalW (_GetMenuItemInfoInternalW@16)
77d4caf6 USER32!NtUserDrawAnimatedRects (_NtUserDrawAnimatedRects@16)
77cf13ec USER32!_imp__strrchr = <no type information>
77d4cbce USER32!NtUserGetCursorInfo (_NtUserGetCursorInfo@4)
77d123b0 USER32!xxxBNInitDC (_xxxBNInitDC@8)
77d0b29e USER32!NtUserMoveWindow (_NtUserMoveWindow@24)
77d118ac USER32!NtUserUnhookWinEvent (_NtUserUnhookWinEvent@4)
77d471ea USER32!ReaderWndProc (_ReaderWndProc@16)
77d1aa86 USER32!EndTaskModalDialog (_EndTaskModalDialog@4)
77d48099 USER32!xxxNextAniIconStep (_xxxNextAniIconStep@4)
77d1821e USER32!GetMaxOverlapChars (_GetMaxOverlapChars@0)
77d3c2e4 USER32!ECImmSetCompositionFont (_ECImmSetCompositionFont@4)
77d369a0 USER32!DesktopWndProcW (_DesktopWndProcW@16)
77d51230 USER32!gcLoadUserApiHook = <no type information>
77d18d59 USER32!QueryFontAssocStatus (_QueryFontAssocStatus@0)
77cff716 USER32!NtUserRemoveMenu (_NtUserRemoveMenu@12)
77cf929b USER32!PeekMessageW (_PeekMessageW@20)
77d517cc USER32!pfnWowEmptyClipBoard = <no type information>
77d4e2cd USER32!GetActivePwrScheme (_GetActivePwrScheme@4)
77d2feec USER32!__fnINLPDRAWITEMSTRUCT (___fnINLPDRAWITEMSTRUCT@4)
77d0cf26 USER32!RtlInitLargeUnicodeString (_RtlInitLargeUnicodeString@12)
77d0c42b USER32!GetWindowBorders (_GetWindowBorders@16)
77d46a66 USER32!fnEMGETSEL (_fnEMGETSEL@28)
77cf9662 USER32!GetInputBits (_GetInputBits@12)
77d0a340 USER32!PeekMessageA (_PeekMessageA@20)
77d4baa9 USER32!SyncSoftKbdState (_SyncSoftKbdState@8)
77d41853 USER32!InternalFreeDataHandle (_InternalFreeDataHandle@8)
77d06e93 USER32!GetACPCharSet (_GetACPCharSet@0)
77d097ff USER32!IsIconic (_IsIconic@4)
77d09bf6 USER32!GetKeyboardLayout (_GetKeyboardLayout@4)
77d135b5 USER32!ECCalcChangeSelection (_ECCalcChangeSelection@20)
77d1d98b USER32!GetImmFileName (_GetImmFileName@4)
77d20156 USER32!NtUserGetControlColor (_NtUserGetControlColor@16)
77d070c8 USER32!BNSetFont (_BNSetFont@12)
77d516e0 USER32!StaticLookaside = <no type information>
77d4cc6e USER32!NtUserGetMenuItemRect (_NtUserGetMenuItemRect@16)
77cf126c USER32!_imp__GetSystemWindowsDirectoryW = <no type information>
77d3948d USER32!__ClientWOWTask16SchedNotify (___ClientWOWTask16SchedNotify@4)
77d3715c USER32!xxxCBInvertStaticWindow (_xxxCBInvertStaticWindow@12)
77d17563 USER32!SLPaint (_SLPaint@8)
77d51820 USER32!pfnLocalLock = <no type information>
77d3f229 USER32!MLKeyDown (_MLKeyDown@12)
77d3876c USER32!__fnDWORDOPTINLPMSG (___fnDWORDOPTINLPMSG@4)
77d514b8 USER32!ghdcGray = <no type information>
77d4e2df USER32!_tailMerge_WINSTA (__tailMerge_WINSTA)
77d00338 USER32!ValidateHSZ (_ValidateHSZ@4)
77cf10e4 USER32!_imp__SaveDC = <no type information>
77cf1130 USER32!_imp__GetStockObject = <no type information>
77cf12e0 USER32!_imp__GlobalFindAtomA = <no type information>
77d34716 USER32!BNMultiDraw (_BNMultiDraw@20)
77d51028 USER32!_imp__OpenProcessToken = <no type information>
77d0e80a USER32!NtUserGetClassInfo (_NtUserGetClassInfo@20)
77cf1024 USER32!_imp__GetBoundsRect = <no type information>
77d0ce26 USER32!__fnINLPCREATESTRUCT (___fnINLPCREATESTRUCT@4)
77d08559 USER32!OpenDesktopW (_OpenDesktopW@16)
77d00e1e USER32!NtUserSetImeHotKey (_NtUserSetImeHotKey@20)
77d0bd0d USER32!__fnINOUTLPWINDOWPOS (___fnINOUTLPWINDOWPOS@4)
77d03c2f USER32!UserCallDlgProcCheckWow (_UserCallDlgProcCheckWow@32)
77d4e410 USER32!_sz_MSIMG32 = <no type information>
77d11290 USER32!GetClipboardFormatNameA (_GetClipboardFormatNameA@12)
77d17775 USER32!ECEmptyUndo (_ECEmptyUndo@4)
77d12369 USER32!OpenDesktopA (_OpenDesktopA@16)
77d114ba USER32!GetMenu (_GetMenu@4)
77d36646 USER32!InitializeLpkHooks (_InitializeLpkHooks@4)
77cf9bba USER32!FindExistingCursorIcon (_FindExistingCursorIcon@12)
77cfb910 USER32!RegisterWaitForInputIdle (_RegisterWaitForInputIdle@4)
77d1cd39 USER32!xxxLBoxDrawItem (_xxxLBoxDrawItem@20)
77d51800 USER32!ListboxLookaside = <no type information>
77d0b341 USER32!DispatchHookW (_DispatchHookW@16)
77d38b8b USER32!__fnINLPHELPINFOSTRUCT (___fnINLPHELPINFOSTRUCT@4)
77d4b930 USER32!ImeBroadCastMsg (_ImeBroadCastMsg@16)
77d0f1a8 USER32!NtUserVkKeyScanEx (_NtUserVkKeyScanEx@12)
77d3f0cc USER32!MLPasteText (_MLPasteText@4)
77d0b0cf USER32!IsServerSideWindow (_IsServerSideWindow@4)
77d30838 USER32!MessageBoxExW (_MessageBoxExW@20)
77d0ca5a USER32!PostQuitMessage (_PostQuitMessage@4)
77cf145c USER32!_imp__NtDeleteValueKey = <no type information>
77d48cbe USER32!SpontaneousClientMessage (_SpontaneousClientMessage@12)
77d38728 USER32!__fnOUTDWORDDWORD (___fnOUTDWORDDWORD@4)
77cf11bc USER32!_imp__GetBkColor = <no type information>
77cfb9b2 USER32!ConvertDIBBitmap (_ConvertDIBBitmap@24)
77d44924 USER32!ValidatePositionableWindow (_ValidatePositionableWindow@24)
77cf3190 USER32!szDMREnable = <no type information>
77d0792d USER32!_DefSetText (__DefSetText@12)
77d3fd7c USER32!SLMouseMotion (_SLMouseMotion@16)
77d0f4f1 USER32!GetClassLongA (_GetClassLongA@8)
77d390d1 USER32!__ClientLpkDrawTextEx (___ClientLpkDrawTextEx@4)
77d33e74 USER32!ReadIconGuts (_ReadIconGuts@28)
77d0ce12 USER32!NtUserSetLayeredWindowAttributes (_NtUserSetLayeredWindowAttributes@16)
77d5125c USER32!pfnFreeResource = <no type information>
77cf1234 USER32!_imp__FoldStringW = <no type information>
77d14b66 USER32!SLChangeSelection (_SLChangeSelection@16)
77d4083c USER32!ExtractIconFromBMP (_ExtractIconFromBMP@24)
77d042a8 USER32!DDEMLMotherWndProc (_DDEMLMotherWndProc@16)
77cf12fc USER32!_imp__TerminateProcess = <no type information>
77d15dd7 USER32!xxxLBSize (_xxxLBSize@12)
77d51e44 USER32!gpfnOLERegisterDD = <no type information>
77d35212 USER32!DdeEnableCallback (_DdeEnableCallback@12)
77d167d8 USER32!xxxLBShowHideScrollBars (_xxxLBShowHideScrollBars@4)
77d08157 USER32!SetWindowsHookExAW (_SetWindowsHookExAW@20)
77cf14a0 USER32!_imp__NtQuerySecurityObject = <no type information>
77d11464 USER32!LoadKeyboardLayoutW (_LoadKeyboardLayoutW@8)
77d1ba10 USER32!xxxCBKillFocusHelper (_xxxCBKillFocusHelper@4)
77d1742b USER32!xxxCBPaint (_xxxCBPaint@8)
77d17ae3 USER32!ECGetDBCSVector (_ECGetDBCSVector@12)
77d0fb6b USER32!SendMessageTimeoutA (_SendMessageTimeoutA@28)
77d36180 USER32!GetWindowContextHelpId (_GetWindowContextHelpId@4)
77d0b43c USER32!DrawTextExWorker (_DrawTextExWorker@28)
77d0d9e2 USER32!NtUserGetIconSize (_NtUserGetIconSize@16)
77cf1220 USER32!_imp__ExitThread = <no type information>
77d33dbf USER32!ReadChunk (_ReadChunk@12)
77d0e37d USER32!NtUserCreateWindowEx (_NtUserCreateWindowEx@60)
77cf84e0 USER32!ValidateHwnd (@ValidateHwnd@4)
77d1c739 USER32!DrawTextExA (_DrawTextExA@24)
77d00a0c USER32!GetKeyboardDllName1 (_GetKeyboardDllName1@16)
77d51040 USER32!_imp__SetActivePwrScheme = <no type information>
77d0b8ca USER32!DT_GetExtentMinusPrefixes (_DT_GetExtentMinusPrefixes@28)
77d4cb0a USER32!NtUserDrawCaption (_NtUserDrawCaption@16)
77d40be8 USER32!vAddLocalType1Font (_vAddLocalType1Font@20)
77d3c177 USER32!ECIsCharNumeric (_ECIsCharNumeric@8)
77d1f46a USER32!SwitchWindowsMenus (_SwitchWindowsMenus@12)
77d512b8 USER32!gfFirstThread = <no type information>
77d32f61 USER32!DrawDiagonal (_DrawDiagonal@20)
77d4e18a USER32!GdiConvertEnhMetaFile (_GdiConvertEnhMetaFile@4)
77d0cf8e USER32!__ClientWOWGetProcModule (___ClientWOWGetProcModule@4)
77d0f67e USER32!ValidateRgn (_ValidateRgn@8)
77d35e37 USER32!CreateDesktopA (_CreateDesktopA@24)
77d3564f USER32!EnumWindowStationsW (_EnumWindowStationsW@8)
77d518c0 USER32!gfConIme = <no type information>
77d10116 USER32!OemToCharBuffA (_OemToCharBuffA@12)
77cf1094 USER32!_imp__GetCharWidthInfo = <no type information>
77cf2568 USER32!pfnClientWorker = <no type information>
77d09b60 USER32!ClientToScreen (_ClientToScreen@8)
77d097a0 USER32!ScreenToClient (_ScreenToClient@8)
77d00366 USER32!IncLocalAtomCount (_IncLocalAtomCount@4)
77d40c00 USER32!bCheckAndDeleteTTF (_bCheckAndDeleteTTF@20)
77d11553 USER32!LoadAcceleratorsA (_LoadAcceleratorsA@8)
77d4962d USER32!ClStartUnadvise (_ClStartUnadvise@4)
77cfd354 USER32!CreateIconFromResourceEx (_CreateIconFromResourceEx@28)
77d0a97d USER32!CallWindowProcA (_CallWindowProcA@20)
77d36114 USER32!SetShellWindow (_SetShellWindow@4)
77cf11d4 USER32!_imp__GdiProcessSetup = <no type information>
77d08687 USER32!NtUserCallHwnd (_NtUserCallHwnd@8)
77d195b2 USER32!LBGetText (_LBGetText@20)
77cf1208 USER32!_imp__LoadLibraryExW = <no type information>
77cf9f06 USER32!SystemParametersInfoW (_SystemParametersInfoW@16)
77d4cbe2 USER32!NtUserGetGuiResources (_NtUserGetGuiResources@8)
77d0ede3 USER32!LoadAcc (_LoadAcc@8)
77d166e9 USER32!xxxCBMessageItemHandler (_xxxCBMessageItemHandler@12)
77d3a5b6 USER32!TabbedTextOutW (_TabbedTextOutW@32)
77cffe08 USER32!UnregisterMessagePumpHook (_UnregisterMessagePumpHook@0)
77d03e6c USER32!GetParentDialog (_GetParentDialog@4)
77d4e1cc USER32!_imp_load__RegSetValueExW (__imp_load__RegSetValueExW@24)
77d3d226 USER32!ECMenu (_ECMenu@12)
77d40ee2 USER32!ApplyFunctionToObjects (_ApplyFunctionToObjects@12)
77d09823 USER32!NtUserGetForegroundWindow (_NtUserGetForegroundWindow@0)
77cf1260 USER32!_imp__ReadFile = <no type information>
77d0bc14 USER32!PSMTextOut (_PSMTextOut@24)
77d40e5a USER32!GetHandleData (_GetHandleData@4)
77d0e5a2 USER32!RtlCaptureLargeAnsiString (_RtlCaptureLargeAnsiString@12)
77d13bd4 USER32!ECNotifyParent (_ECNotifyParent@8)
77d51088 USER32!gcCallUserApiHook = <no type information>
77d0d7e2 USER32!DrawTextW (_DrawTextW@20)
77d47716 USER32!ReasonCodeNeedsBugID (_ReasonCodeNeedsBugID@4)
77d4df1e USER32!_W32ExceptionHandler (__W32ExceptionHandler@4)
77d1fe8d USER32!DestroyAcceleratorTable (_DestroyAcceleratorTable@4)
77cf12f8 USER32!_imp__GetSystemTimeAsFileTime = <no type information>
77d4a5b6 USER32!LinkTransaction (_LinkTransaction@4)
77d2f9f5 USER32!__ClientGetListboxString (___ClientGetListboxString@4)
77d0af56 USER32!NtUserShowWindow (_NtUserShowWindow@8)
77d36201 USER32!SwapMouseButton (_SwapMouseButton@4)
77d4b457 USER32!InitializeImmEntryTable (_InitializeImmEntryTable@0)
77d1049b USER32!MDIClientWndProcW (_MDIClientWndProcW@16)
77cf9a3d USER32!NtUserGetThreadDesktop (_NtUserGetThreadDesktop@8)
77d51250 USER32!fpLpkPSMTextOut = <no type information>
77d483a9 USER32!ExtractDDEDataInfo (_ExtractDDEDataInfo@12)
77d517a4 USER32!pciiList = <no type information>
77d139c4 USER32!ECInitInsert (_ECInitInsert@8)
77cf1120 USER32!_imp__DeleteDC = <no type information>
77d054c9 USER32!StaticCallback (_StaticCallback@20)
77d35f5e USER32!CascadeChildWindows (_CascadeChildWindows@8)
77d498dc USER32!AddLink (_AddLink@16)
77d4cefe USER32!NtUserSetRipFlags (_NtUserSetRipFlags@8)
77d4b6b1 USER32!CreateIMEUI (_CreateIMEUI@8)
77d0a928 USER32!NtUserGetCaretBlinkTime (_NtUserGetCaretBlinkTime@0)
77d3bf27 USER32!GetNextDlgGroupItem (_GetNextDlgGroupItem@12)
77d4b427 USER32!fakeImm_dv1 (_fakeImm_dv1@0)
77cf9b86 USER32!GetIcoCurHeight (_GetIcoCurHeight@16)
77d4b88f USER32!SendOpenStatusNotify (_SendOpenStatusNotify@12)
77d17c09 USER32!ECCreate (_ECCreate@8)
77cf123c USER32!_imp__GetStringTypeW = <no type information>
77cf14ac USER32!_imp__wcslen = <no type information>
77d47ed8 USER32!DestroyReasons (_DestroyReasons@4)
77d2faf5 USER32!WaitForInputIdle (_WaitForInputIdle@8)
77d471ae USER32!ReaderFeedback (_ReaderFeedback@8)
77d48979 USER32!SvSpontExecute (_SvSpontExecute@8)
77d2f710 USER32!InsertMenuItemA (_InsertMenuItemA@16)
77d38d17 USER32!__fnHkINLPRECT (___fnHkINLPRECT@4)
77d44799 USER32!ArrangeWindows (_ArrangeWindows@24)
77d08e17 USER32!TestWindowProcess (_TestWindowProcess@4)
77d36003 USER32!GetDialogBaseUnits (_GetDialogBaseUnits@0)
77d38efb USER32!__ClientCopyDDEIn2 (___ClientCopyDDEIn2@4)
77d20373 USER32!StringDuplicateW (_StringDuplicateW@4)
77d2f20b USER32!ModifyMenuA (_ModifyMenuA@20)
77d03654 USER32!BroadcastSystemMessageExW (_BroadcastSystemMessageExW@24)
77cfa13e USER32!__ClientThreadSetup (___ClientThreadSetup@4)
77d4caa6 USER32!NtUserDdeGetQualityOfService (_NtUserDdeGetQualityOfService@12)
77d38bdc USER32!__fnINLPKDRAWSWITCHWND (___fnINLPKDRAWSWITCHWND@4)
77d47df6 USER32!BuildReasonArray (_BuildReasonArray@12)
77d39f91 USER32!DisplayExitWindowsWarnings (_DisplayExitWindowsWarnings@4)
77d09682 USER32!_GetWindow (__GetWindow@8)
77d45ef8 USER32!LogMessageBox (_LogMessageBox@4)
77d047ab USER32!DialogBoxParamW (_DialogBoxParamW@20)
77d12434 USER32!BNCalcRect (_BNCalcRect@20)
77d366c8 USER32!ValidateMENUINFO (_ValidateMENUINFO@8)
77d11750 USER32!StringDuplicateA (_StringDuplicateA@4)
77d370bc USER32!CreateIcon (_CreateIcon@28)
77cf2408 USER32!pwszFontsKey = <no type information>
77cfb709 USER32!InitClientDrawing (_InitClientDrawing@0)
77d01b8a USER32!SetWindowsHookW (_SetWindowsHookW@8)
77d4a2df USER32!UpdateLinkIfChanged (_UpdateLinkIfChanged@24)
77d40dcd USER32!GetRawInputBuffer (_GetRawInputBuffer@12)
77d1a2df USER32!SoftModalMessageBox (_SoftModalMessageBox@4)
77cf3748 USER32!aASCII_Latin1_EndBreak = <no type information>
77d45704 USER32!__ClientRegisterDragDrop (___ClientRegisterDragDrop@4)
77d40f50 USER32!GetFullUserHandle (_GetFullUserHandle@4)
77cfc78c USER32!DIBFromBitmap (_DIBFromBitmap@8)
77cf112c USER32!_imp__CreateSolidBrush = <no type information>
77d12f35 USER32!_PrevControl (__PrevControl@12)
77d38eb9 USER32!__ClientCopyDDEIn1 (___ClientCopyDDEIn1@4)
77d518a8 USER32!awchSlashStar = <no type information>
77d0a5ae USER32!EnumWindows (_EnumWindows@8)
77d41b57 USER32!HelpMenu (_HelpMenu@8)
77d0796b USER32!NtUserDefSetText (_NtUserDefSetText@8)
77d44645 USER32!MDIActivateDlgProcW (_MDIActivateDlgProcW@16)
77d3339a USER32!GetResourceTableNE (_GetResourceTableNE@4)
77d46e31 USER32!CharToOemBuffW (_CharToOemBuffW@12)
77d4cb6c USER32!NtUserEvent (_NtUserEvent@4)
77d1ef65 USER32!FindWinHelpWindow (_FindWinHelpWindow@12)
77d0c595 USER32!NtUserGetDCEx (_NtUserGetDCEx@12)
77d03a91 USER32!ValidateDialogPwnd (_ValidateDialogPwnd@4)
77d36568 USER32!fnHkINLPCWPSTRUCTW (_fnHkINLPCWPSTRUCTW@20)
77d0ec03 USER32!__ClientLoadMenu (___ClientLoadMenu@4)
77cf1008 USER32!_imp__GetHFONT = <no type information>
77cf135c USER32!_imp__WaitForMultipleObjectsEx = <no type information>
77d176de USER32!ECResetTextInfo (_ECResetTextInfo@4)
77d517a8 USER32!aHandleEntry = <no type information>
77cf12bc USER32!_imp__ProcessIdToSessionId = <no type information>
77cf1048 USER32!_imp__SetTextCharacterExtra = <no type information>
77cf1204 USER32!_imp__ExpandEnvironmentStringsW = <no type information>
77cfa823 USER32!SP_Reverse (_SP_Reverse@8)
77d33df9 USER32!SkipChunk (_SkipChunk@8)
77d4b57e USER32!ImeRunHelp (_ImeRunHelp@4)
77d0d2c4 USER32!EnableMenuItem (_EnableMenuItem@12)
77d0c2e8 USER32!GetActiveWindow (_GetActiveWindow@0)
77d512d8 USER32!ghdcBits2 = <no type information>
77d517b8 USER32!cInstAllocated = <no type information>
77d5188c USER32!pfnLocalAlloc = <no type information>
77cfd436 USER32!MixRGB (_MixRGB@24)
77cf1228 USER32!_imp__CreateThread = <no type information>
77d06048 USER32!InternalCreateDialog (_InternalCreateDialog@28)
77d1a147 USER32!MessageBoxWorker (_MessageBoxWorker@4)
77cf106c USER32!_imp__GetPaletteEntries = <no type information>
77d0c408 USER32!UserTextOutWInternal (_UserTextOutWInternal@24)
77d36414 USER32!AllowForegroundActivation (_AllowForegroundActivation@0)
77cf32c0 USER32!IID_IDropTarget = <no type information>
77cf9aa4 USER32!UnregisterClassW (_UnregisterClassW@8)
77cf1250 USER32!_imp__UnmapViewOfFile = <no type information>
77d12dad USER32!xxxGNM_FindNextMnem (_xxxGNM_FindNextMnem@12)
77d1f951 USER32!MDICompleteChildCreation (_MDICompleteChildCreation@16)
77d41bac USER32!EnumHwndDlgChildProc (_EnumHwndDlgChildProc@8)
77cf136c USER32!_imp__GlobalFree = <no type information>
77cf1268 USER32!_imp__GetFileTime = <no type information>
77cf13c8 USER32!NlsAnsiCodePage = <no type information>
77d089a3 USER32!UnregisterClassA (_UnregisterClassA@8)
77d47a9e USER32!BuildPredefinedReasonArray (_BuildPredefinedReasonArray@12)
77d3602f USER32!GetClientKeyboardType (_GetClientKeyboardType@4)
77d456b2 USER32!mndtDrop (_mndtDrop@24)
77d517a0 USER32!nextId = <no type information>
77cff60e USER32!InsertMenuW (_InsertMenuW@20)
77d0290b USER32!vFontSweep (_vFontSweep@0)
77d355d9 USER32!EnumPropsA (_EnumPropsA@8)
77d04f95 USER32!NtUserGetControlBrush (_NtUserGetControlBrush@12)
77d0b0f0 USER32!EnumChildWindows (_EnumChildWindows@12)
77cf12dc USER32!_imp__lstrlenA = <no type information>
77d205d0 USER32!_local_unwind2 (__local_unwind2)
77d0c821 USER32!HMValidateHandleNoSecure (@HMValidateHandleNoSecure@8)
77d0b126 USER32!IsWindowInDestroy (_IsWindowInDestroy@4)
77d11b5c USER32!NtUserFillWindow (_NtUserFillWindow@16)
77d4289a USER32!xxxLBButtonUp (_xxxLBButtonUp@8)
77cfedd8 USER32!LoadLocalFonts (_LoadLocalFonts@0)
77d0a59a USER32!NtUserBuildHwndList (_NtUserBuildHwndList@28)
77cf1314 USER32!_imp__GetACP = <no type information>
77d0fa56 USER32!UserRealizePalette (_UserRealizePalette@4)
77d4d6dc USER32!DrawMenuMark (_DrawMenuMark@16)
77d51790 USER32!pdiLocal = <no type information>
77d3843b USER32!DdeDisconnectList (_DdeDisconnectList@4)
77cf12d8 USER32!_imp__GetTickCount = <no type information>
77cf9216 USER32!CharUpperBuffW (_CharUpperBuffW@8)
77d35199 USER32!EnableEnumProc (_EnableEnumProc@8)
77d3e27c USER32!MLShiftchLines (_MLShiftchLines@12)
77cf10c4 USER32!_imp__GetViewportExtEx = <no type information>
77d09849 USER32!EnableWindow (_EnableWindow@8)
77d51054 USER32!_imp__WinStationSendMessageW = <no type information>
77d065d6 USER32!WordSkipSz (_WordSkipSz@4)
77d468e7 USER32!fnINPAINTCLIPBRD (_fnINPAINTCLIPBRD@28)
77d10f9e USER32!SetClipboardData (_SetClipboardData@8)
77d162be USER32!CItemInWindow (_CItemInWindow@8)
77d13cbe USER32!SLDrawLine (_SLDrawLine@28)
77cfd18d USER32!ExtractIconFromEXE (_ExtractIconFromEXE@32)
77cf10e0 USER32!_imp__TranslateCharsetInfo = <no type information>
77d0489a USER32!NtUserSetWindowsHookAW (_NtUserSetWindowsHookAW@12)
77d40b76 USER32!vAddType1Font (_vAddType1Font@8)
77cf12d4 USER32!_imp__QueryPerformanceFrequency = <no type information>
77cf97b6 USER32!UserCallWinProc (_UserCallWinProc@24)
77d42394 USER32!LBGetScrollFlags (_LBGetScrollFlags@8)
77d2f1c8 USER32!GetMenuItemID (_GetMenuItemID@8)
77d09400 USER32!_GetProp (__GetProp@12)
77cfa610 USER32!wvsprintfA (_wvsprintfA@12)
77d35fc4 USER32!FlashWindow (_FlashWindow@8)
77d51e48 USER32!gpfnOLEOleUninitialize = <no type information>
77d0337d USER32!NtUserShowWindowAsync (_NtUserShowWindowAsync@8)
77d4b49e USER32!SendIMEMessageExA (_SendIMEMessageExA@8)
77cf8eab USER32!GetSysColorBrush (_GetSysColorBrush@4)
77d0c29d USER32!SetWindowLongA (_SetWindowLongA@12)
77d09011 USER32!OffsetRect (_OffsetRect@12)
77d34076 USER32!CreateAniIcon (_CreateAniIcon@36)
77d51030 USER32!_imp__GetTokenInformation = <no type information>
77cf11f4 USER32!_imp__DisableThreadLibraryCalls = <no type information>
77d05053 USER32!RepaintButton (_RepaintButton@4)
77d09766 USER32!NtUserWindowFromPoint (_NtUserWindowFromPoint@8)
77cf10dc USER32!_imp__GdiAddFontResourceW = <no type information>
77cf1304 USER32!_imp__SetUnhandledExceptionFilter = <no type information>
77d139fa USER32!ECAdjustIch (_ECAdjustIch@12)
77d3ba77 USER32!FreeDDElParam (_FreeDDElParam@8)
77d13000 USER32!EditWndProc (_EditWndProc@16)
77d0c201 USER32!RealDefWindowProcA (_RealDefWindowProcA@16)
77d4cd70 USER32!NtUserMenuItemFromPoint (_NtUserMenuItemFromPoint@16)
77d15eb5 USER32!xxxLBSetFont (_xxxLBSetFont@12)
77d51224 USER32!pUserHeap = <no type information>
77d38e83 USER32!__ClientGetDDEFlags (___ClientGetDDEFlags@4)
77d514c0 USER32!pwcHighContrastScheme = <no type information>
77d4523c USER32!SetMenuInfo (_SetMenuInfo@8)
77d0d64f USER32!SendNotifyMessageW (_SendNotifyMessageW@16)
77cf11dc USER32!_imp__LocalSize = <no type information>
77d04e2a USER32!StaticWndProcWorker (_StaticWndProcWorker@20)
77d094b3 USER32!GetPropW (_GetPropW@8)
77d30ddc USER32!MLEditWndProc (_MLEditWndProc@20)
77cfc721 USER32!CopyBmp (_CopyBmp@16)
77cf13e4 USER32!_imp__NtRaiseHardError = <no type information>
77d1fc1c USER32!CreateMDIChild (_CreateMDIChild@20)
77cf1098 USER32!_imp__GetCharWidthA = <no type information>
77d362eb USER32!fakeImm_wv1 (_fakeImm_wv1@4)
77d51b2c USER32!gcOriginalRGBs = <no type information>
77d3a8f6 USER32!DdeInitializeA (_DdeInitializeA@16)
77d003d0 USER32!EnableEUDC (_EnableEUDC@4)
77d3c357 USER32!ECSetCaretHandler (_ECSetCaretHandler@4)
77d10042 USER32!GetPropA (_GetPropA@8)
77d3a921 USER32!ProcessDDEMLInitiate (_ProcessDDEMLInitiate@16)
77d02753 USER32!_alldiv (__alldiv)
77d082ff USER32!__ClientFreeLibrary (___ClientFreeLibrary@4)
77d0a679 USER32!MonitorFromWindow (_MonitorFromWindow@8)
77cf2248 USER32!szKLFile = <no type information>
77cf1328 USER32!_imp__GlobalFindAtomW = <no type information>
77d0851a USER32!EnumDesktopWindows (_EnumDesktopWindows@12)
77d20656 USER32!_NLG_Dispatch (__NLG_Dispatch)
77cf1214 USER32!_imp__GetComputerNameW = <no type information>
77d4ce72 USER32!NtUserSetDbgTag (_NtUserSetDbgTag@8)
77d3535c USER32!GetClassWord (_GetClassWord@8)
77d1167f USER32!NtUserCountClipboardFormats (_NtUserCountClipboardFormats@0)
77d4c29c USER32!ImeSetImc (_ImeSetImc@8)
77d09f5e USER32!NtUserGetKeyState (_NtUserGetKeyState@4)
77d3957f USER32!GetClipboardFormatNameW (_GetClipboardFormatNameW@12)
77d20656 USER32!_NLG_Dispatch2 (__NLG_Dispatch2)
77cf12c0 USER32!_imp__GetCurrentProcessId = <no type information>
77d118d1 USER32!DispatchHookA (_DispatchHookA@16)
77d09944 USER32!NtUserRedrawWindow (_NtUserRedrawWindow@16)
77cf14a4 USER32!_imp__NtQueryInformationProcess = <no type information>
77d0c49c USER32!GetWindowInfo (_GetWindowInfo@8)
77d03563 USER32!EnumDisplaySettingsExW (_EnumDisplaySettingsExW@16)
77d0c242 USER32!NtUserSetWindowLong (_NtUserSetWindowLong@16)
77d4ba58 USER32!IMEIndicatorGetMenuIDData (_IMEIndicatorGetMenuIDData@8)
77d0a822 USER32!NtUserGetAsyncKeyState (_NtUserGetAsyncKeyState@4)
77d08ffd USER32!NtUserEndPaint (_NtUserEndPaint@8)
77d07f28 USER32!NtUserGetGUIThreadInfo (_NtUserGetGUIThreadInfo@8)
77d3085c USER32!MessageBoxExA (_MessageBoxExA@20)
77cf122c USER32!_imp__HeapReAlloc = <no type information>
77d4b443 USER32!fakeImm_wd5 (_fakeImm_wd5@20)
77d0045c USER32!InternalDdeCreateStringHandle (_InternalDdeCreateStringHandle@12)
77cf1c24 USER32!szOneChar = <no type information>
77d18b1d USER32!StaticNotifyParent (_StaticNotifyParent@12)
77d07f3c USER32!__fnCOPYDATA (___fnCOPYDATA@4)
77d121e1 USER32!OpenWindowStationA (_OpenWindowStationA@12)
77d098d5 USER32!InflateRect (_InflateRect@12)
77d09ae9 USER32!GetClassLongW (_GetClassLongW@8)
77cf1114 USER32!_imp__CreateDIBitmap = <no type information>
77d0d7ca USER32!GdiGetCharDimensions (_GdiGetCharDimensions@12)
77d41967 USER32!LaunchHelper (_LaunchHelper@8)
77d3f9cc USER32!SLMoveSelectionRestricted (_SLMoveSelectionRestricted@12)
77cf139c USER32!_imp__GetUserDefaultLCID = <no type information>
77cf9645 USER32!MsgWaitForMultipleObjectsEx (_MsgWaitForMultipleObjectsEx@20)
77cf13ac USER32!_imp__lstrcatW = <no type information>
77cf14b8 USER32!_imp__RtlUnicodeToMultiByteN = <no type information>
77d2f5b0 USER32!Scale88 (_Scale88@44)
77d4b439 USER32!fakeImm_bwuwl (_fakeImm_bwuwl@16)
77cf1298 USER32!_imp__CompareStringW = <no type information>
77d0f25b USER32!GetTopWindow (_GetTopWindow@4)
77d4666f USER32!RealDrawCaption (_RealDrawCaption@16)
77d0ff39 USER32!ScrollWindow (_ScrollWindow@20)
77cfc1ec USER32!TrulyMonochrome (_TrulyMonochrome@8)
77cf1134 USER32!_imp__CreateCompatibleDC = <no type information>
77d018db USER32!CliGetPreloadKeyboardLayouts (_CliGetPreloadKeyboardLayouts@4)
77d454e5 USER32!mndtAddRef (_mndtAddRef@4)
77d024f7 USER32!_allmul (__allmul)
77d0afdb USER32!NtUserDeferWindowPos (_NtUserDeferWindowPos@32)
77d4034b USER32!MLLineLength (_MLLineLength@8)
77cf3468 USER32!szEventKey = <no type information>
77cfc86c USER32!CreateIconIndirect (_CreateIconIndirect@4)
77d1be87 USER32!xxxCBUpdateListBoxWindow (_xxxCBUpdateListBoxWindow@8)
77d4257c USER32!xxxResetWorld (_xxxResetWorld@16)
77d36262 USER32!LoadKeyboardLayoutA (_LoadKeyboardLayoutA@8)
77cf8cfb USER32!_UnlockResource (__UnlockResource@8)
77cf13b0 USER32!_imp__GetPrivateProfileStringW = <no type information>
77d11e52 USER32!NtUserAttachThreadInput (_NtUserAttachThreadInput@12)
77d0cdaa USER32!SendMessageTimeoutW (_SendMessageTimeoutW@28)
77d4673f USER32!mouse_event (_mouse_event@20)
77d51528 USER32!strRootDirectory = <no type information>
77d02892 USER32!bCheckFontEntry (_bCheckFontEntry@8)
77d1dd03 USER32!xxxLBSetSel (_xxxLBSetSel@12)
77cf11a0 USER32!_imp__GetDIBColorTable = <no type information>
77d067e6 USER32!SkipIDorString (_SkipIDorString@4)
77cf2f88 USER32!DefaultHotKeyTableJ = <no type information>
77d08091 USER32!ResetUserApiHook (_ResetUserApiHook@4)
77d35837 USER32!InnerGrayStringAorW (_InnerGrayStringAorW@40)
77d519b8 USER32!DefConvContext = <no type information>
77cf88f1 USER32!DispatchMessageWorker (_DispatchMessageWorker@8)
77cf9c22 USER32!NtUserFindExistingCursorIcon (_NtUserFindExistingCursorIcon@12)
77d0b415 USER32!DrawTextExW (_DrawTextExW@24)
77d01a38 USER32!LoadPreloadKeyboardLayouts (_LoadPreloadKeyboardLayouts@0)
77d0c133 USER32!NtUserCallHwndParam (_NtUserCallHwndParam@12)
77d1838d USER32!ECSetFont (_ECSetFont@12)
77d0aee5 USER32!NtUserCallHwndLock (_NtUserCallHwndLock@8)
77d0c5d0 USER32!NtUserInternalGetWindowText (_NtUserInternalGetWindowText@12)
77d06d2b USER32!DWordSkipSz (_DWordSkipSz@4)
77cf1210 USER32!_imp__GetSystemDirectoryW = <no type information>
77d08344 USER32!ClearUserApiHook (_ClearUserApiHook@4)
77d4baf4 USER32!ImeCopyDataHandler (_ImeCopyDataHandler@8)
77d0201f USER32!ChildWindowFromPoint (_ChildWindowFromPoint@12)
77d1d416 USER32!_InitializeImmEntryTable (__InitializeImmEntryTable@0)
77d3bbd0 USER32!CvtDec (_CvtDec@8)
77d1f5b0 USER32!xxxMDIDestroy (_xxxMDIDestroy@8)
77d1f4b6 USER32!xxxMDIActivate (_xxxMDIActivate@8)
77d4cd0e USER32!NtUserGetWOWClass (_NtUserGetWOWClass@8)
77cf1310 USER32!_imp__LocalReAlloc = <no type information>
77d0974e USER32!GetCursorPos (_GetCursorPos@4)
77d1232e USER32!EnumWindowStationsA (_EnumWindowStationsA@8)
77d454fc USER32!mndtQueryInterface (_mndtQueryInterface@12)
77cfda62 USER32!AddAccResource (_AddAccResource@8)
77d34547 USER32!LoadCursorIconFromFileMap (_LoadCursorIconFromFileMap@24)
77d0ee76 USER32!LoadAcceleratorsW (_LoadAcceleratorsW@8)
77d1f1d9 USER32!xxxSetFrameTitle (_xxxSetFrameTitle@12)
77d0dfe2 USER32!GetScrollInfo (_GetScrollInfo@12)
77d5122c USER32!gfUserApiHook = <no type information>
77d0085e USER32!DdeNameService (_DdeNameService@16)
77d0a94e USER32!NtUserCreateCaret (_NtUserCreateCaret@16)
77d35b9b USER32!GetWinStationInfo (_GetWinStationInfo@4)
77d0a01e USER32!CallWindowProcW (_CallWindowProcW@20)
77cf13e0 USER32!_imp__wcsrchr = <no type information>
77d103db USER32!NtUserSetWindowWord (_NtUserSetWindowWord@12)
77cf11f0 USER32!_imp__GetModuleHandleW = <no type information>
77d0deb2 USER32!SystemParametersInfoA (_SystemParametersInfoA@16)
77d51828 USER32!pfnLocalSize = <no type information>
77d03810 USER32!NtUserPrintWindow (_NtUserPrintWindow@12)
77d2ffc6 USER32!NtUserMinMaximize (_NtUserMinMaximize@12)
77d4ccbe USER32!NtUserGetRawInputData (_NtUserGetRawInputData@20)
77d347af USER32!BNMultiExtent (_BNMultiExtent@28)
77d0feea USER32!MapVirtualKeyA (_MapVirtualKeyA@8)
77d36816 USER32!RealMDIRedrawFrame (_RealMDIRedrawFrame@8)
77d37116 USER32!LookupIconIdFromDirectory (_LookupIconIdFromDirectory@8)
77d1e1f6 USER32!VkKeyScanW (_VkKeyScanW@4)
77cf1194 USER32!_imp__DeleteEnhMetaFile = <no type information>
77d45ba3 USER32!MB_CopyToClipboard (_MB_CopyToClipboard@4)
77cf12b4 USER32!_imp__FindFirstFileW = <no type information>
77d3dbe8 USER32!ECWord (_ECWord@20)
77d12f8b USER32!EditWndProcWorker (_EditWndProcWorker@20)
77d1d09a USER32!_tailMerge_MSIMG32 (__tailMerge_MSIMG32)
77d04dfa USER32!IsDlgButtonChecked (_IsDlgButtonChecked@8)
77d14dfb USER32!SLCalcStringWidth (_SLCalcStringWidth@16)
77d14e9d USER32!SLKillFocus (_SLKillFocus@8)
77d1c702 USER32!DrawTextA (_DrawTextA@20)
77d4de9f USER32!xxxMNCanClose (_xxxMNCanClose@4)
77d0cb3c USER32!IsMetaFile (_IsMetaFile@4)
77cff372 USER32!Logon (_Logon@4)
77d17b75 USER32!SLCreate (_SLCreate@8)
77cf1038 USER32!_imp__Ellipse = <no type information>
77cf13c0 USER32!_imp__RtlUnwind = <no type information>
77d517bc USER32!iFirstFreeInst = <no type information>
77d077b8 USER32!PostThreadMessageW (_PostThreadMessageW@16)
77d36558 USER32!GetRawInputDeviceInfoW (_GetRawInputDeviceInfoW@16)
77cf8692 USER32!GdiReleaseDC (_GdiReleaseDC@4)
77d2f989 USER32!MDIClientWndProcA (_MDIClientWndProcA@16)
77d0b2f6 USER32!CallHookWithSEH (_CallHookWithSEH@16)
77d1200d USER32!IsFontNotGood (_IsFontNotGood@12)
77d3265f USER32!MLPaint (_MLPaint@12)
77d45b26 USER32!SendHelpMessage (_SendHelpMessage@24)
77d0b24c USER32!CharLowerW (_CharLowerW@4)
77d19b28 USER32!CreateDialogIndirectParamA (_CreateDialogIndirectParamA@20)
77cfe4c4 USER32!fnINDEVICECHANGE (_fnINDEVICECHANGE@28)
77cf1284 USER32!_imp__AddAtomW = <no type information>
77cf30f0 USER32!AveCharWidthData = <no type information>
77d4867d USER32!ClSpontAdviseData (_ClSpontAdviseData@8)
77cf1128 USER32!_imp__GdiDllInitialize = <no type information>
77d4158a USER32!CopyPalette (_CopyPalette@4)
77d35705 USER32!SetDeskWallpaper (_SetDeskWallpaper@4)
77d517e0 USER32!gcWheelDelta = <no type information>
77d0e707 USER32!NeedsWindowEdge (_NeedsWindowEdge@12)
77d51270 USER32!szUSER32 = <no type information>
77d3d526 USER32!ECFindTabW (_ECFindTabW@8)
77d4b823 USER32!SendMessageToUI (_SendMessageToUI@20)
77d0f99b USER32!SetScrollRange (_SetScrollRange@20)
77d1e9ba USER32!xxxLBoxDoDeleteItems (_xxxLBoxDoDeleteItems@4)
77cff5c8 USER32!InsertMenuItemW (_InsertMenuItemW@16)
77cf8bf6 USER32!TranslateMessage (_TranslateMessage@4)
77cff51f USER32!ModifyMenuW (_ModifyMenuW@20)
77d4ae97 USER32!BroadcastSystemMessageExA (_BroadcastSystemMessageExA@24)
77d0a51c USER32!BuildHwndList (_BuildHwndList@20)
77d0fa3e USER32!WindowFromDC (_WindowFromDC@4)
77d371e6 USER32!ComboBoxDBCharHandler (_ComboBoxDBCharHandler@20)
77d4cf8a USER32!NtUserUnregisterHotKey (_NtUserUnregisterHotKey@8)
77d0cf0c USER32!NtUserGetAtomName (_NtUserGetAtomName@8)
77d01bd0 USER32!Scale2424 (_Scale2424@44)
77d1b144 USER32!DialogBoxParamA (_DialogBoxParamA@20)
77d09bbf USER32!GetCPD (_GetCPD@12)
77d0e770 USER32!_AdjustWindowRectEx (__AdjustWindowRectEx@16)
77d518bc USER32!fpLpkTabbedTextOut = <no type information>
77d491bb USER32!ClRespPokeAck (_ClRespPokeAck@12)
77cf1004 USER32!_imp__ExtSelectClipRgn = <no type information>
77d1ed69 USER32!SetWindowsHookA (_SetWindowsHookA@8)
77d4ce0e USER32!NtUserRegisterRawInputDevices (_NtUserRegisterRawInputDevices@12)
77d395bd USER32!ChangeDisplaySettingsExW (_ChangeDisplaySettingsExW@20)
77d3612d USER32!GetProgmanWindow (_GetProgmanWindow@0)
77cfe9e2 USER32!CtxInitUser32 (_CtxInitUser32@0)
77d0e528 USER32!SetWindowRgn (_SetWindowRgn@12)
77cf1084 USER32!_imp__GetPixel = <no type information>
77d44645 USER32!MDIActivateDlgProcA (_MDIActivateDlgProcA@16)
77d517b4 USER32!aInstance = <no type information>
77cfb22d USER32!_UserClientDllInitialize (__UserClientDllInitialize@12)
77d4ce5e USER32!NtUserSetCursorContents (_NtUserSetCursorContents@8)
77d2fc5e USER32!NtUserCopyAcceleratorTable (_NtUserCopyAcceleratorTable@12)
77d083a2 USER32!InternalEnumObjects (_InternalEnumObjects@16)
77d0384e USER32!ChangeDisplaySettingsExA (_ChangeDisplaySettingsExA@20)
77d1df5e USER32!IncrementISel (_IncrementISel@12)
77d33d1a USER32!ReadFilePtr (_ReadFilePtr@12)
77cf11c0 USER32!_imp__SetBkMode = <no type information>
77d0afb9 USER32!BeginDeferWindowPos (_BeginDeferWindowPos@4)
77cf97a2 USER32!NtUserValidateTimerCallback (_NtUserValidateTimerCallback@12)
77cf12c8 USER32!_imp__IsDBCSLeadByte = <no type information>
77d13667 USER32!xxxLBSetCurSel (_xxxLBSetCurSel@8)
77d4468f USER32!UnmaximizeChildWindows (_UnmaximizeChildWindows@4)
77d044f7 USER32!xxxRestoreDlgFocus (_xxxRestoreDlgFocus@4)
77cf10fc USER32!_imp__CreateDIBSection = <no type information>
77cf10a8 USER32!_imp__SetBrushOrgEx = <no type information>
77cf8d17 USER32!NtUserGetObjectInformation (_NtUserGetObjectInformation@20)
77d3adeb USER32!ProcessTerminateMsg (_ProcessTerminateMsg@8)
77d466d9 USER32!ToUnicodeEx (_ToUnicodeEx@28)
77d10277 USER32!OpenClipboard (_OpenClipboard@4)
77d0b112 USER32!NtUserSetFocus (_NtUserSetFocus@4)
77cf1240 USER32!_imp__GetStringTypeA = <no type information>
77d0afa5 USER32!NtUserEndDeferWindowPosEx (_NtUserEndDeferWindowPosEx@8)
77cf1294 USER32!_imp__ConvertDefaultLocale = <no type information>
77d00107 USER32!UserCallDDECallback (_UserCallDDECallback@36)
77cf1444 USER32!_imp__RtlDeleteCriticalSection = <no type information>
77d09431 USER32!MapPropertyKey (_MapPropertyKey@4)
77cf11b4 USER32!_imp__SetTextColor = <no type information>
77d12d18 USER32!xxxGotoNextMnem (_xxxGotoNextMnem@12)
77d15d93 USER32!LastFullVisible (_LastFullVisible@4)
77d0dfb4 USER32!NtUserGetScrollBarInfo (_NtUserGetScrollBarInfo@12)
77d0ee9d USER32!ValidateMENUITEMINFO (_ValidateMENUITEMINFO@12)
77d03f9d USER32!_NextControl (__NextControl@12)
77cf140c USER32!_imp__CsrCaptureMessageBuffer = <no type information>
77d17a2a USER32!UserGetCharDimensionsEx (_UserGetCharDimensionsEx@16)
77d33d1a USER32!ReadFilePtrUnaligned (_ReadFilePtrUnaligned@12)
77cf1078 USER32!_imp__bInitSystemAndFontsDirectoriesW = <no type information>
77d04332 USER32!_GetDlgItem (__GetDlgItem@8)
77d084b9 USER32!CommonOpenDesktop (_CommonOpenDesktop@16)
77d518b4 USER32!szSLASHSTARDOTSTAR = <no type information>
77d15d46 USER32!xxxInsureVisible (_xxxInsureVisible@12)
77d19636 USER32!NtUserLockWindowUpdate (_NtUserLockWindowUpdate@4)
77d01fae USER32!RegisterServicesProcess (_RegisterServicesProcess@4)
77d0d063 USER32!__fnINOUTLPPOINT5 (___fnINOUTLPPOINT5@4)
77d49c27 USER32!AnyPopup (_AnyPopup@0)
77d18530 USER32!ECNcCreate (_ECNcCreate@12)
77d418af USER32!ApplyFreeDataHandle (_ApplyFreeDataHandle@4)
77cf863c USER32!IsInsideUserApiHook (_IsInsideUserApiHook@0)
77d188ff USER32!xxxLBoxCtlDelete (_xxxLBoxCtlDelete@8)
77d0ea5e USER32!RegisterClassA (_RegisterClassA@4)
77cf1274 USER32!_imp__MoveFileW = <no type information>
77d0120c USER32!SetFeKeyboardFlags (_SetFeKeyboardFlags@8)
77cf118c USER32!_imp__GdiConvertEnhMetaFile = <no type information>
77d0fbf6 USER32!DrawEdge (_DrawEdge@16)
77d3b2dd USER32!DDEMLServerWndProc (_DDEMLServerWndProc@16)
77d45e05 USER32!CreateLogSource (_CreateLogSource@0)
77d1ed26 USER32!InsertMenuA (_InsertMenuA@20)
77d3490d USER32!_ClientGetDDEHookData (__ClientGetDDEHookData@12)
77d0ced3 USER32!NtUserDeleteMenu (_NtUserDeleteMenu@12)
77cfbfc9 USER32!WowGetModuleFileName (_WowGetModuleFileName@12)
77d3066b USER32!xxxLBGetBrush (_xxxLBGetBrush@8)
77d391f1 USER32!__ClientNoMemoryPopup (___ClientNoMemoryPopup@4)
77d396ac USER32!GetShutdownType (_GetShutdownType@12)
77cf20e0 USER32!mpTypeIich = <no type information>
77d41623 USER32!CopyDDEData (_CopyDDEData@8)
77cf11ac USER32!_imp__GetLayout = <no type information>
77d3c908 USER32!EcImeGetDocFeedMax (_EcImeGetDocFeedMax@8)
77d003bc USER32!NtUserDdeInitialize (_NtUserDdeInitialize@20)
77d0ae83 USER32!InSendMessageEx (_InSendMessageEx@4)
77d51e40 USER32!gpfnOLERevokeDD = <no type information>
77d11049 USER32!ConvertMemHandle (_ConvertMemHandle@8)
77d4ba20 USER32!ImeIsUsableContext (_ImeIsUsableContext@8)
77cf94b2 USER32!NtUserMessageCall (_NtUserMessageCall@28)
77cf1164 USER32!_imp__CreateBitmap = <no type information>
77d0a907 USER32!NtUserGetUpdateRect (_NtUserGetUpdateRect@12)
77d432f0 USER32!ChopText (_ChopText@12)
77cf144c USER32!_imp__CsrClientConnectToServer = <no type information>
77d10c3c USER32!ClientEmptyClipboard (_ClientEmptyClipboard@0)
77d4e323 USER32!WinStationSendMessageW (_WinStationSendMessageW@40)
77d13140 USER32!DispatchLocalLock (_DispatchLocalLock@8)
77d0b09a USER32!NtUserShowCaret (_NtUserShowCaret@4)
77cf9c36 USER32!LoadIcoCur (_LoadIcoCur@24)
77cfa83f USER32!SP_PutNumber (_SP_PutNumber@24)
77cf104c USER32!_imp__GetCurrentObject = <no type information>
77d0e1f2 USER32!VerNtUserCreateWindowEx (_VerNtUserCreateWindowEx@52)
77cf945d USER32!GetWindowLongA (_GetWindowLongA@8)
77d06d65 USER32!FixupDlgLogFont (_FixupDlgLogFont@20)
77d4b48d USER32!SendIMEMessageExW (_SendIMEMessageExW@8)
77cfcefa USER32!HasExtension (_HasExtension@4)
77d0ff94 USER32!DT_BreakAWord (_DT_BreakAWord@32)
77d49c61 USER32!IsHungAppWindow (_IsHungAppWindow@4)
77d06d9b USER32!FixupDlgFaceName (_FixupDlgFaceName@16)
77cf13c8 USER32!_imp__NlsAnsiCodePage = <no type information>
77d32e97 USER32!ModifyMenuItem (_ModifyMenuItem@4)
77d45d7f USER32!StartTaskModalDialog (_StartTaskModalDialog@4)
77d4e201 USER32!_imp_load__RegDeleteKeyW (__imp_load__RegDeleteKeyW@8)
77d4b427 USER32!VRipOutput (_VRipOutput)
77d30880 USER32!MLBuildchLines (_MLBuildchLines@24)
77d49762 USER32!ClStartPoke (_ClStartPoke@4)
77d2fb59 USER32!xxxLBoxCtlScroll (_xxxLBoxCtlScroll@12)
77d4ca7e USER32!NtUserBlockInput (_NtUserBlockInput@4)
77d33671 USER32!ECSetPasswordChar (_ECSetPasswordChar@8)
77d46c4e USER32!fnEMSETSEL (_fnEMSETSEL@28)
77d13a33 USER32!SLDrawText (_SLDrawText@12)
77cfe817 USER32!RegisterDeviceNotificationWorker (_RegisterDeviceNotificationWorker@16)
77d2f75d USER32!Scale48 (_Scale48@44)
77d4e174 USER32!NtQueryVirtualMemory (_NtQueryVirtualMemory@24)
77d1762f USER32!ECSetText (_ECSetText@8)
77d394cc USER32!__fnOUTLPCOMBOBOXINFO (___fnOUTLPCOMBOBOXINFO@4)
77cf84ae USER32!NtUserCallOneParam (_NtUserCallOneParam@8)
77d01d79 USER32!NtUserRegisterUserApiHook (_NtUserRegisterUserApiHook@8)
77d517d8 USER32!gfDMREnable = <no type information>
77d51bb0 USER32!_hmod__POWRPROF = <no type information>
77d38f5e USER32!__ClientCopyDDEOut1 (___ClientCopyDDEOut1@4)
77cfdebc USER32!GetClassInfoExW (_GetClassInfoExW@12)
77cf133c USER32!_imp__GetProcAddress = <no type information>
77d4cf76 USER32!NtUserUnloadKeyboardLayout (_NtUserUnloadKeyboardLayout@4)
77d510a0 USER32!gSharedInfo = <no type information>
77d4c95b USER32!ImeWndProcW (_ImeWndProcW@16)
77d1e53d USER32!EnumClipboardFormats (_EnumClipboardFormats@4)
77cf12e8 USER32!_imp__GetModuleHandleA = <no type information>
77cf86c7 USER32!NtUserGetDC (_NtUserGetDC@4)
77d18677 USER32!xxxCBCompleteEditWindow (_xxxCBCompleteEditWindow@4)
77d3029e USER32!MapVirtualKeyW (_MapVirtualKeyW@8)
77d512dc USER32!gfSystemInitialized = <no type information>
77cf11e8 USER32!_imp__FindResourceExW = <no type information>
77cf10c8 USER32!_imp__GetWindowExtEx = <no type information>
77d00621 USER32!CreateHandle (_CreateHandle@12)
77cf1474 USER32!_imp__wcstoul = <no type information>
77d02e06 USER32!InitOemXlateTables (_InitOemXlateTables@0)
77cf1034 USER32!_imp__CreatePen = <no type information>
77cf1400 USER32!_imp__RtlRunDecodeUnicodeString = <no type information>
77d47030 USER32!ReaderMouseMove (_ReaderMouseMove@12)
77d1aef2 USER32!MB_UpdateDlgItem (_MB_UpdateDlgItem@44)
77cf12a8 USER32!_imp__GetLogicalDrives = <no type information>
77d4536d USER32!DrawMenuBarTemp (_DrawMenuBarTemp@20)
77cf9a29 USER32!NtUserRegisterClassExWOW (_NtUserRegisterClassExWOW@28)
77d01ba5 USER32!UnhookWindowsHook (_UnhookWindowsHook@8)
77cfc4da USER32!LookupIconIdFromDirectoryEx (_LookupIconIdFromDirectoryEx@20)
77cf940c USER32!NtUserWaitMessage (_NtUserWaitMessage@0)
77d1956e USER32!GetLpszItem (_GetLpszItem@8)
77d4af0d USER32!GetRawInputDeviceInfoA (_GetRawInputDeviceInfoA@16)
77d4cf12 USER32!NtUserSetSysColors (_NtUserSetSysColors@16)
77d077c5 USER32!PostThreadMessageA (_PostThreadMessageA@16)
77d4cd4a USER32!NtUserInitTask (_NtUserInitTask@48)
77cf1060 USER32!_imp__SetBoundsRect = <no type information>
77d51520 USER32!gEventSource = <no type information>
77cf1258 USER32!_imp__CreateFileMappingW = <no type information>
77d1e4c0 USER32!VkKeyScanA (_VkKeyScanA@4)
77d44022 USER32!LBGetVariableHeightItemHeight (_LBGetVariableHeightItemHeight@8)
77d15363 USER32!ECGetModKeys (_ECGetModKeys@4)
77d0c7f9 USER32!NtUserSetParent (_NtUserSetParent@8)
77d517b0 USER32!iFirstFree = <no type information>
77d03ab1 USER32!DefDlgProcWorker (_DefDlgProcWorker@20)