-
Notifications
You must be signed in to change notification settings - Fork 1
/
win32k-symbols-winxpjp.txt
8304 lines (8304 loc) · 670 KB
/
win32k-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 win32k!*
bf9353fb win32k!EngQueryLocalTime (_EngQueryLocalTime@4)
bf9392b5 win32k!NtGdiCreateEllipticRgn (_NtGdiCreateEllipticRgn@16)
bf9abf70 win32k!ghwndSwitch = <no type information>
bf925385 win32k!SearchAndSetKbdTbl (_SearchAndSetKbdTbl@12)
bf926ab6 win32k!xxxUnlatchStickyKeys (_xxxUnlatchStickyKeys@0)
bf814edf win32k!NtUserInvalidateRect (_NtUserInvalidateRect@12)
bf98d3f8 win32k!_imp__IoGetStackLimits = <no type information>
bf945c83 win32k!vTransparentCopyS32D8 (void __stdcall vTransparentCopyS32D8(struct BLTINFO *))
bf889976 win32k!xxxMoveThumb (_xxxMoveThumb@12)
bf84b3a4 win32k!KillTooltipTimer (_KillTooltipTimer@4)
bf8d3482 win32k!fsg_CompositeInnerGridFit (@fsg_CompositeInnerGridFit@104)
bf98d244 win32k!_imp__RtlSetOwnerSecurityDescriptor = <no type information>
bf87a932 win32k!bCalcMeshExtent (int __stdcall bCalcMeshExtent(struct _TRIVERTEX *,unsigned long,void *,unsigned long,unsigned long,struct _RECTL *))
bf83ffb3 win32k!xxxClientLoadMenu (_xxxClientLoadMenu@8)
bf872199 win32k!ParkIcon (_ParkIcon@8)
bf917431 win32k!Win32kNtUserCleanup (_Win32kNtUserCleanup@0)
bf8c7f1a win32k!NtUserMapVirtualKeyEx (_NtUserMapVirtualKeyEx@16)
bf98d070 win32k!_imp__ExDesktopObjectType = <no type information>
bf8071a5 win32k!EBRUSHOBJ::vInitBrush (public: void __thiscall EBRUSHOBJ::vInitBrush(class DC *,class BRUSH *,class XEPALOBJ,class XEPALOBJ,class SURFACE *,int))
bf89b250 win32k!xxxInitTerminal (_xxxInitTerminal@4)
bf8faf60 win32k!GDIEngUserMemAllocNodeAlloc (void * __stdcall GDIEngUserMemAllocNodeAlloc(struct _RTL_AVL_TABLE *,unsigned long))
bf98d120 win32k!_imp___allmul = <no type information>
bf8e18b5 win32k!EFSMEMOBJ::vXerox (public: void __thiscall EFSMEMOBJ::vXerox(class EFSTATE *))
bf866abc win32k!AddVertSimpleScan (@AddVertSimpleScan@8)
bf8ff166 win32k!WIDEPENOBJ::cptAddRound (public: unsigned long __thiscall WIDEPENOBJ::cptAddRound(class WIDENER &,class LINEDATA &,class LINEDATA &,int,int,int))
bf89dd4d win32k!BmfdQueryFontFile (_BmfdQueryFontFile@16)
bf86fa03 win32k!RFONTTMPOBJ::~RFONTTMPOBJ (public: __thiscall RFONTTMPOBJ::~RFONTTMPOBJ(void))
bf8ddcc4 win32k!pDCIAdjClr (_pDCIAdjClr)
bf9796d7 win32k!UMPDDrvPaint (int __stdcall UMPDDrvPaint(struct _SURFOBJ *,struct _CLIPOBJ *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long))
bf8c19c9 win32k!xxxSetProcessInitState (_xxxSetProcessInitState@8)
bf87cc34 win32k!NtUserSetInformationThread (_NtUserSetInformationThread@16)
bf883f3e win32k!CleanupShadow (_CleanupShadow@4)
bf9343a5 win32k!NtGdiDdGetBltStatus (_NtGdiDdGetBltStatus@8)
bf939288 win32k!vDirectStretchError (void __stdcall vDirectStretchError(struct _STR_BLT *))
bf98d424 win32k!_imp__IoRegisterPlugPlayNotification = <no type information>
bf961a56 win32k!WatchdogDdCreateD3DBuffer (unsigned long __stdcall WatchdogDdCreateD3DBuffer(struct _DD_CREATESURFACEDATA *))
bf934330 win32k!DxEngLoadImage (_DxEngLoadImage@8)
bf80381f win32k!_GetProcessWindowStation (__GetProcessWindowStation@4)
bf8bb3f8 win32k!bIntersect (int __fastcall bIntersect(struct _RECTL const *,struct _RECTL const *))
bf8e98f8 win32k!xxxShowTooltip (_xxxShowTooltip@4)
bf9530b2 win32k!GrePolyTextOutW (_GrePolyTextOutW@16)
bf801548 win32k!IsTimeFromLastInput (_IsTimeFromLastInput@4)
bf9a10b8 win32k!WIDEPENOBJ::ahob = <no type information>
bf8b8ad6 win32k!RGNOBJ::xMyGet (public: long __thiscall RGNOBJ::xMyGet(class SCAN *,long,long))
bf98d3ac win32k!_imp__RtlLookupAtomInAtomTable = <no type information>
bf91ffd3 win32k!IsObjectPublic (_IsObjectPublic@4)
bf8a11ce win32k!_RegisterLogonProcess (__RegisterLogonProcess@8)
bf97ceb6 win32k!vFill_RotateGLYPHDATA (_vFill_RotateGLYPHDATA@16)
bf80ec61 win32k!xxxWrapRealDefWindowProc (_xxxWrapRealDefWindowProc@20)
bf9aac00 win32k!gbDesktopLocked = <no type information>
bf8e3cc6 win32k!PATHOBJ_bMoveTo (_PATHOBJ_bMoveTo@12)
bf998810 win32k!MonoPatRatio = <no type information>
bf9ac018 win32k!gspklBaseLayout = <no type information>
bf98d0d0 win32k!_imp__ExWindowStationObjectType = <no type information>
bf98d454 win32k!_imp___allshr = <no type information>
bf98e384 win32k!szCONTEXTHELPIDPROP = <no type information>
bf98bc01 win32k!itrp_RoundToGridSP (@itrp_RoundToGridSP@8)
bf849106 win32k!PostUpdateKeyStateEvent (_PostUpdateKeyStateEvent@4)
bf98d2cc win32k!_imp__RtlAppendUnicodeStringToString = <no type information>
bf9776c0 win32k!UMPDOBJ::bThunkLargeBitmap (public: int __thiscall UMPDOBJ::bThunkLargeBitmap(struct _SURFOBJ *,void * *,void * *,int *,int *,unsigned long *))
bf8cea05 win32k!UnlinkAndFreeGhost (_UnlinkAndFreeGhost@8)
bf8938f4 win32k!NtUserLockWindowStation (_NtUserLockWindowStation@4)
bf87ebe2 win32k!vFindTAndB (_vFindTAndB@20)
bf891250 win32k!xxxSendMessageFF (_xxxSendMessageFF@20)
bf90c70f win32k!ptransMatchAPal (struct _TRANSLATE * __stdcall ptransMatchAPal(class DC *,class XEPALOBJ,class XEPALOBJ,int,unsigned long *,unsigned long *))
bf900b37 win32k!GrePolylineTo (_GrePolylineTo@12)
bf99b360 win32k!Modifiers_NLSKBD = <no type information>
bf9abd70 win32k!gpScancodeMap = <no type information>
bf8c09cc win32k!vCleanupBrushes (void __stdcall vCleanupBrushes(unsigned long))
bf977745 win32k!UMPDOBJ::bThunkLargeBitmaps (public: int __thiscall UMPDOBJ::bThunkLargeBitmaps(struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,void * *,void * *,void * *,void * *,void * *,void * *,int *,int *,int *,int *,int *,int *,unsigned long *))
bf967da4 win32k!vSrcCopyS32D8 (void __stdcall vSrcCopyS32D8(struct BLTINFO *))
bf8f63e1 win32k!xxxEndMenu (_xxxEndMenu@4)
bf92e16b win32k!GetLangIdMatchLevel (_GetLangIdMatchLevel@8)
bf94aef1 win32k!NtGdiGetDeviceGammaRamp (_NtGdiGetDeviceGammaRamp@8)
bf991018 win32k!ausMouseVKey = <no type information>
bf85277a win32k!NtUserSetWindowsHookEx (_NtUserSetWindowsHookEx@24)
bf932cf0 win32k!NlsHiraganaModeProc (_NlsHiraganaModeProc@12)
bf9ab868 win32k!gHardErrorHandler = <no type information>
bf8d01a9 win32k!NtUserfnINSTRING (_NtUserfnINSTRING@28)
bf90b7bd win32k!SBCtlSetup (_SBCtlSetup@4)
bf912939 win32k!NtUserMNDragLeave (_NtUserMNDragLeave@0)
bf9aab8c win32k!ghDisconnectDesk = <no type information>
bf8dcfef win32k!UMPDDrvGetGlyphMode (unsigned long __stdcall UMPDDrvGetGlyphMode(struct DHPDEV__ *,struct _FONTOBJ *))
bf85c7e9 win32k!ShortFracMul (@ShortFracMul@8)
bf8c527b win32k!NtUserGetCaretPos (_NtUserGetCaretPos@4)
bf914fdb win32k!NtUserGetImeHotKey (_NtUserGetImeHotKey@16)
bf883dfd win32k!EPOINTFL::bToPOINTL (public: int __thiscall EPOINTFL::bToPOINTL(struct _POINTL &))
bf8d4f6c win32k!vIntersectVertical (void __stdcall vIntersectVertical(class DDA_CLIPLINE *,long,struct _POINTL *,struct _POINTL *,long *))
bf81b3af win32k!WatchdogDrvRealizeBrush (int __stdcall WatchdogDrvRealizeBrush(struct _BRUSHOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _XLATEOBJ *,unsigned long))
bf9abfe0 win32k!grcCursorClip = <no type information>
bf9abfd4 win32k!gdwMouseMoveTimeStamp = <no type information>
bf9ac330 win32k!gToggleKeys = <no type information>
bf959f3f win32k!MULTISURF::bLoadSource (public: int __thiscall MULTISURF::bLoadSource(struct _DISPSURF *))
bf962d81 win32k!vPatternCopyLoopRow (void __stdcall vPatternCopyLoopRow(long,unsigned long *,struct _PATBLTFRAME *,int,unsigned long,unsigned long,unsigned long,unsigned long,long,unsigned long *))
bf850ede win32k!DxDdGetSurfaceLock (_DxDdGetSurfaceLock@4)
bf99eed8 win32k!ajGammaInvCT_13 = <no type information>
bf9a5904 win32k!ghDxGraphics = <no type information>
bf91c19b win32k!UpdateMonitorRectsSnapShot (_UpdateMonitorRectsSnapShot@4)
bf88a955 win32k!ToggleKeys (_ToggleKeys@12)
bf8b504e win32k!itrp_WPV (@itrp_WPV@8)
bf896591 win32k!SetAccessEnabledFlag (_SetAccessEnabledFlag@0)
bf98d1dc win32k!_imp__ZwQueryDefaultUILanguage = <no type information>
bf98e314 win32k!szDDETRACK_PROP_NAME = <no type information>
bf883e3b win32k!IncrementRedirectedCount (_IncrementRedirectedCount@0)
bf8ec38d win32k!PFEOBJ::bCheckFamilyName (public: int __thiscall PFEOBJ::bCheckFamilyName(unsigned short const *,int,int *))
bf84d606 win32k!xxxSetClassData (_xxxSetClassData@16)
bf954ca9 win32k!NtGdiSTROBJ_dwGetCodePage (_NtGdiSTROBJ_dwGetCodePage@4)
bf8d0864 win32k!lGetGlyphBitmapVertical (_lGetGlyphBitmapVertical@20)
bf8a755c win32k!vIFIMetricsToEnumLogFontExDvW (_vIFIMetricsToEnumLogFontExDvW@8)
bf802985 win32k!PhkFirstGlobalValid (_PhkFirstGlobalValid@8)
bf98ccda win32k!scl_ScaleDownFromSubPixelOverscale (@scl_ScaleDownFromSubPixelOverscale@4)
bf93827f win32k!GrePtInSprite (_GrePtInSprite@16)
bf951dce win32k!RESETFCOBJ::~RESETFCOBJ (public: __thiscall RESETFCOBJ::~RESETFCOBJ(void))
bf821238 win32k!XEPALOBJ::ulTime (public: void __thiscall XEPALOBJ::ulTime(unsigned long))
bf9ab980 win32k!gpresMouseEventQueue = <no type information>
bf89de7f win32k!EngMultiByteToUnicodeN (_EngMultiByteToUnicodeN@20)
bf9ac580 win32k!gbAllowRemoteAntiAliasing = <no type information>
bf8fe9a6 win32k!BRUSHOBJ_ulGetBrushColor (_BRUSHOBJ_ulGetBrushColor@4)
bf9161bc win32k!NtUserResolveDesktopForWOW (_NtUserResolveDesktopForWOW@4)
bf9202fe win32k!FreeDdeConv (_FreeDdeConv@4)
bf8afc35 win32k!efCos (class EFLOAT __stdcall efCos(class EFLOAT))
bf950ab9 win32k!RGNMEMOBJ::bMergeScanline (public: int __thiscall RGNMEMOBJ::bMergeScanline(class STACKOBJ &))
bf861abe win32k!AddHorizOff (@AddHorizOff@4)
bf98d16c win32k!_imp__ZwQueryInformationProcess = <no type information>
bf849f98 win32k!LockCaptureWindow (_LockCaptureWindow@8)
bf938580 win32k!vSpHideSprites (void __stdcall vSpHideSprites(struct HDEV__ *,int))
bf8366b9 win32k!_KillSystemTimer (__KillSystemTimer@8)
bf8a6849 win32k!atmfdEnablePDEV (_atmfdEnablePDEV@44)
bf8d12f9 win32k!NtGdiGetTextExtentExW (_NtGdiGetTextExtentExW@32)
bf93d0e8 win32k!GetMonitorCapability2 (unsigned long __stdcall GetMonitorCapability2(struct _EDID2 *,struct tagModeCap *,struct _FREQUENCY_RAGE *))
bf98d4f4 win32k!_imp__strncmp = <no type information>
bf878211 win32k!NtUserSBGetParms (_NtUserSBGetParms@16)
bf9491f6 win32k!NtGdiGetColorAdjustment (_NtGdiGetColorAdjustment@8)
bf93beb5 win32k!GetFontPathName (int __stdcall GetFontPathName(unsigned short *,unsigned short *))
bf94a572 win32k!EBOX::EBOX (public: __thiscall EBOX::EBOX(class EXFORMOBJ &,struct _RECTL &))
bf9aef0c win32k!QueryRegistryFontSubstituteListRoutine (_QueryRegistryFontSubstituteListRoutine@24)
bf8f2f4e win32k!NtUserfnINWPARAMCHAR (_NtUserfnINWPARAMCHAR@28)
bf84f01a win32k!vVecRound (void __stdcall vVecRound(class EVECTORFX *))
bf92d493 win32k!xxxClientWOWTask16SchedNotify (_xxxClientWOWTask16SchedNotify@8)
bf911fd7 win32k!NtUserRealChildWindowFromPoint (_NtUserRealChildWindowFromPoint@12)
bf958e22 win32k!MULTIFONT::MULTIFONT (public: __thiscall MULTIFONT::MULTIFONT(struct _FONTOBJ *,long,struct _VDEV *))
bf80a1fd win32k!NtGdiFlush (_NtGdiFlush@0)
bf98cf8c win32k!_imp_ExReleaseFastMutex = <no type information>
bf9a6cb8 win32k!gawcSystemDBCSFontPath = <no type information>
bf97716d win32k!atmfdQueryGlyphAttrs (_atmfdQueryGlyphAttrs@8)
bf923214 win32k!StarterExemptedClass (_StarterExemptedClass@8)
bf846dad win32k!xxxSetTrayWindow (_xxxSetTrayWindow@12)
bf9343e7 win32k!NtGdiDdSetOverlayPosition (_NtGdiDdSetOverlayPosition@12)
bf803b12 win32k!IsVisible (_IsVisible@4)
bf86df5d win32k!itrp_RoundOff (@itrp_RoundOff@8)
bf8b748a win32k!itrp_FDEF (@itrp_FDEF@8)
bf9ac534 win32k!gpwpCalcFirst = <no type information>
bf93415f win32k!EngMapSection (_EngMapSection@16)
bf8fa718 win32k!UMPDOBJ::GetSURFOBJ (public: struct _SURFOBJ * __thiscall UMPDOBJ::GetSURFOBJ(struct _SURFOBJ *))
bf98be0c win32k!itrp_LSW (@itrp_LSW@8)
bf9a9628 win32k!engineVersion = <no type information>
bf86ed15 win32k!CalcHorizLineSubpix (@CalcHorizLineSubpix@12)
bf9ab020 win32k!gpEventScanGhosts = <no type information>
bf9aa608 win32k!gpPublicObjectList = <no type information>
bf90012a win32k!WIDENER::vVecSquareCompute (private: void __thiscall WIDENER::vVecSquareCompute(class LINEDATA &))
bf92ed4b win32k!FreeHidDesc (_FreeHidDesc@4)
bf9a520c win32k!bPermanentFontsLoaded = <no type information>
bf8c8220 win32k!WIDENER::vecInDraw (protected: class EVECTORFX __thiscall WIDENER::vecInDraw(void))
bf9aac10 win32k!gSessionId = <no type information>
bf956b51 win32k!vSrcTranCopyS4D16 (_vSrcTranCopyS4D16@44)
bf920c38 win32k!xxxUnexpectedClientPost (_xxxUnexpectedClientPost@12)
bf8dcc23 win32k!GreSetFontXform (_GreSetFontXform@12)
bf8c43be win32k!CheckClipboardAccess (_CheckClipboardAccess@0)
bf8b9aee win32k!AlphaScanLineBlend (int __stdcall AlphaScanLineBlend(unsigned char *,struct _RECTL *,long,unsigned char *,long,struct _POINTL *,struct _XLATEOBJ *,struct _XLATEOBJ *,struct _XLATEOBJ *,class XEPALOBJ,class XEPALOBJ,struct _ALPHA_DISPATCH_FORMAT *))
bf9abd9c win32k!gcSysExpunge = <no type information>
bf8bf2d3 win32k!MapDesktop (_MapDesktop@4)
bf8dd1c1 win32k!UMPDOBJ::_AllocUserMem (private: void * __thiscall UMPDOBJ::_AllocUserMem(unsigned long,int))
bf90d73d win32k!SfnOUTLBOXSTRING (_SfnOUTLBOXSTRING@32)
bf8d93ea win32k!HT_HalftoneBitmap (_HT_HalftoneBitmap@24)
bf8dc1ed win32k!InitializeFUDI (_InitializeFUDI)
bf859cfb win32k!DrvGetMonitorPowerState (_DrvGetMonitorPowerState@8)
bf940411 win32k!vEdgeDDA (void __stdcall vEdgeDDA(struct _TRIANGLEDATA *,struct _TRIDDA *))
bf9abf50 win32k!gcxMouseHover = <no type information>
bf8e6513 win32k!DxEngReferenceHdev (_DxEngReferenceHdev@4)
bf8bf3fb win32k!wcschr (_wcschr)
bf8a5d21 win32k!wcsrchr (_wcsrchr)
bf911402 win32k!GreSetMagicColors (_GreSetMagicColors@12)
bf8a685f win32k!atmfdCompletePDEV (_atmfdCompletePDEV@8)
bf801be1 win32k!xxxRealInternalGetMessage (_xxxRealInternalGetMessage@24)
bf94bda1 win32k!bDynamicRemoveAllDriverRealizations (int __stdcall bDynamicRemoveAllDriverRealizations(struct HDEV__ *))
bf9aaaf4 win32k!gdwHydraHint = <no type information>
bf87f469 win32k!ProbeAndConvertXFORM (_ProbeAndConvertXFORM@8)
bf913f93 win32k!NtUserfnINLPHELPINFOSTRUCT (_NtUserfnINLPHELPINFOSTRUCT@28)
bf95e31f win32k!pxrlStrRead32OR (struct _XRUNLEN * __stdcall pxrlStrRead32OR(struct _STRDDA *,struct _STRRUN *,unsigned char *,unsigned char *,struct _XLATEOBJ *,long,long,long))
bf807d5c win32k!CategoryMaskFromEvent (_CategoryMaskFromEvent@4)
bf867291 win32k!itrp_ExecutePrePgm (@itrp_ExecutePrePgm@16)
bf9ac17c win32k!gtmridFKAcceptanceDelay = <no type information>
bf896f52 win32k!xxxClientLoadStringW (_xxxClientLoadStringW@12)
bf954f1c win32k!NtGdiPATHOBJ_bEnumClipLines (_NtGdiPATHOBJ_bEnumClipLines@12)
bf845966 win32k!DeleteProperties (_DeleteProperties@4)
bf89835b win32k!xxxMB_FindLongestString (_xxxMB_FindLongestString@4)
bf9abd28 win32k!ghrgnInv1 = <no type information>
bf9ac4b8 win32k!gtmridAutorunCursor = <no type information>
bf90039a win32k!EngStrokeAndFillPath (_EngStrokeAndFillPath@40)
bf89c8e3 win32k!CompareRoutine (int __cdecl CompareRoutine(unsigned short *,unsigned short *))
bf813472 win32k!RGNOBJAPI::bCopy (public: int __thiscall RGNOBJAPI::bCopy(class RGNOBJ &))
bf882eab win32k!EngEraseSurface (_EngEraseSurface@12)
bf927300 win32k!xxxUnloadKeyboardLayout (_xxxUnloadKeyboardLayout@8)
bf9ac130 win32k!gMKDeltaY = <no type information>
bf90c150 win32k!GrePolyPolylineInternal (_GrePolyPolylineInternal@20)
bf85a274 win32k!InitPreviousUserString (_InitPreviousUserString@0)
bf93e91a win32k!DrvSetMonitorPowerState (_DrvSetMonitorPowerState@8)
bf8d57ea win32k!bStrokeCosmetic (int __stdcall bStrokeCosmetic(class SURFACE *,struct _PATHOBJ *,struct _CLIPOBJ *,struct _BRUSHOBJ *,struct _LINEATTRS *,unsigned long))
bf9a2058 win32k!OrAllTableWide = <no type information>
bf92bb71 win32k!ClientEventCallback (_ClientEventCallback@8)
bf8fdf81 win32k!NtGdiEngCreateBitmap (_NtGdiEngCreateBitmap@24)
bf98d4fc win32k!_imp__RtlWriteRegistryValue = <no type information>
bf960cef win32k!HandleStuckThreadException (void __stdcall HandleStuckThreadException(struct _LDEV *))
bf820907 win32k!PhkFirstValid (_PhkFirstValid@8)
bf96df48 win32k!vGradientFill8 (void __stdcall vGradientFill8(class SURFACE *,struct _TRIANGLEDATA *))
bf99b1d8 win32k!gpusMouseVKey = <no type information>
bf930a88 win32k!DeviceNotify (_DeviceNotify@8)
bf98d3cc win32k!_imp__RtlUnicodeToMultiByteSize = <no type information>
bf988447 win32k!RemoveGaps (_RemoveGaps@8)
bf87ac31 win32k!wcsncpycch (_wcsncpycch@12)
bf924e85 win32k!CleanupResources (_CleanupResources@0)
bf94ac8e win32k!NtGdiColorCorrectPalette (_NtGdiColorCorrectPalette@24)
bf975f03 win32k!blueloop (int __stdcall blueloop(int))
bf949864 win32k!NtGdiGetEmbedFonts (_NtGdiGetEmbedFonts@0)
bf98f8d8 win32k!gargbInitial = <no type information>
bf9aab30 win32k!gVideoFileObject = <no type information>
bf8df66d win32k!DxDdDisableDirectDraw (_DxDdDisableDirectDraw@8)
bf9a6ee4 win32k!GreEngLoadModuleAllocList = <no type information>
bf96bbec win32k!GetETMFontManagement (int __stdcall GetETMFontManagement(class RFONTOBJ &,class PDEVOBJ,struct _SURFOBJ *,struct _FONTOBJ *,unsigned long,unsigned long,void *,unsigned long,void *))
bf88f339 win32k!ui16BeLangId (_ui16BeLangId@8)
bf97aa82 win32k!pvHandleKerningPairs (_pvHandleKerningPairs@12)
bf9ab00a win32k!atomDDETrack = <no type information>
bf914c75 win32k!NtUserUpdateInputContext (_NtUserUpdateInputContext@12)
bf963692 win32k!vPatCpyRect8_8x8 (void __stdcall vPatCpyRect8_8x8(struct _PATBLTFRAME *,int))
bf92cff3 win32k!xxxUserModeCallback (_xxxUserModeCallback@20)
bf86760d win32k!scl_QueryPPEMXY (@scl_QueryPPEMXY@12)
bf98928c win32k!fsg_QueryTwilightElementSubPixel (@fsg_QueryTwilightElementSubPixel@8)
bf98d010 win32k!_imp__ObReferenceObjectByHandle = <no type information>
bf8ab6d0 win32k!PruneModesByMonitors (unsigned long __stdcall PruneModesByMonitors(struct tagGRAPHICS_DEVICE *,unsigned long,struct tagDEVMODEMARK *))
bf901242 win32k!vPatCpyRect1_8x8 (void __stdcall vPatCpyRect1_8x8(struct _PATBLTFRAME *,int))
bf845669 win32k!XEPALOBJ::vFill_rgbquads (public: void __thiscall XEPALOBJ::vFill_rgbquads(struct tagRGBQUAD *,unsigned long,unsigned long))
bf8525ca win32k!GreCreateRectRgn (_GreCreateRectRgn@16)
bf90e6dd win32k!PseudoDestroyClassWindows (_PseudoDestroyClassWindows@8)
bf80f6de win32k!GreGetCharSet (_GreGetCharSet@4)
bf97b3dd win32k!vMarkFontGone (_vMarkFontGone@8)
bf826b0a win32k!NtUserfnINOUTDRAG (_NtUserfnINOUTDRAG@28)
bf916325 win32k!xxxUnusedFunctionId (_xxxUnusedFunctionId@20)
bf9ac3fc win32k!gspwndFullScreen = <no type information>
bf84dafd win32k!EXFORMOBJ::bXform (public: int __thiscall EXFORMOBJ::bXform(struct _VECTORL *,struct _VECTORFX *,unsigned long))
bf963c6d win32k!vPatCpyRect4_8x8 (void __stdcall vPatCpyRect4_8x8(struct _PATBLTFRAME *,int))
bf93830f win32k!vSpDeviceControlSprites (void __stdcall vSpDeviceControlSprites(struct HDEV__ *,class EWNDOBJ *,unsigned long))
bf89905f win32k!GetThreadsWithPKL (_GetThreadsWithPKL@8)
bf9ac148 win32k!gTKExtraInformation = <no type information>
bf8f7200 win32k!NtGdiDdDestroySurface (_NtGdiDdDestroySurface@8)
bf9a99ec win32k!gpMonitorMouse = <no type information>
bf917282 win32k!xxxUpdateSystemIconsFromRegistry (_xxxUpdateSystemIconsFromRegistry@4)
bf9ac574 win32k!gulFontInformation = <no type information>
bf86d187 win32k!itrp_RPV (@itrp_RPV@8)
bf93459d win32k!NtGdiDdRenderMoComp (_NtGdiDdRenderMoComp@8)
bf82c872 win32k!EXLATEOBJ::vAddToCache (public: void __thiscall EXLATEOBJ::vAddToCache(class XEPALOBJ,class XEPALOBJ,class XEPALOBJ,class XEPALOBJ))
bf9abfa0 win32k!gpcurPhysCurrent = <no type information>
bf97c412 win32k!bValidRangePOSTFormat2 (_bValidRangePOSTFormat2@12)
bf8b1e30 win32k!xxxProcessEventMessage (_xxxProcessEventMessage@8)
bf8942ce win32k!GreGetDeviceCaps (_GreGetDeviceCaps@8)
bf9345b3 win32k!NtGdiDdQueryMoCompStatus (_NtGdiDdQueryMoCompStatus@8)
bf95effd win32k!vStrWrite16 (void __stdcall vStrWrite16(struct _STRRUN *,struct _XRUNLEN *,class SURFACE *,struct _CLIPOBJ *))
bf9999f0 win32k!GrayIdxWORD = <no type information>
bf80ccc4 win32k!DCMEMOBJ::DCMEMOBJ (public: __thiscall DCMEMOBJ::DCMEMOBJ(unsigned long,int))
bf941aa5 win32k!GreGetFontUnicodeRanges (_GreGetFontUnicodeRanges@8)
bf8e2c74 win32k!NtGdiGetOutlineTextMetricsInternalW (_NtGdiGetOutlineTextMetricsInternalW@16)
bf8b694b win32k!fs_Initialize (_fs_Initialize)
bf9115bf win32k!vtfdQueryFontCaps (_vtfdQueryFontCaps@8)
bf8539ae win32k!SetRect (_SetRect@20)
bf91a3b1 win32k!GetSecurityContextLuid (_GetSecurityContextLuid@8)
bf920a98 win32k!Request (_Request@4)
bf9468a7 win32k!EPOINTQF::operator*= (public: void __thiscall EPOINTQF::operator*=(long))
bf80260a win32k!xxxReadPostMessage (_xxxReadPostMessage@24)
bf98d048 win32k!_imp__RtlIntegerToUnicode = <no type information>
bf8805d6 win32k!PFEMEMOBJ::bInit (public: int __thiscall PFEMEMOBJ::bInit(class PFF *,unsigned long,struct _FD_GLYPHSET *,unsigned long,struct _IFIMETRICS *,unsigned long,int,struct _UNIVERSAL_FONT_ID *,int))
bf9556f0 win32k!MultiUserGreCleanupHmgRemoveAllLocks (void __stdcall MultiUserGreCleanupHmgRemoveAllLocks(unsigned char))
bf9a962c win32k!atmfdFuncData = <no type information>
bf83839e win32k!NtUserSelectPalette (_NtUserSelectPalette@12)
bf98d46c win32k!_imp__ExSystemTimeToLocalTime = <no type information>
bf8b8afc win32k!RGNOBJ::bCreate (public: int __thiscall RGNOBJ::bCreate(class EPATHOBJ &,class EXFORMOBJ *))
bf8a16da win32k!cVtfdResFaces (_cVtfdResFaces@4)
bf99ffd8 win32k!ajGammaCT_22 = <no type information>
bf8a6ff7 win32k!bInitializeEUDC (int __stdcall bInitializeEUDC(void))
bf99fdd8 win32k!ajGammaCT_21 = <no type information>
bf99fbd8 win32k!ajGammaCT_20 = <no type information>
bf959a3d win32k!MulSaveScreenBits (unsigned long __stdcall MulSaveScreenBits(struct _SURFOBJ *,unsigned long,unsigned long,struct _RECTL *))
bf98d09c win32k!_imp__MmCreateSection = <no type information>
bf9a9830 win32k!gdwLocks = <no type information>
bf8959f8 win32k!_SetDoubleClickTime (__SetDoubleClickTime@4)
bf98d434 win32k!_imp__IoCreateDriver = <no type information>
bf9a5694 win32k!bLastVKDown = <no type information>
bf8b0038 win32k!bXformUnitVector (_bXformUnitVector@24)
bf97f188 win32k!OutputAATo8BPP_K_B332_XLATE (_OutputAATo8BPP_K_B332_XLATE)
bf836122 win32k!FreeSMS (_FreeSMS@4)
bf83d37e win32k!LockWndMenu (_LockWndMenu@12)
bf87b846 win32k!FillGradient (_FillGradient@16)
bf90c5a7 win32k!xxxDrawMenuBar (_xxxDrawMenuBar@4)
bf87f933 win32k!UserIsUserCritSecIn (_UserIsUserCritSecIn@0)
bf933943 win32k!FLOATOBJ_SetLong (_FLOATOBJ_SetLong@8)
bf944bb8 win32k!STROBJ_dwGetCodePage (_STROBJ_dwGetCodePage@4)
bf8c8da6 win32k!bCvtPts (_bCvtPts@16)
bf881e84 win32k!EPATHOBJ::pprFlattenRec (protected: struct _PATHRECORD * __thiscall EPATHOBJ::pprFlattenRec(struct _PATHRECORD *))
bf97b890 win32k!Fixupb7Run (_Fixupb7Run@8)
bf8c5799 win32k!UnmapPrintKView (_UnmapPrintKView@4)
bf8afe9c win32k!vGetNotionalGlyphMetrics (_vGetNotionalGlyphMetrics@12)
bf9ac3cc win32k!gptiBlockInput = <no type information>
bf814c27 win32k!xxxRedrawTitle (_xxxRedrawTitle@8)
bf8486af win32k!xxxProcessKeyEvent (_xxxProcessKeyEvent@16)
bf819ef6 win32k!NtGdiCreateSolidBrush (_NtGdiCreateSolidBrush@8)
bf855b56 win32k!HasForegroundActivateRight (_HasForegroundActivateRight@4)
bf94ce6e win32k!NtGdiSetMagicColors (_NtGdiSetMagicColors@12)
bf800eca win32k!zzzCalcStartCursorHide (_zzzCalcStartCursorHide@8)
bf8c72f8 win32k!DC::vCurrentPosition (public: void __thiscall DC::vCurrentPosition(long,long,long,long))
bf98d040 win32k!PsJobType = <no type information>
bf8218d7 win32k!xxxScanSysQueue (_xxxScanSysQueue@28)
bf823429 win32k!RGNOBJ::bExpand (public: int __thiscall RGNOBJ::bExpand(unsigned long))
bf8d37cf win32k!sfac_ReadComponentData (@sfac_ReadComponentData@56)
bf84c7ad win32k!NtGdiCreatePen (_NtGdiCreatePen@16)
bf82787d win32k!SfnINLPWINDOWPOS (_SfnINLPWINDOWPOS@32)
bf8fcb5f win32k!RFONTOBJ::vGetInfo (public: void __thiscall RFONTOBJ::vGetInfo(struct _FONTINFO *))
bf99b3dc win32k!aulShiftControlCvt_VK_IBM02 = <no type information>
bf8044a8 win32k!ERECTL::vOrder (public: void __thiscall ERECTL::vOrder(void))
bf8889bf win32k!PDEVOBJ::vFilterDriverHooks (public: void __thiscall PDEVOBJ::vFilterDriverHooks(void))
bf80ec12 win32k!NtUserDispatchMessage (_NtUserDispatchMessage@4)
bf8e8b00 win32k!EXFORMOBJ::vComputeWtoDAccelFlags (public: void __thiscall EXFORMOBJ::vComputeWtoDAccelFlags(void))
bf96b813 win32k!WIDEPATHOBJ::vPrependBeforeSubpath (public: void __thiscall WIDEPATHOBJ::vPrependBeforeSubpath(void))
bf9336ce win32k!xxxActivateDebugger (_xxxActivateDebugger@4)
bf8d2677 win32k!scl_ScaleFromFixedFUnits (@scl_ScaleFromFixedFUnits@20)
bf939b62 win32k!EWNDOBJ::vSetClip (public: void __thiscall EWNDOBJ::vSetClip(class REGION *,class ERECTL))
bf8e946f win32k!SetTooltipTimer (_SetTooltipTimer@12)
bf893ce5 win32k!NtUserCreateWindowStation (_NtUserCreateWindowStation@28)
bf808355 win32k!DC::bSetDefaultRegion (public: int __thiscall DC::bSetDefaultRegion(void))
bf813bdc win32k!GreCreateCompatibleBitmap (_GreCreateCompatibleBitmap@12)
bf8d5f79 win32k!XCLIPOBJ::vSetLeftToRight (protected: void __thiscall XCLIPOBJ::vSetLeftToRight(int))
bf98c6f0 win32k!itrp_IDefPatch (@itrp_IDefPatch@8)
bf82d644 win32k!HmgLockAllOwners (@HmgLockAllOwners@8)
bf933a28 win32k!FLOATOBJ_SubLong (_FLOATOBJ_SubLong@8)
bf9a02d0 win32k!SURFACE::tSize = <no type information>
bf93f2be win32k!EngFntCacheFault (_EngFntCacheFault@8)
bf8fa680 win32k!XDCOBJ::bSetLinkedUFIs (public: int __thiscall XDCOBJ::bSetLinkedUFIs(struct _UNIVERSAL_FONT_ID *,unsigned int))
bf8281e3 win32k!ValidateZorder (_ValidateZorder@4)
bf8891a3 win32k!xxxButtonEvent (_xxxButtonEvent@40)
bf955dbd win32k!PFEOBJ::pGetLinkedFontList (public: struct _LIST_ENTRY * __thiscall PFEOBJ::pGetLinkedFontList(void))
bf8475b7 win32k!PostInputMessage (_PostInputMessage@28)
bf95ff5e win32k!vLoadAndConvert8ToBGRA (void __stdcall vLoadAndConvert8ToBGRA(unsigned long *,unsigned char *,long,long,struct _XLATEOBJ *))
bf9abde0 win32k!gMenuState = <no type information>
bf9a9a04 win32k!gbVKLastDown = <no type information>
bf9abd4c win32k!gnRedirectedCount = <no type information>
bf8c4398 win32k!FindClipFormat (_FindClipFormat@8)
bf815737 win32k!UT_GetParentDCClipBox (_UT_GetParentDCClipBox@12)
bf83457a win32k!xxxWrapSendMessageCallback (_xxxWrapSendMessageCallback@20)
bf947450 win32k!STROBJ_bGetAdvanceWidthsLinked (int __stdcall STROBJ_bGetAdvanceWidthsLinked(class ESTROBJ *,unsigned long,unsigned long,struct _POINTQF *))
bf89a925 win32k!bCheckHdmxTable (_bCheckHdmxTable@8)
bf934392 win32k!NtGdiDdColorControl (_NtGdiDdColorControl@8)
bf8ffced win32k!UMPDOBJ::ThunkLINEATTRS (public: int __thiscall UMPDOBJ::ThunkLINEATTRS(struct _LINEATTRS * *))
bf94158c win32k!EPOINTFL::operator/= (public: void __thiscall EPOINTFL::operator/=(class EFLOAT))
bf947653 win32k!ESTROBJ::bLinkedTextToPath (public: int __thiscall ESTROBJ::bLinkedTextToPath(class EPATHOBJ &,class XDCOBJ &,int))
bf88b8ae win32k!vLoadFontFileView (void __stdcall vLoadFontFileView(unsigned short *,unsigned long,struct _FONTFILEVIEW * *,unsigned long,void * *,unsigned long *,struct tagDESIGNVECTOR *,unsigned long,unsigned long *,class PDEV * *,struct _FNTCHECKSUM *))
bf861c5e win32k!AddVertOn (@AddVertOn@4)
bf85748a win32k!GreGetBoundsRect (_GreGetBoundsRect@12)
bf80f190 win32k!EFLOATEXT::EFLOATEXT (public: __thiscall EFLOATEXT::EFLOATEXT(long))
bf98cfe8 win32k!_imp__PsGetCurrentProcess = <no type information>
bf98d5d8 win32k!GUID_IO_DEVICE_BECOMING_READY = <no type information>
bf80189a win32k!IsHandleEntryRestricted (_IsHandleEntryRestricted@4)
bf917c7d win32k!xxxRemoteConsoleShadowStop (_xxxRemoteConsoleShadowStop@0)
bf80dc51 win32k!GreDPtoLP (_GreDPtoLP@12)
bf80dc30 win32k!GreLPtoDP (_GreLPtoDP@12)
bf8a269a win32k!CreateMonitor (_CreateMonitor@0)
bf8249eb win32k!GetMouseKeyFlags (_GetMouseKeyFlags@4)
bf96b7f5 win32k!LINEDATA::bToLeftSide (public: int __thiscall LINEDATA::bToLeftSide(void))
bf954b3f win32k!NtGdiBRUSHOBJ_pvAllocRbrush (_NtGdiBRUSHOBJ_pvAllocRbrush@8)
bf87f997 win32k!vConvertLogFontW (void __stdcall vConvertLogFontW(struct tagENUMLOGFONTEXDVW *,struct tagLOGFONTW *))
bf95fc69 win32k!vLoadAndConvert1ToBGRA (void __stdcall vLoadAndConvert1ToBGRA(unsigned long *,unsigned char *,long,long,struct _XLATEOBJ *))
bf934203 win32k!EngInitializeSafeSemaphore (_EngInitializeSafeSemaphore@4)
bf9a9a24 win32k!gcrcVisExcludeMax = <no type information>
bf8403fc win32k!GreValidateServerHandle (_GreValidateServerHandle@8)
bf95fe6a win32k!vLoadAndConvert4ToBGRA (void __stdcall vLoadAndConvert4ToBGRA(unsigned long *,unsigned char *,long,long,struct _XLATEOBJ *))
bf962160 win32k!WatchdogDrvStretchBltROP (int __stdcall WatchdogDrvStretchBltROP(struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct tagCOLORADJUSTMENT *,struct _POINTL *,struct _RECTL *,struct _RECTL *,struct _POINTL *,unsigned long,struct _BRUSHOBJ *,unsigned long))
bf9a9640 win32k!gpcpVTFD = <no type information>
bf8b46b9 win32k!UserReAllocPoolWithQuotaTag (_UserReAllocPoolWithQuotaTag@16)
bf99afb4 win32k!__security_cookie = <no type information>
bf81f7b7 win32k!UserGetDesktopDC (_UserGetDesktopDC@12)
bf90ebfb win32k!BltLnkAccel6666 (void __stdcall BltLnkAccel6666(unsigned char *,unsigned char *,long,long,long,long))
bf87913e win32k!hdcOpenDCW (_hdcOpenDCW@28)
bf85c1cf win32k!fsg_DoScanControl (@fsg_DoScanControl@8)
bf907718 win32k!NtGdiDdGetMoCompGuids (_NtGdiDdGetMoCompGuids@8)
bf8f12b0 win32k!BltColor (_BltColor@40)
bf976137 win32k!greenloop (int __stdcall greenloop(int))
bf857874 win32k!GreSetBoundsRect (_GreSetBoundsRect@12)
bf8342dd win32k!MNGetPopupFromMenu (_MNGetPopupFromMenu@8)
bf8d40d5 win32k!bEllipse (int __stdcall bEllipse(class EPATHOBJ &,class EBOX &))
bf910117 win32k!BmfdUnloadFontFile (_BmfdUnloadFontFile@4)
bf88b973 win32k!PDEVOBJ::LoadFontFile (public: unsigned long __thiscall PDEVOBJ::LoadFontFile(unsigned long,unsigned long *,void * *,unsigned long *,struct tagDESIGNVECTOR *,unsigned long,unsigned long))
bf9a6314 win32k!ppalDefault = <no type information>
bf940aeb win32k!bIsTriangleInBounds (int __stdcall bIsTriangleInBounds(struct _TRIVERTEX *,struct _TRIVERTEX *,struct _TRIVERTEX *,struct _TRIANGLEDATA *))
bf938025 win32k!SpPlgBlt (int __stdcall SpPlgBlt(struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct tagCOLORADJUSTMENT *,struct _POINTL *,struct _POINTFIX *,struct _RECTL *,struct _POINTL *,unsigned long))
bf92e673 win32k!IsKeyboardDevice (_IsKeyboardDevice@8)
bf8010ac win32k!__security_check_cookie (@__security_check_cookie@4)
bf96aea9 win32k!bIntersect (int __stdcall bIntersect(struct _RECTFX *,struct _RECTFX *))
bf89cc9d win32k!cComputeGISET (unsigned long __stdcall cComputeGISET(unsigned short *,unsigned long,struct _GISET *,unsigned long))
bf9604a3 win32k!vConvertAndSaveBGRAToRGB16_565 (void __stdcall vConvertAndSaveBGRAToRGB16_565(unsigned char *,unsigned long *,long,long,struct _XLATEOBJ *,class XEPALOBJ,class XEPALOBJ))
bf9a2360 win32k!aulMsk = <no type information>
bf9ac008 win32k!gfInNumpadHexInput = <no type information>
bf82e030 win32k!EBRUSHOBJ::EBRUSHOBJ (public: __thiscall EBRUSHOBJ::EBRUSHOBJ(void))
bf960ca3 win32k!WatchdogRecoveryThread (void __stdcall WatchdogRecoveryThread(void *))
bf91dbda win32k!DestroyNotify (_DestroyNotify@4)
bf80638f win32k!GreGetClipBox (_GreGetClipBox@12)
bf92b049 win32k!SfnPOPTINLPUINT (_SfnPOPTINLPUINT@32)
bf8aa208 win32k!DrvChangeDisplaySettings (_DrvChangeDisplaySettings@44)
bf98d608 win32k!GUID_TARGET_DEVICE_REMOVE_COMPLETE = <no type information>
bf890878 win32k!xxxSetShellWindow (_xxxSetShellWindow@8)
bf97b5f8 win32k!IsCurrentCodePageDBCS (_IsCurrentCodePageDBCS@0)
bf93330d win32k!_GetWindowContextHelpId (__GetWindowContextHelpId@4)
bf931586 win32k!DownSiren (_DownSiren@0)
bf882f2d win32k!bBlurCursorShadow (int __stdcall bBlurCursorShadow(struct _SURFOBJ *))
bf971ca4 win32k!PFEOBJ::cKernPairs (public: unsigned long __thiscall PFEOBJ::cKernPairs(struct _FD_KERNINGPAIR * *))
bf97706c win32k!vtfdDisablePDEV (_vtfdDisablePDEV@4)
bf9aa9a8 win32k!gWinstaRunRef = <no type information>
bf9a6b48 win32k!gpLockShortDelay = <no type information>
bf937703 win32k!UNDODESKTOPCOORD::UNDODESKTOPCOORD (public: __thiscall UNDODESKTOPCOORD::UNDODESKTOPCOORD(class EWNDOBJ *,struct _SPRITESTATE *))
bf9a1d40 win32k!FP_SINE_FACTOR = <no type information>
bf91d9ca win32k!xxxCallJournalRecordHook (_xxxCallJournalRecordHook@4)
bf97c5cc win32k!vSetClearTypeState__FONTCONTEXT (_vSetClearTypeState__FONTCONTEXT@4)
bf9ac4fc win32k!gdwFreeRecordTotalFrees = <no type information>
bf80f269 win32k!RFONTOBJ::PreTextOut (public: void __thiscall RFONTOBJ::PreTextOut(class XDCOBJ &))
bf9651cd win32k!RFONTOBJ::bSetNewFDX (public: int __thiscall RFONTOBJ::bSetNewFDX(class XDCOBJ &,struct _FD_XFORM &,unsigned long))
bf85cb32 win32k!itrp_SRP2 (@itrp_SRP2@8)
bf9abd30 win32k!ghrgnInvalid = <no type information>
bf81f43e win32k!ValidateAndLockCursor (_ValidateAndLockCursor@8)
bf8e6fc1 win32k!SUSPENDWATCH::Resume (public: void __thiscall SUSPENDWATCH::Resume(void))
bf8f99dd win32k!BltLnkSrcCopyMsk24 (void __stdcall BltLnkSrcCopyMsk24(struct BLTINFO *,struct _BLTLNK_MASKINFO *,unsigned long *,unsigned long *))
bf917b54 win32k!ReadCurrentPowerSettting (_ReadCurrentPowerSettting@0)
bf86cf41 win32k!itrp_ABS (@itrp_ABS@8)
bf9abd75 win32k!gMKPreviousVk = <no type information>
bf94af8d win32k!GreSetDeviceGammaRampInternal (_GreSetDeviceGammaRampInternal@12)
bf88eb7a win32k!bCheckLocaTable (_bCheckLocaTable@16)
bf97cdbd win32k!vCvtToItalicBmp (_vCvtToItalicBmp@24)
bf84d814 win32k!EFLOATEXT::EFLOATEXT (public: __thiscall EFLOATEXT::EFLOATEXT(unsigned long))
bf8baaa7 win32k!bIntersect (int __fastcall bIntersect(struct _RECTL const *,struct _RECTL const *,struct _RECTL *))
bf8dc9f2 win32k!NtGdiSetMetaRgn (_NtGdiSetMetaRgn@4)
bf9af599 win32k!hfontInitDefaultGuiFont (_hfontInitDefaultGuiFont@0)
bf84ec20 win32k!WIDEPATHOBJ::bGrowPath (protected: int __thiscall WIDEPATHOBJ::bGrowPath(void))
bf9a6f00 win32k!gbMMXProcessor = <no type information>
bf8b5b60 win32k!scl_PostTransformGlyph (@scl_PostTransformGlyph@12)
bf80e6e6 win32k!HMFreeObject (_HMFreeObject@4)
bf8a0ed4 win32k!vtfdQueryFontFileTE (_vtfdQueryFontFileTE@16)
bf92e113 win32k!DeleteImeHotKey (_DeleteImeHotKey@8)
bf893692 win32k!NtUserCreateDesktop (_NtUserCreateDesktop@20)
bf8edd0d win32k!xxxChangeClipboardChain (_xxxChangeClipboardChain@8)
bf91b01f win32k!CheckOnTop (_CheckOnTop@12)
bf84b706 win32k!xxxRemoveDeleteMenuHelper (_xxxRemoveDeleteMenuHelper@16)
bf89ac3b win32k!fs_GetGlyphIDs (_fs_GetGlyphIDs)
bf8c9924 win32k!bGIQtoIntegerLine (int __stdcall bGIQtoIntegerLine(struct _POINTFIX *,struct _POINTFIX *,struct _RECTL *,struct _DDALINE *))
bf924ae9 win32k!FinalizeKoreanImeCompStrOnMouseClick (_FinalizeKoreanImeCompStrOnMouseClick@4)
bf8c493f win32k!_GetInputState (__GetInputState@0)
bf87b153 win32k!xxxDrawCaptionTemp (_xxxDrawCaptionTemp@28)
bf8515bf win32k!bSpComputeScan (int __stdcall bSpComputeScan(struct _SPRITESTATE *,class SPRITE *,long,long,struct _SPRITESCAN * *,unsigned long *))
bf99b640 win32k!charsets = <no type information>
bf9aeb29 win32k!bInitStockFonts (_bInitStockFonts@0)
bf944342 win32k!vSrcTranCopyS1D16 (_vSrcTranCopyS1D16@44)
bf86d568 win32k!itrp_WCVTFOD (@itrp_WCVTFOD@8)
bf8c2151 win32k!FastGetProfileStringW (_FastGetProfileStringW@28)
bf82c0b6 win32k!bDeleteFont (int __stdcall bDeleteFont(struct HLFONT__ *,int))
bf80cf2d win32k!PDEVOBJ::vUnreferencePdev (public: void __thiscall PDEVOBJ::vUnreferencePdev(enum CLEANUPTYPE))
bf95cc4d win32k!EXFORMOBJ::vGetCoefficient (public: void __thiscall EXFORMOBJ::vGetCoefficient(struct tagFLOATOBJ_XFORM *))
bf9a9a18 win32k!gWaitBlockArray = <no type information>
bf9abcfc win32k!ghrgnScrlVis = <no type information>
bf8737e5 win32k!GetHDevName (_GetHDevName@8)
bf8b4468 win32k!xxxCancelMouseMoveTracking (_xxxCancelMouseMoveTracking@16)
bf807c94 win32k!SURFACE::pfnTextOut (public: int (__stdcall*__thiscall SURFACE::pfnTextOut(void))(struct _SURFOBJ *,struct _STROBJ *,struct _FONTOBJ *,struct _CLIPOBJ *,struct _RECTL *,struct _RECTL *,struct _BRUSHOBJ *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long))
bf91faaf win32k!AddConvProp (_AddConvProp@20)
bf9a90d4 win32k!G_RemoteConnectionChannel = <no type information>
bf94054b win32k!vCalculateLine (void __stdcall vCalculateLine(struct _TRIVERTEX *,struct _TRIVERTEX *,struct _TRIANGLEDATA *))
bf8f48a8 win32k!IsSmallerThanScreen (_IsSmallerThanScreen@4)
bf977998 win32k!UMPDDrvIcmCreateColorTransform (void * __stdcall UMPDDrvIcmCreateColorTransform(struct DHPDEV__ *,struct tagLOGCOLORSPACEW *,void *,unsigned long,void *,unsigned long,void *,unsigned long,unsigned long))
bf81b860 win32k!ResStrCmp (_ResStrCmp@8)
bf8d8212 win32k!AdjustSrcDevGamma (_AdjustSrcDevGamma)
bf953891 win32k!CaptureBits (void __stdcall CaptureBits(void *,void *,unsigned long))
bf8ea358 win32k!DT_DrawStr (_DT_DrawStr@36)
bf93395c win32k!FLOATOBJ_GetFloat (_FLOATOBJ_GetFloat@4)
bf83aad1 win32k!RemoveEventMessage (_RemoveEventMessage@12)
bf932601 win32k!KbdNlsFuncTypeDummy (_KbdNlsFuncTypeDummy@12)
bf80440d win32k!XDCOBJ::XDCOBJ (public: __thiscall XDCOBJ::XDCOBJ(struct HDC__ *))
bf83fee3 win32k!RtlInitUnicodeStringOrId (_RtlInitUnicodeStringOrId@8)
bf97c211 win32k!cjComputeGLYPHSET_OLDBIDI (_cjComputeGLYPHSET_OLDBIDI@12)
bf84ae9e win32k!_SetSystemTimer (__SetSystemTimer@16)
bf918537 win32k!CtxDisplayIOCtl (_CtxDisplayIOCtl@12)
bf88588d win32k!ProcessQueuedMouseEvents (_ProcessQueuedMouseEvents@0)
bf8368e1 win32k!EngCopyBits (_EngCopyBits@24)
bf94783b win32k!XLATEOBJ_piVector (_XLATEOBJ_piVector@4)
bf84582a win32k!NtUserDestroyWindow (_NtUserDestroyWindow@4)
bf94a044 win32k!NtGdiDescribePixelFormat (_NtGdiDescribePixelFormat@16)
bf820f4c win32k!cCapString (_cCapString@12)
bf8c53c3 win32k!vSolidFillRect24 (void __stdcall vSolidFillRect24(struct _RECTL *,unsigned long,unsigned char *,long,unsigned long,unsigned long))
bf92b82a win32k!ClientGetDDEFlags (_ClientGetDDEFlags@8)
bf8560ac win32k!vComputeRotatedXform (_vComputeRotatedXform@12)
bf9aa920 win32k!gcMaxNumOfProcs = <no type information>
bf9ac560 win32k!gfsCurSignature = <no type information>
bf80e963 win32k!HMAllocObject (_HMAllocObject@16)
bf8871a0 win32k!xxxSendMessageBSM (_xxxSendMessageBSM@20)
bf91cdd1 win32k!DIBtoBMP (_DIBtoBMP@12)
bf97d303 win32k!vItalicizeLine (_vItalicizeLine@20)
bf98d2f0 win32k!_imp_ExReleaseRundownProtection = <no type information>
bf8bab74 win32k!psoSpGetComposite (struct _SURFOBJ * __stdcall psoSpGetComposite(struct _SPRITESTATE *,struct _RECTL *))
bf81551a win32k!InternalInvalidate2 (_InternalInvalidate2@20)
bf97714b win32k!atmfdQueryTrueTypeOutline (_atmfdQueryTrueTypeOutline@28)
bf87a2e0 win32k!pfnGetRLESrcCopy (int (__stdcall*__stdcall pfnGetRLESrcCopy(unsigned long,unsigned long))(struct BLTINFO *))
bf98858a win32k!_strnicmp (__strnicmp)
bf97a487 win32k!BltLnkAccel8888 (void __stdcall BltLnkAccel8888(unsigned char *,unsigned char *,long,long,long,long))
bf87e0e2 win32k!IFIOBJ::lfOutPrecisionEnum (public: unsigned char __thiscall IFIOBJ::lfOutPrecisionEnum(void))
bf800b78 win32k!ExFreeToPagedLookasideList (_ExFreeToPagedLookasideList@8)
bf91adc8 win32k!IsRectBogus (_IsRectBogus@16)
bf934413 win32k!NtGdiDdGetDxHandle (_NtGdiDdGetDxHandle@12)
bf8bd317 win32k!AllocQueue (_AllocQueue@8)
bf917179 win32k!DestroyHandleSecondPass (_DestroyHandleSecondPass@4)
bf966c0e win32k!PDEVOBJ::QueryTrueTypeOutline (public: long __thiscall PDEVOBJ::QueryTrueTypeOutline(struct DHPDEV__ *,struct _FONTOBJ *,unsigned long,int,struct _GLYPHDATA *,unsigned long,struct tagTTPOLYGONHEADER *))
bf8f61ed win32k!xxxMNDestroyHandler (_xxxMNDestroyHandler@4)
bf88fd08 win32k!xxxAddFontResourceW (_xxxAddFontResourceW@12)
bf94a946 win32k!NtGdiDeleteColorSpace (_NtGdiDeleteColorSpace@4)
bf98d570 win32k!_imp__MmAddVerifierThunks = <no type information>
bf955025 win32k!NtGdiFONTOBJ_pvTrueTypeFontFile (_NtGdiFONTOBJ_pvTrueTypeFontFile@8)
bf9aa60c win32k!psiiList = <no type information>
bf8bc857 win32k!W32pProcessCallout (_W32pProcessCallout@8)
bf93bf4b win32k!EngFileWrite (_EngFileWrite@16)
bf816ab2 win32k!StoreMessage (_StoreMessage@24)
bf99b1d0 win32k!gnllHooksTimeout = <no type information>
bf80549c win32k!HANDLELOCK::~HANDLELOCK (public: __thiscall HANDLELOCK::~HANDLELOCK(void))
bf924768 win32k!xxxGetMenuItemRect (_xxxGetMenuItemRect@16)
bf976ca5 win32k!VerifierEngCreateWnd (_VerifierEngCreateWnd@20)
bf8fe102 win32k!UMPDDrvStartBanding (int __stdcall UMPDDrvStartBanding(struct _SURFOBJ *,struct _POINTL *))
bf85b5b8 win32k!MultiUserGreTrackAddEngResource (void __stdcall MultiUserGreTrackAddEngResource(struct tagENGTRACKHDR *,unsigned long))
bf932b2a win32k!NlsKbdSendIMENotification (_NlsKbdSendIMENotification@8)
bf94dfba win32k!bComputeQuickLookup (int __stdcall bComputeQuickLookup(struct _QUICKLOOKUP *,class PFE *,int))
bf9402c7 win32k!FilteredBitBlt (int __stdcall FilteredBitBlt(struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct _RECTL *,struct _POINTL *,struct _POINTL *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long))
bf8fb1e2 win32k!NtGdiSTROBJ_bGetAdvanceWidths (_NtGdiSTROBJ_bGetAdvanceWidths@16)
bf826890 win32k!GetAppCompatFlags (_GetAppCompatFlags@4)
bf9191d3 win32k!xxxRequestOutOfFullScreenMode (_xxxRequestOutOfFullScreenMode@0)
bf877fd4 win32k!BltLnkSrcCopyMsk32 (void __stdcall BltLnkSrcCopyMsk32(struct BLTINFO *,struct _BLTLNK_MASKINFO *,unsigned long *,unsigned long *))
bf8a192d win32k!SharedAlloc (_SharedAlloc@4)
bf933386 win32k!xxxHelpLoop (_xxxHelpLoop@4)
bf800c13 win32k!_SEH_epilog (__SEH_epilog)
bf9ac40c win32k!gspwndAltTab = <no type information>
bf9550f5 win32k!NtGdiXLATEOBJ_hGetColorTransform (_NtGdiXLATEOBJ_hGetColorTransform@4)
bf8491b4 win32k!bSpIsSystemMemory (int __stdcall bSpIsSystemMemory(struct _SURFOBJ *))
bf9a6c5c win32k!gpGdiSharedMemory = <no type information>
bf8c4dd5 win32k!NtUserGetUpdateRgn (_NtUserGetUpdateRgn@12)
bf98cff4 win32k!_imp__ExRaiseAccessViolation = <no type information>
bf838236 win32k!GreSelectPalette (_GreSelectPalette@12)
bf82cc6c win32k!UT_CaretSet (_UT_CaretSet@4)
bf975917 win32k!XDCOBJ::bRemoveColorTransform (public: int __thiscall XDCOBJ::bRemoveColorTransform(void *))
bf947ba3 win32k!XLATEOBJ_ulIndexToPalSurf (unsigned char __stdcall XLATEOBJ_ulIndexToPalSurf(struct _XLATEOBJ *,unsigned char *,unsigned long))
bf94f8a2 win32k!StringCchCatW (long __stdcall StringCchCatW(unsigned short *,unsigned int,unsigned short const *))
bf947f4c win32k!NtGdiAbortPath (_NtGdiAbortPath@4)
bf833436 win32k!vSpDeleteSurface (void __stdcall vSpDeleteSurface(struct _SURFOBJ *))
bf9892f5 win32k!fsg_RestoreContourData (@fsg_RestoreContourData@32)
bf9337ca win32k!CreateCompatiblePublicDC (_CreateCompatiblePublicDC@8)
bf907670 win32k!DxEngMarkSurfaceAsDirectDraw (_DxEngMarkSurfaceAsDirectDraw@8)
bf914f30 win32k!NtUserSetImeInfoEx (_NtUserSetImeInfoEx@4)
bf904b7d win32k!GetBitDepthFromBMF (unsigned int __stdcall GetBitDepthFromBMF(int))
bf8b8524 win32k!vAdvanceAETEdges (void __stdcall vAdvanceAETEdges(class EDGE *))
bf926107 win32k!PostAccessNotification (_PostAccessNotification@4)
bf84e750 win32k!WIDEPATHOBJ::bBeginFigure (public: int __thiscall WIDEPATHOBJ::bBeginFigure(void))
bf8b8a4d win32k!EPATHOBJ::newpathrec (protected: int __thiscall EPATHOBJ::newpathrec(struct _PATHRECORD * *,unsigned long *,unsigned long))
bf97187f win32k!GreNamedEscape (_GreNamedEscape@24)
bf85c623 win32k!itrp_ExecuteGlyphPgm (@itrp_ExecuteGlyphPgm@36)
bf91f608 win32k!DrawCtlThumb (_DrawCtlThumb@4)
bf97a56d win32k!BltLnkSrcCopyMsk1 (void __stdcall BltLnkSrcCopyMsk1(struct BLTINFO *,struct _BLTLNK_MASKINFO *,unsigned long *,unsigned long *))
bf93964a win32k!EngUnlockDriverObj (_EngUnlockDriverObj@4)
bf914230 win32k!NtUserfnPOUTLPINT (_NtUserfnPOUTLPINT@28)
bf89a212 win32k!xxxLoadDesktopWallpaper (_xxxLoadDesktopWallpaper@4)
bf82c3b2 win32k!ftoef_c (_ftoef_c@8)
bf90cb3b win32k!InsertTask (_InsertTask@8)
bf9ac00c win32k!gLangToggleKeyState = <no type information>
bf99ecd8 win32k!ajGammaInvCT_12 = <no type information>
bf8883ea win32k!_ShowWindowAsync (__ShowWindowAsync@12)
bf9423f6 win32k!EngPlgBlt (_EngPlgBlt@44)
bf961265 win32k!WatchdogDrvSetPixelFormat (unsigned long __stdcall WatchdogDrvSetPixelFormat(struct _SURFOBJ *,long,struct HWND__ *))
bf9a99c8 win32k!gCDROMClassRegistrationEntry = <no type information>
bf9412ee win32k!bTriangleMesh (int __stdcall bTriangleMesh(class SURFACE *,struct _XLATEOBJ *,struct _TRIVERTEX *,unsigned long,struct _GRADIENT_TRIANGLE *,unsigned long,unsigned long,struct _RECTL *,struct _RECTL *,struct _POINTL *))
bf8b3654 win32k!AccessCheckObject (_AccessCheckObject@16)
bf9aaba4 win32k!gbFreezeScreenUpdates = <no type information>
bf949f24 win32k!NtGdiForceUFIMapping (_NtGdiForceUFIMapping@8)
bf91a608 win32k!HMNullFnDestroy (_HMNullFnDestroy@4)
bf8852cf win32k!LockDesktopMenu (_LockDesktopMenu@8)
bf98d3b0 win32k!_imp__RtlDeleteAtomFromAtomTable = <no type information>
bf8eef14 win32k!xxxValidateRect (_xxxValidateRect@8)
bf90e40d win32k!IsDCCurrentPalette (_IsDCCurrentPalette@4)
bf98d3dc win32k!_imp__IoFileObjectType = <no type information>
bf964e72 win32k!bAddPrintKView (int __stdcall bAddPrintKView(unsigned long,void *,unsigned long,unsigned long,struct _FONTFILE_PRINTKVIEW *))
bf80859a win32k!bIsCompatible (int __stdcall bIsCompatible(class PALETTE * *,class PALETTE *,class SURFACE *,struct HDEV__ *))
bf86a294 win32k!RFONTOBJ::bCalcLayoutUnits (public: int __thiscall RFONTOBJ::bCalcLayoutUnits(class XDCOBJ *))
bf9a1270 win32k!gDitherMatrix16x16Halftone = <no type information>
bf8a769f win32k!vGetJpn98FixPitch (void __stdcall vGetJpn98FixPitch(void))
bf926f06 win32k!PrepareFallbackKeyboardFile (_PrepareFallbackKeyboardFile@4)
bf99b158 win32k!gasysico = <no type information>
bf9ac3a0 win32k!gFilterKeys = <no type information>
bf82cff7 win32k!NtGdiSetLayout (_NtGdiSetLayout@12)
bf84b085 win32k!xxxCreateCaret (_xxxCreateCaret@16)
bf9a99f8 win32k!UserAtomTableHandle = <no type information>
bf837fd5 win32k!EXFORMOBJ::bMultiply (public: int __thiscall EXFORMOBJ::bMultiply(class MATRIX *,class MATRIX *,unsigned long))
bf8106af win32k!LFONTOBJ::ppfeMapFont (public: class PFE * __thiscall LFONTOBJ::ppfeMapFont(class XDCOBJ &,unsigned long *,struct _POINTL *,unsigned long *,int))
bf85984b win32k!QueuePowerRequest (_QueuePowerRequest@4)
bf8b806b win32k!sfac_GetLongGlyphIDs (@sfac_GetLongGlyphIDs@36)
bf85bc88 win32k!itrp_GetCVTEntryFast (@itrp_GetCVTEntryFast@4)
bf911dc7 win32k!NtUserRegisterTasklist (_NtUserRegisterTasklist@4)
bf86bec1 win32k!bFloatToL (_bFloatToL@8)
bf87bb08 win32k!xxxDrawScrollBar (_xxxDrawScrollBar@12)
bf8fcbea win32k!NtGdiFONTOBJ_vGetInfo (_NtGdiFONTOBJ_vGetInfo@12)
bf99be40 win32k!DriverInfo1Offsets = <no type information>
bf837c8e win32k!RFONTOBJ::bGetGlyphMetrics (public: int __thiscall RFONTOBJ::bGetGlyphMetrics(unsigned long,struct _GLYPHPOS *,unsigned short *,class XDCOBJ *,class ESTROBJ *))
bf97ad35 win32k!ttfdGetTrueTypeFile (_ttfdGetTrueTypeFile@8)
bf8e4143 win32k!PATHOBJ_bCloseFigure (_PATHOBJ_bCloseFigure@4)
bf915187 win32k!NtUserSetImeOwnerWindow (_NtUserSetImeOwnerWindow@8)
bf9abd74 win32k!gbMKMouseMode = <no type information>
bf92da2e win32k!SfnINLPMDICREATESTRUCT (_SfnINLPMDICREATESTRUCT@32)
bf946314 win32k!RGB_ERROR (unsigned long __stdcall RGB_ERROR(struct tagPALETTEENTRY,struct tagPALETTEENTRY))
bf963109 win32k!vPatCpyRect1_6x6 (void __stdcall vPatCpyRect1_6x6(struct _PATBLTFRAME *,int))
bf8020ef win32k!CalcWakeMask (_CalcWakeMask@12)
bf9643fa win32k!PUBLIC_PFTOBJ::hLoadMemFonts (public: void * __thiscall PUBLIC_PFTOBJ::hLoadMemFonts(struct _FONTFILEVIEW * *,struct tagDESIGNVECTOR *,unsigned long,unsigned long *))
bf91d163 win32k!DIBtoDIBV5 (_DIBtoDIBV5@8)
bf8a1d19 win32k!GreSetBrushGlobal (_GreSetBrushGlobal@4)
bf8d3624 win32k!scl_IncrementChildElement (@scl_IncrementChildElement@8)
bf83c16d win32k!_DrawIconEx (__DrawIconEx@36)
bf90e1e0 win32k!xxxFlushPalette (_xxxFlushPalette@4)
bf9a6ef4 win32k!MultiUserEngAllocListLock = <no type information>
bf96e92b win32k!vFillGRectDIB32Bitfields (void __stdcall vFillGRectDIB32Bitfields(class SURFACE *,struct _GRADIENTRECTDATA *))
bf95a991 win32k!MulLineTo (int __stdcall MulLineTo(struct _SURFOBJ *,struct _CLIPOBJ *,struct _BRUSHOBJ *,long,long,long,long,struct _RECTL *,unsigned long))
bf833ae3 win32k!EngLockSurface (_EngLockSurface@4)
bf836192 win32k!GetClassPtr (_GetClassPtr@12)
bf91b5de win32k!RegisterPerUserKeyboardIndicators (_RegisterPerUserKeyboardIndicators@4)
bf893fa5 win32k!NtGdiInitSpool (_NtGdiInitSpool@0)
bf897cbb win32k!DrawFrameControl (_DrawFrameControl@16)
bf819a2e win32k!UserGlobalAtomTableCallout (_UserGlobalAtomTableCallout@0)
bf98f8b8 win32k!WinStaMapping = <no type information>
bf9a00d8 win32k!ajGammaInvCT_22 = <no type information>
bf8b9eb1 win32k!EngAlphaBlend (_EngAlphaBlend@28)
bf954991 win32k!NtGdiEngEraseSurface (_NtGdiEngEraseSurface@12)
bf8385f5 win32k!XEPALOBJ::vCopy_rgbquad (public: void __thiscall XEPALOBJ::vCopy_rgbquad(struct tagRGBQUAD *,unsigned long,unsigned long))
bf8138a4 win32k!EngDeleteSurface (_EngDeleteSurface@4)
bf99b270 win32k!PreviousUserString = <no type information>
bf93739c win32k!OffStretchBltROP (_OffStretchBltROP@64)
bf98d03c win32k!_imp__PsGetJobLock = <no type information>
bf8f61ac win32k!xxxMNReleaseCapture (_xxxMNReleaseCapture@0)
bf964d9a win32k!RFONTOBJ::vDestroyFont (public: void __thiscall RFONTOBJ::vDestroyFont(void))
bf99b3b8 win32k!aNLSVKFProc = <no type information>
bf9ab874 win32k!gfKanaToggle = <no type information>
bf9a9a40 win32k!luidPrevious = <no type information>
bf9ac460 win32k!ThinWireCache = <no type information>
bf8ef5ac win32k!ttfdQueryGlyphOutline (_ttfdQueryGlyphOutline@16)
bf802241 win32k!xxxInternalGetMessage (_xxxInternalGetMessage@24)
bf853950 win32k!ResetMouseHover (_ResetMouseHover@12)
bf9abf5c win32k!gbBlockSendInputResets = <no type information>
bf91cf9c win32k!BMPtoDIB (_BMPtoDIB@12)
bf80f556 win32k!ClearHungFlag (_ClearHungFlag@8)
bf9ac444 win32k!ghbmWallpaper = <no type information>
bf99c928 win32k!aPalDefaultVGA = <no type information>
bf8ad413 win32k!DrvGetDisplayDriverParameters (long __stdcall DrvGetDisplayDriverParameters(struct tagGRAPHICS_DEVICE *,struct _devicemodeW *,int,int))
bf93ee54 win32k!DC::DC (public: __thiscall DC::DC(void))
bf89cde5 win32k!fsSelectionFlags (_fsSelectionFlags@4)
bf98d030 win32k!_imp__RtlAreAnyAccessesGranted = <no type information>
bf823264 win32k!RGNOBJAPI::bSwap (public: int __thiscall RGNOBJAPI::bSwap(class RGNOBJ *))
bf9a0b58 win32k!apfnPatBlt = <no type information>
bf912f1f win32k!NtUserSetSystemCursor (_NtUserSetSystemCursor@8)
bf96e44e win32k!vGradientFill1 (void __stdcall vGradientFill1(class SURFACE *,struct _TRIANGLEDATA *))
bf9928b8 win32k!BottomRightLTR = <no type information>
bf847450 win32k!IsInsideMenuLoop (_IsInsideMenuLoop@4)
bf85657f win32k!cjBmfdDeviceMetrics (_cjBmfdDeviceMetrics@8)
bf933ae1 win32k!FLOATOBJ_DivFloat (_FLOATOBJ_DivFloat@8)
bf976c53 win32k!VerifierEngCreatePalette (_VerifierEngCreatePalette@24)
bf9abf4c win32k!gcyMouseHover = <no type information>
bf81b522 win32k!BRUSHOBJ_pvAllocRbrush (_BRUSHOBJ_pvAllocRbrush@8)
bf9aaba8 win32k!gbStopReadInput = <no type information>
bf80ed34 win32k!ERECTL::operator+= (public: void __thiscall ERECTL::operator+=(struct _RECTL &))
bf82d534 win32k!bSavePath (int __stdcall bSavePath(class XDCOBJ &,long))
bf8bf22c win32k!OpenDesktopCompletion (_OpenDesktopCompletion@16)
bf98cfb4 win32k!_imp_ExReleaseFastMutexUnsafe = <no type information>
bf947a40 win32k!XLATEOBJ_RGB16_555ToPalSurf (unsigned char __stdcall XLATEOBJ_RGB16_555ToPalSurf(struct _XLATEOBJ *,unsigned char *,unsigned long))
bf95b7d3 win32k!MulBitBlt (int __stdcall MulBitBlt(struct _SURFOBJ *,struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct _RECTL *,struct _POINTL *,struct _POINTL *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long))
bf820d79 win32k!xxxWindowHitTest (_xxxWindowHitTest@20)
bf893939 win32k!_LockWindowStation (__LockWindowStation@4)
bf98cfc0 win32k!_imp_ObfReferenceObject = <no type information>
bf90e5c4 win32k!DestroyTask (_DestroyTask@8)
bf93b38c win32k!EndDocPrinter (_EndDocPrinter@4)
bf98d3a4 win32k!_imp__KeInitializeTimer = <no type information>
bf8b04ba win32k!GreCreatePatternBrushInternal (_GreCreatePatternBrushInternal@12)
bf822cfd win32k!UpdateKeyState (_UpdateKeyState@12)
bf92d3cf win32k!xxxClientCallWinEventProc (_xxxClientCallWinEventProc@12)
bf88f672 win32k!iGetPublicWidthTable (int __stdcall iGetPublicWidthTable(struct HDC__ *))
bf8206a7 win32k!ExcludeWindowRects (_ExcludeWindowRects@12)
bf9224f6 win32k!xxxMNDragOver (_xxxMNDragOver@8)
bf97720c win32k!atmfdEscape (_atmfdEscape@24)
bf80131b win32k!xxxHungAppDemon (_xxxHungAppDemon@16)
bf9abd2c win32k!ghrgnInv0 = <no type information>
bf87c7e9 win32k!GetMonitorDC (_GetMonitorDC@8)
bf9ab854 win32k!gfIMEShowStatus = <no type information>
bf980ae1 win32k!BuildShrinkAAInfo (_BuildShrinkAAInfo)
bf896df0 win32k!GreMarkDeletableFont (_GreMarkDeletableFont@4)
bf80c973 win32k!bDeleteDCInternal (_bDeleteDCInternal@12)
bf819815 win32k!EngRestoreFloatingPointState (_EngRestoreFloatingPointState@4)
bf946245 win32k!FONTOBJ_pjOpenTypeTablePointer (_FONTOBJ_pjOpenTypeTablePointer@12)
bf89857d win32k!DrawCaptionButtons (_DrawCaptionButtons@8)
bf9205a8 win32k!xxxDDETrackWindowDying (_xxxDDETrackWindowDying@8)
bf99ce20 win32k!defaultTranslate = <no type information>
bf8fad9d win32k!UMPDDrvSendPage (int __stdcall UMPDDrvSendPage(struct _SURFOBJ *))
bf9ac134 win32k!gMKDeltaX = <no type information>
bf852650 win32k!_TextOutW (__TextOutW@20)
bf9aabe8 win32k!ghRemoteThinwireChannel = <no type information>
bf98d3f4 win32k!_imp__IoAllocateErrorLogEntry = <no type information>
bf85c70f win32k!fsg_GetDevAdvanceHeight (@fsg_GetDevAdvanceHeight@8)
bf8af05e win32k!vFillGRectDIB32BGRA (void __stdcall vFillGRectDIB32BGRA(class SURFACE *,struct _GRADIENTRECTDATA *))
bf80a910 win32k!FHungApp (_FHungApp@8)
bf92b793 win32k!ClientFreeDDEHandle (_ClientFreeDDEHandle@8)
bf8738aa win32k!BLTRECORD::vOrderStupid (public: void __thiscall BLTRECORD::vOrderStupid(class ERECTL *))
bf9a5908 win32k!gpfnStartupDxGraphics = <no type information>
bf9aabc0 win32k!gConsoleShadowhDev = <no type information>
bf892382 win32k!ObGetObjectSecurity (_ObGetObjectSecurity@12)
bf82d236 win32k!DC::bIsCMYKColor (public: int __thiscall DC::bIsCMYKColor(void))
bf8b0724 win32k!GreSetBkMode (_GreSetBkMode@8)
bf8f7300 win32k!NtUserCallMsgFilter (_NtUserCallMsgFilter@8)
bf8c1ad2 win32k!NtUserNotifyProcessCreate (_NtUserNotifyProcessCreate@16)
bf8332b0 win32k!TrackBackground (_TrackBackground@12)
bf93ee8e win32k!DC::~DC (public: __thiscall DC::~DC(void))
bf8e57d6 win32k!GreGetRasterizerCaps (_GreGetRasterizerCaps@4)
bf98d1e0 win32k!_imp__ZwSetDefaultUILanguage = <no type information>
bf98d04c win32k!_imp__RtlIntegerToUnicodeString = <no type information>
bf969e1a win32k!bSrcCopySRLE8D1 (int __stdcall bSrcCopySRLE8D1(struct BLTINFO *))
bf97a209 win32k!BltLnkPatMaskCopy8 (void __stdcall BltLnkPatMaskCopy8(struct BLTINFO *,unsigned long,unsigned long *,unsigned char))
bf941c34 win32k!GreGetMapMode (_GreGetMapMode@4)
bf91ed5c win32k!UnlockDesktopMenu (_UnlockDesktopMenu@4)
bf878cdc win32k!XEPALOBJ::bDeletePalette (public: int __thiscall XEPALOBJ::bDeletePalette(int,enum CLEANUPTYPE))
bf9afd90 win32k!InitializeScripts (_InitializeScripts@0)
bf9005b9 win32k!itrp_ChangeCvtSlow (@itrp_ChangeCvtSlow@12)
bf8a49ec win32k!DrvCheckUpgradeSettings (void __stdcall DrvCheckUpgradeSettings(void))
bf8201ac win32k!SpbCheckDce (_SpbCheckDce@4)
bf9164eb win32k!GetAppImeCompatFlags (_GetAppImeCompatFlags@4)
bf89b561 win32k!xxxDesktopThread (_xxxDesktopThread@4)
bf8f13ea win32k!MNPositionSysMenu (_MNPositionSysMenu@8)
bf958fbe win32k!MulDeleteDeviceBitmap (void __stdcall MulDeleteDeviceBitmap(struct DHSURF__ *))
bf9715dc win32k!vIFIMetricsToLogFontW (_vIFIMetricsToLogFontW@8)
bf913328 win32k!NtUserBuildPropList (_NtUserBuildPropList@16)
bf935e36 win32k!iWndObjSetupExtEscape (int __stdcall iWndObjSetupExtEscape(class DCOBJ &,int,int,void *,int,void *))
bf801786 win32k!PsGetCurrentProcessId (_PsGetCurrentProcessId@0)
bf9077fe win32k!DxEngSelectBitmap (_DxEngSelectBitmap@8)
bf8ecf23 win32k!FindBlocStrike (@FindBlocStrike@28)
bf94db97 win32k!NtGdiGetEudcTimeStampEx (_NtGdiGetEudcTimeStampEx@12)
bf832c99 win32k!xxxSetWindowLong (_xxxSetWindowLong@16)
bf868537 win32k!fsg_RunPreProgram (@fsg_RunPreProgram@28)
bf835c69 win32k!NtUserDestroyCursor (_NtUserDestroyCursor@8)
bf8dd478 win32k!pppUserModeCallback (_pppUserModeCallback@20)
bf946f75 win32k!ESTROBJ::vCharPos_H4 (public: void __thiscall ESTROBJ::vCharPos_H4(class XDCOBJ &,class RFONTOBJ &,long,long,long *,class EFLOAT,class EFLOAT))
bf8ba2d7 win32k!ENUMUNDERLAYS::bEnum (public: int __thiscall ENUMUNDERLAYS::bEnum(struct _SURFOBJ * *,struct _POINTL *,struct _CLIPOBJ * *))
bf85f0d9 win32k!itrp_Execute (@itrp_Execute@24)
bf8c4fa5 win32k!EFLOATEXT::operator*= (public: void __thiscall EFLOATEXT::operator*=(long))
bf869f66 win32k!EVECTORFL::EVECTORFL (public: __thiscall EVECTORFL::EVECTORFL(long,long))
bf9a6f40 win32k!MAPPER::FaceNameTable = <no type information>
bf8f7ee3 win32k!zzzAttachToQueue (_zzzAttachToQueue@16)
bf868351 win32k!sfac_CopyCVT (@sfac_CopyCVT@8)
bf83ff17 win32k!GetpGlobalPopupMenu (_GetpGlobalPopupMenu@4)
bf98be75 win32k!itrp_RAW (@itrp_RAW@8)
bf8a664c win32k!bQueryFntCacheReg (unsigned long __stdcall bQueryFntCacheReg(void *,unsigned short const *,unsigned long *))
bf9408d7 win32k!bDoGradient (int __stdcall bDoGradient(__int64 *,__int64 *,__int64 *,long,long,long,struct _GRADSTRUCT *))
bf8c5ee6 win32k!GetPrevPwnd (_GetPrevPwnd@8)
bf8da3c9 win32k!CheckBMPNeedFixup (_CheckBMPNeedFixup)
bf908564 win32k!DxEngSetPaletteState (_DxEngSetPaletteState@12)
bf81f894 win32k!GreSelectBrush (_GreSelectBrush@8)
bf9559d0 win32k!bCleanupFontTable (int __stdcall bCleanupFontTable(class PFT * *))
bf8f9c29 win32k!bMakePathRecords (int __stdcall bMakePathRecords(struct _PATHRECORD *,unsigned long *,long,struct _POINTL *,unsigned long,long,long,struct _RECTFX *,struct _PATHRECORD * *))
bf84edca win32k!LINER::vNextPoint (private: void __thiscall LINER::vNextPoint(void))
bf911698 win32k!NtUserRemoteRedrawScreen (_NtUserRemoteRedrawScreen@0)
bf804d65 win32k!EXFORMOBJ::bEqualExceptTranslations (public: int __thiscall EXFORMOBJ::bEqualExceptTranslations(class MATRIX *))
bf83eda1 win32k!SfnINOUTLPPOINT5 (_SfnINOUTLPPOINT5@32)
bf82edfd win32k!SfnINOUTNCCALCSIZE (_SfnINOUTNCCALCSIZE@32)
bf800bd8 win32k!_SEH_prolog (__SEH_prolog)
bf87c2fe win32k!xxxInternalPaintDesktop (_xxxInternalPaintDesktop@12)
bf9a0388 win32k!gaulConvert = <no type information>
bf8bfab2 win32k!CheckAllowForeground (_CheckAllowForeground@4)
bf84dbfb win32k!STYLER::STYLER (public: __thiscall STYLER::STYLER(class EPATHOBJ &,struct _LINEATTRS *))
bf90fe73 win32k!UserBeep (_UserBeep@8)
bf9a689c win32k!hForePalette = <no type information>
bf9abcec win32k!gpDeviceInfoList = <no type information>
bf8e64f2 win32k!NtGdiDdUnlock (_NtGdiDdUnlock@8)
bf9a9468 win32k!gpPrintKViewList = <no type information>
bf843849 win32k!xxxCreateClassSmIcon (_xxxCreateClassSmIcon@4)
bf90db2f win32k!WaitOnPseudoEvent (_WaitOnPseudoEvent@8)
bf899d54 win32k!LW_LoadResources (_LW_LoadResources@4)
bf927fed win32k!ImeSetTopmost (_ImeSetTopmost@12)
bf95c5cd win32k!MulTransparentBlt (int __stdcall MulTransparentBlt(struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct _RECTL *,struct _RECTL *,unsigned long,unsigned long))
bf9153c2 win32k!NtUserQueryUserCounters (_NtUserQueryUserCounters@20)
bf8dd68e win32k!UMPDOBJ::ThunkDDIOBJ (private: int __thiscall UMPDOBJ::ThunkDDIOBJ(struct _DDIOBJMAP *,void * *,unsigned long))
bf93b0a9 win32k!GreGenericW (_GreGenericW@24)
bf8ffd4c win32k!UMPDOBJ::GetDDIOBJ (public: struct _PATHOBJ * __thiscall UMPDOBJ::GetDDIOBJ(struct _PATHOBJ *))
bf98c7fb win32k!itrp_IDEF (@itrp_IDEF@8)
bf881d1a win32k!HFDBASIS32::lError (public: long __thiscall HFDBASIS32::lError(void))
bf9abd54 win32k!gbMDEVDisabled = <no type information>
bf9abcf0 win32k!ghrgnScrlValid = <no type information>
bf8b07c8 win32k!PlayEventSound (_PlayEventSound@4)
bf8c111d win32k!vCleanupDCs (void __stdcall vCleanupDCs(unsigned long))
bf8ece60 win32k!_ConvertMemHandle (__ConvertMemHandle@8)
bf837d9b win32k!mulff (_mulff@0)
bf98d0bc win32k!_imp__PsIsSystemThread = <no type information>
bf8c45b8 win32k!NtUserShowScrollBar (_NtUserShowScrollBar@12)
bf84f0a7 win32k!WIDENER::vAddLeft (protected: void __thiscall WIDENER::vAddLeft(void))
bf966cb2 win32k!PDEVOBJ::FontManagement (public: int __thiscall PDEVOBJ::FontManagement(struct _SURFOBJ *,struct _FONTOBJ *,unsigned long,unsigned long,void *,unsigned long,void *))
bf93f926 win32k!vUnmapRemoteFonts (_vUnmapRemoteFonts@4)
bf96406c win32k!PUBLIC_PFTOBJ::pPFFGetMM (public: class PFF * __thiscall PUBLIC_PFTOBJ::pPFFGetMM(unsigned long,class PFF * * *))
bf849d12 win32k!GreGetDirectDrawBounds (_GreGetDirectDrawBounds@8)
bf92e508 win32k!ResetRedirectedWindows (_ResetRedirectedWindows@0)
bf9077be win32k!DxEngSetBitmapOwner (_DxEngSetBitmapOwner@8)
bf821037 win32k!XDCOBJ::bFullScreen (public: int __thiscall XDCOBJ::bFullScreen(void))
bf98d568 win32k!_imp__IoBuildAsynchronousFsdRequest = <no type information>
bf9229c3 win32k!xxxShowOwnedPopups (_xxxShowOwnedPopups@8)
bf820fb7 win32k!ERECTL::bEqual (public: int __thiscall ERECTL::bEqual(class ERECTL &))
bf939288 win32k!vSrcCopyDummy (void __stdcall vSrcCopyDummy(struct BLTINFO *))
bf9a0bac win32k!aulMulFormat = <no type information>
bf9260c2 win32k!zzzSetSystemCursor (_zzzSetSystemCursor@8)
bf91712e win32k!DestroyHandleFirstPass (_DestroyHandleFirstPass@4)
bf8b055a win32k!NtGdiCreatePatternBrushInternal (_NtGdiCreatePatternBrushInternal@12)
bf816552 win32k!GreGetAppClipBox (_GreGetAppClipBox@8)
bf801571 win32k!AllowAccessUISandbox (_AllowAccessUISandbox@8)
bf9539b1 win32k!NtGdiGetDhpdev (_NtGdiGetDhpdev@4)
bf9008b9 win32k!RFONTOBJ::cGetGlyphData (public: unsigned long __thiscall RFONTOBJ::cGetGlyphData(unsigned long,struct _GLYPHPOS *))
bf9a43e8 win32k!dwABPreMul = <no type information>
bf93253a win32k!NlsTestKeyStateToggle (_NlsTestKeyStateToggle@4)
bf8566f4 win32k!BmfdQueryAdvanceWidths (_BmfdQueryAdvanceWidths@20)
bf89e860 win32k!GetKbdExId (_GetKbdExId@8)
bf8c267b win32k!DrawGroove (_DrawGroove@16)
bf926078 win32k!DestroyAniIcon (_DestroyAniIcon@4)
bf93cd92 win32k!DrvPrepareForEARecovery (void __stdcall DrvPrepareForEARecovery(void))
bf9a4884 win32k!Gray16To65Table = <no type information>
bf8bd643 win32k!xxxResolveDesktop (_xxxResolveDesktop@20)
bf81388a win32k!GreDeleteWatchdogContext (_GreDeleteWatchdogContext@4)
bf8b7817 win32k!sfac_DoOffsetTableMap (@sfac_DoOffsetTableMap@4)
bf8a9690 win32k!ldevUnloadImage (void __stdcall ldevUnloadImage(struct _LDEV *))
bf913a5b win32k!NtUserfnINSIZECLIPBRD (_NtUserfnINSIZECLIPBRD@28)
bf93e4fe win32k!CollectDriverFailureData (_CollectDriverFailureData@8)
bf83f30f win32k!pSpCreateSprite (class SPRITE * __stdcall pSpCreateSprite(struct HDEV__ *,struct _RECTL *,struct HWND__ *,struct _POINTL *))
bf83a15c win32k!xxxGetTitleBarInfo (_xxxGetTitleBarInfo@8)
bf87e119 win32k!bEnumFontClose (_bEnumFontClose@4)
bf89d551 win32k!vBmfdFill_IFIMETRICS (_vBmfdFill_IFIMETRICS@8)
bf920f38 win32k!xxxDDETrackSendHook (_xxxDDETrackSendHook@16)
bf8a59b8 win32k!WatchdogDrvCompletePDEV (void __stdcall WatchdogDrvCompletePDEV(struct DHPDEV__ *,struct HDEV__ *))
bf93584f win32k!ppfeGetPFEFromUFI (class PFE * __stdcall ppfeGetPFEFromUFI(struct _UNIVERSAL_FONT_ID *,int,int))
bf85c23f win32k!scl_ApplyTranslation (@scl_ApplyTranslation@20)
bf9122e2 win32k!NtUserDdeSetQualityOfService (_NtUserDdeSetQualityOfService@12)
bf8aec88 win32k!bRectangleMesh (int __stdcall bRectangleMesh(class SURFACE *,struct _XLATEOBJ *,struct _TRIVERTEX *,unsigned long,struct _GRADIENT_RECT *,unsigned long,unsigned long,struct _RECTL *,struct _POINTL *))
bf889a83 win32k!xxxDoScroll (_xxxDoScroll@20)
bf8ee6ba win32k!NtUserfnHkINLPMSG (_NtUserfnHkINLPMSG@16)
bf91ff12 win32k!_DdeGetQualityOfService (__DdeGetQualityOfService@12)
bf933f99 win32k!GreDeleteSemaphoreNonTracked (_GreDeleteSemaphoreNonTracked@4)
bf92e355 win32k!DrawSonar (_DrawSonar@4)
bf9281df win32k!SetConvMode (_SetConvMode@8)
bf8269bd win32k!UserSetDCVisRgn (_UserSetDCVisRgn@4)
bf85e17a win32k!bGetGlyphOutline (_bGetGlyphOutline@20)
bf9363bd win32k!NtGdiGetLinkedUFIs (_NtGdiGetLinkedUFIs@12)
bf999350 win32k!wGrayIdxLB = <no type information>
bf8d0759 win32k!vCalcXformVertical (_vCalcXformVertical@4)
bf8935ed win32k!FreeProfileUserName (_FreeProfileUserName@8)
bf93c089 win32k!NtGdiFullscreenControl (_NtGdiFullscreenControl@20)
bf9b04c5 win32k!Win32UserInitialize (_Win32UserInitialize@0)
bf97c8da win32k!vAdd16FixTo16Fix (_vAdd16FixTo16Fix@12)
bf8ac6f4 win32k!ulFinishMessage (unsigned long __stdcall ulFinishMessage(struct _SPOOLMSG *,struct _SPOOLESC *,class SPOOLALTREF *,unsigned char *,unsigned long))
bf9ab01c win32k!gatomGhost = <no type information>
bf9145af win32k!NtUserfnKERNELONLY (_NtUserfnKERNELONLY@28)
bf9142ac win32k!NtUserfnPOPTINLPUINT (_NtUserfnPOPTINLPUINT@28)
bf814396 win32k!XLATE::vCheckForICM (public: void __thiscall XLATE::vCheckForICM(void *,unsigned long))
bf9a598c win32k!gpRemoteDiscGraphicsDevice = <no type information>
bf958012 win32k!vGetBlendInfo (void __stdcall vGetBlendInfo(unsigned long,class SURFACE *,unsigned long,struct _BLENDINFO *))
bf98c614 win32k!itrp_NROUND (@itrp_NROUND@8)
bf98e808 win32k!gawImeWndProc = <no type information>
bf80193c win32k!NtUserValidateHandleSecure (_NtUserValidateHandleSecure@8)
bf80f484 win32k!IntersectWithParents (_IntersectWithParents@8)
bf87466b win32k!UserCommitDesktopMemory (_UserCommitDesktopMemory@12)
bf98d498 win32k!_imp__PsGetCurrentThreadStackBase = <no type information>
bf987a74 win32k!InvertRect (_InvertRect@8)
bf9060e6 win32k!SBPosFromPx (_SBPosFromPx@8)
bf9727bb win32k!bSubOverflow (int __stdcall bSubOverflow(__int64,__int64))
bf93df67 win32k!DrvSetSharedDevLock (void __stdcall DrvSetSharedDevLock(struct _MDEV *))
bf852677 win32k!_GetTextMetricsW (__GetTextMetricsW@8)
bf88be44 win32k!MALLOCOBJ::MALLOCOBJ (public: __thiscall MALLOCOBJ::MALLOCOBJ(unsigned long))
bf80f1f6 win32k!RFONTOBJ::PostTextOut (public: void __thiscall RFONTOBJ::PostTextOut(class XDCOBJ &))
bf8bc68b win32k!GdiThreadCalloutFlushUserBatch (void __stdcall GdiThreadCalloutFlushUserBatch(void))
bf95e775 win32k!pxrlStrRead32 (struct _XRUNLEN * __stdcall pxrlStrRead32(struct _STRDDA *,struct _STRRUN *,unsigned char *,unsigned char *,struct _XLATEOBJ *,long,long,long))
bf97cd81 win32k!vBmfdMarkFontGone (_vBmfdMarkFontGone@8)
bf9612e4 win32k!WatchdogDrvDescribePixelFormat (long __stdcall WatchdogDrvDescribePixelFormat(struct DHPDEV__ *,long,unsigned long,struct tagPIXELFORMATDESCRIPTOR *))
bf8214b9 win32k!NtUserGetCPD (_NtUserGetCPD@12)
bf803c25 win32k!ReleaseCacheDC (_ReleaseCacheDC@8)
bf85d0a7 win32k!scl_CalcOrigPhantomPoints (@scl_CalcOrigPhantomPoints@24)
bf9a6f48 win32k!gppfeMapperDefault = <no type information>
bf9a2438 win32k!galFloat = <no type information>
bf9ac504 win32k!gparrFailRecord = <no type information>
bf931350 win32k!UserPowerStateCallout (_UserPowerStateCallout@4)
bf848b74 win32k!xxxInternalToUnicode (_xxxInternalToUnicode@32)
bf927435 win32k!xxxBroadcastPaletteChanged (_xxxBroadcastPaletteChanged@8)
bf85af02 win32k!bCvtPts1 (_bCvtPts1@12)
bf91d80d win32k!PasteScreenPalette (_PasteScreenPalette@4)
bf941f19 win32k!NtGdiScaleViewportExtEx (_NtGdiScaleViewportExtEx@24)
bf9355e3 win32k!DEVLOCKOBJ_WNDOBJ::~DEVLOCKOBJ_WNDOBJ (public: __thiscall DEVLOCKOBJ_WNDOBJ::~DEVLOCKOBJ_WNDOBJ(void))
bf976bc0 win32k!VerifierEngCreateBitmap (_VerifierEngCreateBitmap@24)
bf96e6bf win32k!vFillGRectDIB32RGB (void __stdcall vFillGRectDIB32RGB(class SURFACE *,struct _GRADIENTRECTDATA *))
bf8ff41b win32k!NtGdiCLIPOBJ_cEnumStart (_NtGdiCLIPOBJ_cEnumStart@20)
bf93de84 win32k!DrvDestroyMDEV (_DrvDestroyMDEV@4)
bf919e5c win32k!xxxResolveDesktopForWOW (_xxxResolveDesktopForWOW@4)
bf9abf7c win32k!gspwndActivate = <no type information>
bf98d000 win32k!_imp__RtlInitUnicodeString = <no type information>
bf912760 win32k!NtUserGetPriorityClipboardFormat (_NtUserGetPriorityClipboardFormat@8)
bf803055 win32k!xxxSleepTask (_xxxSleepTask@8)
bf9584e1 win32k!vSrcTranCopyS8D16 (_vSrcTranCopyS8D16@44)
bf8e4dd7 win32k!ttfdSemQueryTrueTypeTable (_ttfdSemQueryTrueTypeTable@32)
bf912582 win32k!NtUserDrawAnimatedRects (_NtUserDrawAnimatedRects@16)
bf95c1d1 win32k!MulAlphaBlend (int __stdcall MulAlphaBlend(struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct _RECTL *,struct _RECTL *,struct _BLENDOBJ *))
bf98d380 win32k!_imp__strrchr = <no type information>
bf85c702 win32k!fsg_GetDevAdvanceWidth (@fsg_GetDevAdvanceWidth@8)
bf842c1e win32k!LinkCursor (_LinkCursor@4)
bf8f8b4f win32k!xxxMessageBeep (_xxxMessageBeep@4)
bf911f18 win32k!NtUserGetCursorInfo (_NtUserGetCursorInfo@4)
bf9ab010 win32k!gaOleMainThreadWndClass = <no type information>
bf8b3f43 win32k!_PostQuitMessage (__PostQuitMessage@4)
bf93dad1 win32k!DrvWakeupHandler (_DrvWakeupHandler@4)
bf90c5cc win32k!FindFakeMDIChild (_FindFakeMDIChild@4)
bf838917 win32k!NtUserMoveWindow (_NtUserMoveWindow@24)
bf8f0124 win32k!NtUserUnhookWinEvent (_NtUserUnhookWinEvent@4)
bf8e64af win32k!UT_FindTopLevelMenuIndex (_UT_FindTopLevelMenuIndex@8)
bf8f8408 win32k!SpFillPath (int __stdcall SpFillPath(struct _SURFOBJ *,struct _PATHOBJ *,struct _CLIPOBJ *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long,unsigned long))
bf9928a4 win32k!RightLTR = <no type information>
bf8407e0 win32k!GreMarkUndeletableDC (_GreMarkUndeletableDC@4)
bf87e9cb win32k!cjGlyphDataSimulated (_cjGlyphDataSimulated@20)
bf8fce8b win32k!STROBJ_bGetAdvanceWidths (_STROBJ_bGetAdvanceWidths@16)
bf97cccf win32k!ttfdQueryTrueTypeOutline (_ttfdQueryTrueTypeOutline@24)
bf99b030 win32k!gMouseThresh2 = <no type information>
bf8c3093 win32k!RBRUSH::vFreeOrCacheRBrush (public: void __thiscall RBRUSH::vFreeOrCacheRBrush(enum RBTYPE))
bf86d0c1 win32k!itrp_FLIPON (@itrp_FLIPON@8)
bf98b702 win32k!PhaseShift (@PhaseShift@16)
bf9ac150 win32k!gFKNextProcIndex = <no type information>
bf99afd4 win32k!W32ProcessTag = <no type information>
bf80870b win32k!hbmSelectBitmap (_hbmSelectBitmap@12)
bf908790 win32k!vFetchShiftNotAndCopy (_vFetchShiftNotAndCopy@4)
bf86dddc win32k!vGCGB (_vGCGB@20)
bf8befbd win32k!_ScrollDC (__ScrollDC@28)
bf867fb5 win32k!itrp_GETINFO (@itrp_GETINFO@8)
bf8ceeff win32k!SaveVisualBits (_SaveVisualBits@4)
bf9a6c64 win32k!gpGdiDevCaps = <no type information>
bf8aeb90 win32k!EngGradientFill (_EngGradientFill@40)
bf85d3f4 win32k!scl_AdjustOldPhantomSideBearing (@scl_AdjustOldPhantomSideBearing@8)
bf933f87 win32k!EngGetProcessHandle (_EngGetProcessHandle@0)
bf87cf8a win32k!xxxInternalActivateKeyboardLayout (_xxxInternalActivateKeyboardLayout@12)
bf8c26fb win32k!ESTROBJ::vInitSimple (public: void __thiscall ESTROBJ::vInitSimple(unsigned short *,long,class XDCOBJ &,class RFONTOBJ &,long,long,void *))
bf958ac0 win32k!bDrvDisconnect (_bDrvDisconnect@12)
bf8384ba win32k!BLTRECORD::bEqualExtents (public: int __thiscall BLTRECORD::bEqualExtents(void))
bf8ae6b7 win32k!NtUserRemoveMenu (_NtUserRemoveMenu@12)
bf949f95 win32k!NtGdiUnloadPrinterDriver (_NtGdiUnloadPrinterDriver@8)
bf89c9d9 win32k!bMappedViewStrlen (_bMappedViewStrlen@16)
bf80efb7 win32k!RtlInitLargeUnicodeString (_RtlInitLargeUnicodeString@12)
bf8ba40a win32k!ENUMUNDERLAYS::ENUMUNDERLAYS (public: __thiscall ENUMUNDERLAYS::ENUMUNDERLAYS(struct _SURFOBJ *,struct _CLIPOBJ *,struct _RECTL *))
bf8a03c0 win32k!DeviceClassCDROMNotify (_DeviceClassCDROMNotify@8)
bf930bfb win32k!xxxUserPowerStateCalloutWorker (_xxxUserPowerStateCalloutWorker@0)
bf86d0d6 win32k!itrp_FLIPOFF (@itrp_FLIPOFF@8)
bf91dc09 win32k!xxxGetEventProc (_xxxGetEventProc@4)
bf9a5948 win32k!gpto = <no type information>
bf8b5964 win32k!FixRatio (@FixRatio@8)
bf8159b8 win32k!VWPLRemove (_VWPLRemove@8)
bf9835d5 win32k!ShrinkDIB_CY_SrkCX (_ShrinkDIB_CY_SrkCX)
bf9464f2 win32k!XEPALOBJ::vInit256Rainbow (public: void __thiscall XEPALOBJ::vInit256Rainbow(void))
bf933fdb win32k!EngIsSemaphoreOwnedByCurrentThread (_EngIsSemaphoreOwnedByCurrentThread@4)
bf821149 win32k!GetWindowBorders (_GetWindowBorders@16)
bf8c14d0 win32k!NtUserConsoleControl (_NtUserConsoleControl@12)
bf92634b win32k!xxxFKAcceptanceDelayTimer (_xxxFKAcceptanceDelayTimer@16)
bf9a1570 win32k!HalftoneSaturationTable = <no type information>
bf9a9a00 win32k!gptmrWD = <no type information>
bf80a78d win32k!GetInputBits (_GetInputBits@12)
bf95c901 win32k!XDCOBJ::bSupportsPassthroughImage (public: int __thiscall XDCOBJ::bSupportsPassthroughImage(unsigned long))
bf919978 win32k!HandleSystemThreadCreationFailure (_HandleSystemThreadCreationFailure@4)
bf83916c win32k!RFONTOBJ::bGetWidthTable (public: int __thiscall RFONTOBJ::bGetWidthTable(class XDCOBJ &,unsigned long,unsigned short *,unsigned long,unsigned short *))
bf98d094 win32k!_imp__wcsstr = <no type information>
bf9a6b20 win32k!gcEUDCCount = <no type information>
bf93488f win32k!DxEngGetSurfaceData (_DxEngGetSurfaceData@8)
bf87e189 win32k!NtGdiEnumFontChunk (_NtGdiEnumFontChunk@20)
bf981f8a win32k!MappingBGR (_MappingBGR)
bf98d300 win32k!_imp__SeAssignSecurity = <no type information>
bf96e1cf win32k!vGradientFill4 (void __stdcall vGradientFill4(class SURFACE *,struct _TRIANGLEDATA *))
bf88cf73 win32k!ttfdQueryFont (_ttfdQueryFont@16)
bf82c14f win32k!NtGdiGetDCObject (_NtGdiGetDCObject@8)
bf828406 win32k!CreateProp (_CreateProp@4)
bf81f6e2 win32k!CalcSBStuff (_CalcSBStuff@12)
bf80d8fc win32k!LockObjectAssignment (_LockObjectAssignment@8)
bf98b095 win32k!fsc_OverscaleToSubPixel (@fsc_OverscaleToSubPixel@12)
bf934305 win32k!DxEngCleanDC (_DxEngCleanDC@4)
bf8038d7 win32k!InternalSetTimer (_InternalSetTimer@20)
bf9071db win32k!NtUserGetControlColor (_NtUserGetControlColor@16)
bf83ef08 win32k!GetMonitorMaxArea (_GetMonitorMaxArea@12)
bf8d2779 win32k!scl_ScaleBackCurrentCharPoints (@scl_ScaleBackCurrentCharPoints@8)
bf8f7842 win32k!zzzAttachThreadInput (_zzzAttachThreadInput@12)
bf8822c0 win32k!HFDBASIS32::vInit (public: void __thiscall HFDBASIS32::vInit(long,long,long,long))
bf95b071 win32k!bBitBltScreenToScreen (int __stdcall bBitBltScreenToScreen(struct _SURFOBJ *,struct _SURFOBJ *,struct _CLIPOBJ *,struct _XLATEOBJ *,struct _RECTL *,struct _POINTL *,struct _POINTL *,struct _BRUSHOBJ *,struct _POINTL *,unsigned long))
bf99b6c0 win32k!fs = <no type information>
bf819bb4 win32k!PopAndFreeAlwaysW32ThreadLock (_PopAndFreeAlwaysW32ThreadLock@4)