Windbg导出User32.dll里面的所有函数

这里要用到一个 Windbg 命令:x user32!* 

X [模块名] ![函数名/*]

解释:

X  :表示查询的意识

x user32!MessageBXA  表示在User32 中查询函数MessageBoxA

x user32!* 表示查询所有语句 和SQL 中 * 的意思一样的

如果一个函数名称不记得全部了 你也可以,用部分匹配的方式去查找,如:

x user32!Message*

结果为以Message开始的函数都会列出来!

0:000> x user32!*
76b7729c USER32!GetClassInfoExA =
76b87bc9 USER32!NtUserInvalidateRect =
76b9776d USER32!_ClientCopyDDEIn2 =
76bd112d USER32!SvSpontUnadvise =
76b93a04 USER32!ImeWndProcA =
76bbc20b USER32!ShowStartGlass =
76bd9e1c USER32!pfnWowGetProcModule =
76ba6c53 USER32!NtUserMapVirtualKeyEx =
76b7109c USER32!_imp___allmul =
76ba572b USER32!__fnOUTLPRECT =
76bc0c7c USER32!TabbedTextOutA =
76b713b4 USER32!_imp__GlobalHandle =
76bd573b USER32!MirrorWindowRect =
76bc1529 USER32!UT_PrevGroupItem =
76b71380 USER32!_imp__FindResourceExA =
76b72676 USER32!NtUserSetInformationThread =
76b9990f USER32!ECGetControlBrush =
76b71344 USER32!_imp__InterlockedIncrement =
76b83a4d USER32!InitUserApiHook =
76b9d989 USER32!LBSetCItemFullMax =
76bd653a USER32!_imp_load__PowerGetActiveScheme =
76b751a4 USER32!__ClientLoadImage =
76bd9004 USER32!_imp__ReportEventW =
76b7268a USER32!NtUserLockWindowStation =
76ba29b4 USER32!ArrangeIconicWindows =
76b712c4 USER32!_imp__SetLayoutWidth =
76b8fc4a USER32!_DllMainCRTStartupForGS2 =
76b71004 USER32!_imp__RtlSetLastWin32Error =
76b71010 USER32!_imp___wtoi =
76bc7a38 USER32!szEXECHELP =
76bb40d0 USER32!szEMISeverity =
76b7389d USER32!NtUserUpdatePerUserSystemParameters =
76b714c0 USER32!_imp__GlobalUnlock =
76b714ac USER32!_imp__RegSetValueExW =
76b820f6 USER32!NtUserSetWindowsHookEx =
76b75678 USER32!ScaleProc =
76bd2e57 USER32!AbandonTransaction =
76b87a64 USER32!SetPropW =
76bd4d71 USER32!NtUserMNDragLeave =
76b98683 USER32!__fnHkINLPCBTACTIVATESTRUCT =
76bd98e0 USER32!DialogLookaside =
76b714dc USER32!_imp__FreeLibrary =
76ba49e6 USER32!NtUserGetCaretPos =
76bd4bb9 USER32!NtUserGetImeHotKey =
76bc2cf4 USER32!ECUpdateFormat =
76bbc19f USER32!RegisterUserHungAppHandlers =
76b90b81 USER32!UninitializeTouchInfoList =
76ba5e25 USER32!IsAnyGestureMessage =
76b933b1 USER32!MLReplaceSel =
76b79111 USER32!ResetMessagePumpHook =
76bc8217 USER32!LBPrintCallback =
76ba3e3d USER32!SetPropA =
76bd4e5f USER32!NtUserResolveDesktopForWOW =
76b7807c USER32!InitializeIcs =
76bc521c USER32!SLGetBlkEnd =
76b7a6db USER32!__fnINSTRING =
76b810e1 USER32!InitClsMenuNameW =
76b86d34 USER32!NtUserSBGetParms =
76b892b9 USER32!NtUserValidateTimerCallback =
76bd4dfb USER32!NtUserRealChildWindowFromPoint =
76ba055a USER32!IsVisible =
76b7d16a USER32!__fnINOUTNEXTMENU =
76b7e58f USER32!GetCurrentThreadDesktopWindow =
76ba4870 USER32!MapDialogRect =
76b82e8a USER32!GetClassInfoW =
76bca8a5 USER32!LBSetTabStops =
76b86d80 USER32!IsDPIAbsoluteSysMet =
76b7e4a3 USER32!InitClsMenuNameA =
76bbd29c USER32!DialogBoxIndirectParamA =
76bd9a00 USER32!fFontAssocStatus =
76bcc0bd USER32!LoadOLEOnce =
76bd9098 USER32!gcxGray =
76bb1e8c USER32!szMS_POPUPHELP =
76b7a4d0 USER32!CopyImage =
76bbe261 USER32!DlgDirListComboBoxW =
76ba0327 USER32!xxxLBoxDeleteItem =
76bbb19b USER32!AllocGestureDataCopy =
76bcee1d USER32!GetClassWOWWords =
76b8325e USER32!DefWindowProcWorker =
76bbc9e0 USER32!GUID_VIDEO_SUBGROUP =
76bd0803 USER32!DwmSetRedirSurfacePresentFlags =
76bd3b03 USER32!AppendMenuA =
76b8f2ca USER32!CategoryMaskFromEvent =
76bcf20c USER32!OemToCharBuffW =
76bd5a88 USER32!aGeneralPunctuation_EndBreak =
76b716fd USER32!CreateDesktopW =
76bccad0 USER32!szEventMsgFile =
76b9a57c USER32!ButtonWndProcWorker =
76bd07cb USER32!DwmGetRedirSurfacePresentFlags =
76bd37b6 USER32!DdeQueryConvInfo =
76b956bc USER32!PaintRect =
76bd645c USER32!RtlUnwind =
76b710a0 USER32!_imp__RtlUnicodeToMultiByteSize =
76bd551d USER32!RemoveGaps =
76b78dfe USER32!wcsncpycch =
76bbcfd6 USER32!GetIconInfoExW =
76ba244f USER32!ListBoxWndProcA =
76b712b0 USER32!_imp__EnableEUDC =
76b8088e USER32!RegisterDefaultClass =
76bcc4b6 USER32!MonitorStringHandle =
76b83e7b USER32!NtUserUpdateInputContext =
76bc13fb USER32!_ClientGetDDEFlags =
76b7612e USER32!CheckMenuItem =
76b95aa9 USER32!NtUserSfmDxOpenSwapChain =
76bd58c6 USER32!UserIsFELineBreakEnd =
76bb955c USER32!xxxBNGetDC =
76b9fee5 USER32!xxxCBSetDroppedSize =
76ba1bd0 USER32!SetScrollPos =
76bccfe2 USER32!MB_UpdateDlgHdr =
76b9dc9a USER32!xxxSetLBScrollParms =
76ba0490 USER32!CopyAcceleratorTableA =
76ba5b2a USER32!__ClientExtTextOutW =
76b9bd74 USER32!xxxLBPaint =
76bd90d0 USER32!hmodUser =
76b9feae USER32!xxxCBPosition =
76b86a30 USER32!SetRect =
76b91d29 USER32!MLSetTabStops =
76bcece0 USER32!fnCOPYGLOBALDATA =
76bce8c9 USER32!MessageBoxIndirectA =
76bd41af USER32!dummyImmGetOpenStatus =
76b717d9 USER32!NtUserCreateDesktopEx =
76bbc9f0 USER32!GUID_VIDEO_POWERDOWN_TIMEOUT =
76ba252b USER32!GetScrollPos =
76b9159f USER32!Scale824 =
76bd9100 USER32!g_pfnImeWndProcW =
76b76e57 USER32!GetProcAddress =
76b7f5e5 USER32!HowManyColors =
76b7be96 USER32!dummyImmSetCompositionFontA =
76bbc1d8 USER32!SetCursorPos =
76b87b9b USER32!NtUserDispatchMessage =
76bbf412 USER32!__fnINCNTOUTSTRING =
76b71090 USER32!_imp__CsrClientCallServer =
76bd9ee0 USER32!szERROR =
76b82280 USER32!EnumDisplaySettingsW =
76b86632 USER32!SetScrollInfo =
76b874b1 USER32!GetClientRect =
76bd9e24 USER32!ghinstOLE =
76b994cd USER32!IsCharUpperW =
76b7d656 USER32!PostMessageA =
76bd9108 USER32!__security_cookie =
76b84a30 USER32!ImeNotifyHandler =
76b91456 USER32!BltColor =
76b76d9a USER32!_tailMerge_CFGMGR32_dll =
76b78b28 USER32!GetSizeDialogTemplate =
76bc88c4 USER32!xxxLBoxCaretBlinker =
76b983a8 USER32!EnumDisplaySettingsA =
76b71174 USER32!_imp__GetMapMode =
76b8f319 USER32!__security_check_cookie =
76bd41af USER32!dummyImmWINNLSGetEnableStatus =
76b93826 USER32!MLDeleteText =
76b73f22 USER32!CliReadRegistryValue =
76b71210 USER32!_imp__GetTextMetricsW =
76bbf35b USER32!__fnINPGESTURENOTIFYSTRUCT =
76ba5a25 USER32!CopyIcon =
76b86225 USER32!PostMessageW =
76bd21b6 USER32!IsCharUpperA =
76b71370 USER32!_imp__SizeofResource =
76b7c921 USER32!IsWindowEnabled =
76b7a774 USER32!InternalFindWindowExA =
76ba386d USER32!EnableScrollBar =
76bd1c16 USER32!SvRespAdviseDataAck =
76b9343d USER32!MLInsertText =
76b7bea0 USER32!SplFreeResource =
76b7d488 USER32!GetQueueStatus =
76b81829 USER32!__fnINLPWINDOWPOS =
76bd41af USER32!dummyImmLockImeDpi =
76b868fe USER32!InternalGetWindowText =
76bbd50b USER32!GetTouchInputInfoWorker =
76b99323 USER32!CreateIcoCurIndirect =
76bd0659 USER32!GetReasonTitleFromReasonCode =
76bd2642 USER32!DeleteLinkCount =
76ba229e USER32!ShowWindowNoRepaint =
76b87c4b USER32!DT_DrawStr =
76b80351 USER32!GetBestImage =
76b88409 USER32!GetSystemMetrics =
76b819c3 USER32!ULongLongToUInt =
76bc0d3c USER32!GetTabbedTextExtentA =
76b95eba USER32!wvsprintfW =
76b7d5ef USER32!NtUserDestroyWindow =
76bc7167 USER32!PrivateExtractIconExA =
76b76c25 USER32!DoCallback =
76b86614 USER32!SetWindowLongW =
76bd9130 USER32!pfnFindResourceExA =
76b9978a USER32!ECGetEditDC =
76bd903c USER32!_imp__PowerWriteDCValueIndex =
76bc0d12 USER32!GetTabbedTextExtentW =
76b7e7a9 USER32!GetCurrentThreadDesktopHwnd =
76b7146c USER32!_imp__QueryPerformanceCounter =
76bbbec3 USER32!TellWOWThehDlg =
76b809ae USER32!RtlGetExpWinVer =
76bd9128 USER32!pfnFindResourceExW =
76b967b4 USER32!SendNotifyMessageA =
76b71110 USER32!_imp__RtlFindActivationContextSectionString =
76b7fde8 USER32!GetAppCompatFlags =
76b7406c USER32!_LoadKeyboardLayoutEx =
76b9b454 USER32!CBNcCreateHandler =
76ba1b58 USER32!NtUserGetUpdateRgn =
76b91c9a USER32!MLSize =
76b74cd1 USER32!Scale424 =
76bbf153 USER32!__fnSENTDDEMSG =
76bc2ca6 USER32!DbcsCombine =
76b7c184 USER32!NtUserIsTopLevelWindow =
76b88650 USER32!_SEH_epilog4 =
76b7e18a USER32!CreateWindowExA =
76b714d0 USER32!_imp__GlobalDeleteAtom =
76b713c8 USER32!_imp__GetCPInfo =
76b7148c USER32!_imp__DelayLoadFailureHook =
76b713bc USER32!_imp__Sleep =
76b87915 USER32!MapWindowPoints =
76b75b6e USER32!EnumDisplayDevicesW =
76bbe5ec USER32!InitiateEnumerationProc =
76bc6055 USER32!SLSetFocus =
76bba9db USER32!Map8 =
76b864f8 USER32!AdjustWindowRectEx =
76bc7927 USER32!LaunchHelp =
76bca18a USER32!DlgDirSelectExW =
76b872e1 USER32!RealDefWindowProcW =
76b7107c USER32!_imp__CsrFreeCaptureBuffer =
76ba0208 USER32!LBGetItemRect =
76bd99fc USER32!gphn =
76bbc132 USER32!SetProgmanWindow =
76bbcf28 USER32!ScrollBarWndProcA =
76b7fc1e USER32!PathIsUNC =
76b7f283 USER32!LoadCursorW =
76b86e81 USER32!IsDPIDWMSysMet =
76ba6189 USER32!PathFindFileName =
76b7241d USER32!IsTestSigningEnabled =
76bd4e37 USER32!NtUserRegisterTasklist =
76b84b56 USER32!NtUserSetImeOwnerWindow =
76b7dfbd USER32!CharPrevA =
76b8335a USER32!CalcWakeMask =
76ba1833 USER32!DrawIcon =
76bd418b USER32!dummyImmNotifyIME =
76b738d7 USER32!GetCursorBitCount =
76bd9eb0 USER32!gatomReaderMode =
76b9d301 USER32!DrawFrameControl =
76bd629a USER32!dummyCtfImmHideToolbarWnd =
76b83ef8 USER32!AllocateFromZone =
76ba3de1 USER32!RemovePropA =
76bcd5cb USER32!MB_AddPushButtons =
76b97a16 USER32!InternalDdeQueryString =
76bd908c USER32!gcyGray =
76b966dc USER32!szMS_WINHELP =
76bc2b5c USER32!ECCopy =
76b93677 USER32!MLSetSelection =
76bd4eff USER32!NtUserSetSystemCursor =
76b739c7 USER32!SetUserObjectSecurity =
76ba65ce USER32!GetWindowRgn =
76bcbda9 USER32!GetMenuContextHelpId =
76bd9e20 USER32!gdwEMIControl =
76b71190 USER32!_imp__ExcludeClipRect =
76b90e1f USER32!CharUpperBuffA =
76bd41af USER32!dummyImmGetContext =
76b7be96 USER32!dummyImmWINNLSEnableIME =
76bbb09b USER32!EnumPropsW =
76bd1ee1 USER32!ClStartRequest =
76b7c265 USER32!GetUpdateRect =
76b96ace USER32!SetCommonStateFlags =
76bd9f30 USER32!pfnWowTask16SchedNotify =
76b71214 USER32!_imp__GetTextColor =
76b7d8cb USER32!ImeWndDestroyHandler =
76bbbb65 USER32!GrayStringW =
76bd41af USER32!dummyImmFreeLayout =
76b86e3e USER32!IsWindowFrameMetric =
76ba5e97 USER32!NtUserCallMsgFilter =
76bbf31d USER32!__fnINLPCOMPAREITEMSTRUCT =
76b9810c USER32!RegisterGhostWindow =
76b7140c USER32!_imp__lstrlenW =
76ba6dfa USER32!SetWindowsHookExA =
76b71300 USER32!_imp__GetDeviceCaps =
76bd9900 USER32!ButtonLookaside =
76ba6ec1 USER32!fnHkINLPCWPSTRUCTA =
76b71244 USER32!_imp__OffsetWindowOrgEx =
76b95abd USER32!NtUserSfmDxQuerySwapChainBindingStatus =
76b88600 USER32!_SEH_prolog4 =
76ba1d32 USER32!AnimateWindow =
76bd4a2d USER32!NtUserBuildPropList =
76ba6f51 USER32!NtUserPhysicalToLogicalPoint =
76b7c6c2 USER32!NtUserDestroyCursor =
76b7125c USER32!_imp__SelectPalette =
76b82a0c USER32!ObjectFromDIBResource =
76b7bd75 USER32!GetPrevPwnd =
76bbf78a USER32!__ClientDeliverUserApc =
76b7decf USER32!EnumDesktopsW =
76bc0a90 USER32!UserLpkTabbedTextOut =
76bc85e6 USER32!xxxFindString =
76b760b0 USER32!CharToOemBuffA =
76b86a10 USER32!SetRectEmpty =
76ba1b1d USER32!BringWindowToTop =
76b9afe2 USER32!xxxLBInsertItem =
76bd5b00 USER32!aFullWidthHalfWidthVariants_EndBreak =
76bd0821 USER32!SfmGetLogicalSurfaceBinding =
76bc2d89 USER32!ECSetIMEMenu =
76bd90c4 USER32!pfnLockResource =
76bd4195 USER32!dummyImmGetCompositionWindow =
76ba5785 USER32!NtUserShowScrollBar =
76bbd5b2 USER32!PreprocessTouchInputMessage =
76bbf35b USER32!__fnPOPTINLPUINT =
76badfc0 USER32!szEDITCLASS =
76bbd383 USER32!WowServerLoadCreateCursorIcon =
76b7124c USER32!_imp__ExtTextOutW =
76bcfe64 USER32!LoadReasonStrings =
76b71390 USER32!_imp__SearchPathW =
76b71de5 USER32!NtUserCreateWindowStation =
76b7d16a USER32!__fnINLPUAHINITMENU =
76bc6f72 USER32!IsEmptyString =
76b980f8 USER32!NtUserHungWindowFromGhostWindow =
76bbda2c USER32!xxxCBGetTextHelper =
76bcb50c USER32!ScrollChildren =
76bcbc38 USER32!TileWindows =
76b94d2f USER32!CreateLocalMemHandle =
76b97830 USER32!FixupDdeExecuteIfNecessary =
76b71168 USER32!_imp__GetClipRgn =
76b9d051 USER32!xxxInvertLBItem =
76b81b7f USER32!ValidateWIDTHBYTES_Dword =
76b78c08 USER32!DefShortToInt =
76bce6f8 USER32!mpTypeCcmd =
76bd9124 USER32!fpLpkEditControl =
76bbb28e USER32!IsDefaultGestureHandler =
76b9805a USER32!NtUserValidateHandleSecure =
76bd9114 USER32!ghbrWindowText =
76ba545f USER32!InternalDialogBox =
76b89481 USER32!__ClientWaitMessageExMPH =
76bd5765 USER32!InvertRect =
76b78839 USER32!GetMenuItemInfoInternalA =
76b71504 USER32!_imp__WideCharToMultiByte =
76bd92f8 USER32!idtVtbl =
76b7adb6 USER32!NtUserGetCPD =
76ba516a USER32!DialogBox2 =
76ba3ccc USER32!DefFrameProcW =
76bcae5d USER32!MDIActivateDlgSize =
76bd4a41 USER32!NtUserSetDisplayConfig =
76b71138 USER32!_imp__RtlOpenCurrentUser =
76bd282e USER32!FChildVisible =
76b71158 USER32!_imp__RtlInitUnicodeString =
76b71308 USER32!_imp__GdiGetBitmapBitsSize =
76bd4c59 USER32!NtUserGetPriorityClipboardFormat =
76b87964 USER32!NtUserGetProp =
76b7d09f USER32!GetMenuItemInfoInternalW =
76bd4acb USER32!NtUserDrawAnimatedRects =
76b71048 USER32!_imp__strrchr =
76bd4b91 USER32!NtUserGetCursorInfo =
76bb94ad USER32!xxxBNInitDC =
76b7a8c4 USER32!NtUserMoveWindow =
76b7d924 USER32!NtUserUnhookWinEvent =
76bcf592 USER32!ReaderWndProc =
76bcc8ce USER32!EndTaskModalDialog =
76bbbc4b USER32!GetRemoteInputLanguage =
76bd0c06 USER32!xxxNextAniIconStep =
76b99c79 USER32!GetMaxOverlapChars =
76b91fe9 USER32!ECImmSetCompositionFont =
76bbcd01 USER32!DesktopWndProcW =
76bd9084 USER32!gcLoadUserApiHook =
76b78931 USER32!NtUserRemoveMenu =
76bd6553 USER32!_tailMerge_WINSTA_dll =
76b891b5 USER32!PeekMessageW =
76bd9e34 USER32!pfnWowEmptyClipBoard =
76ba648c USER32!__fnINLPDRAWITEMSTRUCT =
76b80a8e USER32!RtlInitLargeUnicodeString =
76b86b91 USER32!GetWindowBorders =
76b8f7ec USER32!NtUserConsoleControl =
76b95068 USER32!fnEMGETSEL =
76b890e8 USER32!GetInputBits =
76b82eb2 USER32!PeekMessageA =
76b76ec1 USER32!RegisterDeviceNotificationWorker =
76bd4575 USER32!SyncSoftKbdState =
76b97d0e USER32!InternalFreeDataHandle =
76ba5f86 USER32!GetACPCharSet =
76b866e3 USER32!IsIconic =
76b861dd USER32!GetKeyboardLayout =
76b937b7 USER32!ECCalcChangeSelection =
76bd4b7d USER32!NtUserGetControlColor =
76b710dc USER32!_imp__NtVdmControl =
76bb9477 USER32!BNSetFont =
76b90730 USER32!GetImmFileName =
76bd99c0 USER32!StaticLookaside =
76bd41b9 USER32!dummyImmGetCandidateWindow =
76b942df USER32!NtUserGetMenuItemRect =
76b713e8 USER32!_imp__GetSystemWindowsDirectoryW =
76bbf8a5 USER32!__ClientWOWTask16SchedNotify =
76b7be96 USER32!dummyImmReleaseContext =
76bbdf61 USER32!xxxCBInvertStaticWindow =
76b9ca83 USER32!SLPaint =
76b71068 USER32!_imp__CsrAllocateMessagePointer =
76bd90a8 USER32!pfnLocalLock =
76bc4942 USER32!MLKeyDown =
76bd41af USER32!dummyIMPQueryIMEW =
76ba50f9 USER32!__fnDWORDOPTINLPMSG =
76bd9110 USER32!ghdcGray =
76b76818 USER32!ValidateHSZ =
76b71240 USER32!_imp__SaveDC =
76b71288 USER32!_imp__GetStockObject =
76b7147c USER32!_imp__GlobalFindAtomA =
76bb969b USER32!BNMultiDraw =
76bd900c USER32!_imp__OpenProcessToken =
76bbb2aa USER32!SendGestureInput =
76b7118c USER32!_imp__GetBoundsRect =
76b80af6 USER32!__fnINLPCREATESTRUCT =
76b7dbc7 USER32!OpenDesktopW =
76b73b35 USER32!NtUserSetImeHotKey =
76b817d5 USER32!__fnINOUTLPWINDOWPOS =
76b7ba48 USER32!UserCallDlgProcCheckWow =
76b98f61 USER32!GetClipboardFormatNameA =
76bd629a USER32!IsWow64Message =
76b9d3a9 USER32!ECEmptyUndo =
76b7d955 USER32!OpenDesktopA =
76b7cdce USER32!GetMenu =
76b8fc94 USER32!InitializeLpkHooks =
76b7f04d USER32!FindExistingCursorIcon =
76b9ab11 USER32!xxxLBoxDrawItem =
76bd9980 USER32!ListboxLookaside =
76b77b12 USER32!DispatchHookW =
76bbf35b USER32!__fnINLPHELPINFOSTRUCT =
76b7d85d USER32!ImeBroadCastMsg =
76b761a5 USER32!NtUserVkKeyScanEx =
76bc4878 USER32!MLPasteText =
76b7c01f USER32!UpdateLayeredWindow =
76b842af USER32!IsServerSideWindow =
76bcea4d USER32!MessageBoxExW =
76b7d6d7 USER32!PostQuitMessage =
76b710d0 USER32!_imp__NtDeleteValueKey =
76bd13a1 USER32!SpontaneousClientMessage =
76b95024 USER32!__fnOUTDWORDDWORD =
76b712e8 USER32!_imp__GetBkColor =
76b7f481 USER32!ConvertDIBBitmap =
76bcb2bd USER32!ValidatePositionableWindow =
76bd504f USER32!NtUserIsTouchWindow =
76bb40e8 USER32!szDMREnable =
76ba3173 USER32!_DefSetText =
76bc66cb USER32!SLMouseMotion =
76b750ec USER32!NtUserSfmDxReportPendingBindingsToDwm =
76ba266f USER32!GetClassLongA =
76bbf6be USER32!__ClientLpkDrawTextEx =
76b7c382 USER32!NtUserSetLayeredWindowAttributes =
76bd90b0 USER32!pfnFreeResource =
76b7be96 USER32!dummyImmSetStatusWindowPos =
76b713b8 USER32!_imp__FoldStringW =
76bc6161 USER32!SLChangeSelection =
76bd6690 USER32!_sz_CFGMGR32_dll =
76bc6f9a USER32!ExtractIconFromBMP =
76b7bfe9 USER32!DDEMLMotherWndProc =
76b71498 USER32!_imp__TerminateProcess =
76b9deaa USER32!xxxLBSize =
76b71234 USER32!_imp__GdiLoadType1Fonts =
76bd9f28 USER32!gpfnOLERegisterDD =
76bba7fa USER32!DdeEnableCallback =
76b9e0c9 USER32!xxxLBShowHideScrollBars =
76b82061 USER32!SetWindowsHookExAW =
76b710fc USER32!_imp__NtQuerySecurityObject =
76bbc89c USER32!LoadKeyboardLayoutW =
76bbe021 USER32!xxxCBKillFocusHelper =
76b9ecfd USER32!xxxCBPaint =
76b99d56 USER32!ECGetDBCSVector =
76ba6e97 USER32!SendMessageTimeoutA =
76bbc187 USER32!GetWindowContextHelpId =
76bd4f27 USER32!NtUserSetWindowDisplayAffinity =
76b87cae USER32!DrawTextExWorker =
76b81d53 USER32!NtUserGetIconSize =
76b713a8 USER32!_imp__ExitThread =
76b72e2d USER32!ReadChunk =
76b80d5d USER32!NtUserCreateWindowEx =
76b886b0 USER32!ValidateHwnd =
76b9a4b9 USER32!DrawTextExA =
76b84e9c USER32!DT_GetExtentMinusPrefixes =
76bd4adf USER32!NtUserDrawCaption =
76bc1c16 USER32!ECIsCharNumeric =
76ba2e04 USER32!SwitchWindowsMenus =
76bd90a0 USER32!gfFirstThread =
76b9b242 USER32!DrawDiagonal =
76bbd08f USER32!GetIconInfoExA =
76bd233d USER32!FreeUMHandleEntry =
76b7be96 USER32!dummyImmGetCompositionFontW =
76b7b899 USER32!__ClientWOWGetProcModule =
76bbcb5b USER32!dummyImmSetCompositionStringAW =
76ba3d4c USER32!ValidateRgn =
76b90b01 USER32!SetProcessDPIAware =
76bbbdc6 USER32!CreateDesktopA =
76ba70b6 USER32!EnumWindowStationsW =
76bcf0e0 USER32!OemToCharBuffA =
76b711f0 USER32!_imp__GetCharWidthInfo =
76b74544 USER32!pfnClientWorker =
76b823cb USER32!ClientToScreen =
76b7c1f2 USER32!ScreenToClient =
76b75d87 USER32!IncLocalAtomCount =
76b7bf3b USER32!LookupIconIdFromDirectoryWorker =
76ba0469 USER32!LoadAcceleratorsA =
76b71490 USER32!_imp__LoadLibraryExA =
76bd1d41 USER32!ClStartUnadvise =
76bbb409 USER32!GestureInputProcessor =
76b80504 USER32!CreateIconFromResourceEx =
76ba41de USER32!CallWindowProcA =
76bbc0dc USER32!SetShellWindow =
76b71284 USER32!_imp__GdiProcessSetup =
76b74c32 USER32!NtUserCallHwnd =
76b9df5a USER32!LBGetText =
76b71398 USER32!_imp__LoadLibraryExW =
76b7eee1 USER32!SystemParametersInfoW =
76bd4ba5 USER32!NtUserGetGuiResources =
76bd41af USER32!dummyImmPutImeMenuItemsIntoMappedFile =
76b7abb7 USER32!LoadAcc =
76b9d7be USER32!xxxCBMessageItemHandler =
76bc0c4d USER32!TabbedTextOutW =
76b785a4 USER32!UnregisterMessagePumpHook =
76b79f1f USER32!GetParentDialog =
76bc321d USER32!ECMenu =
76ba4459 USER32!ApplyFunctionToObjects =
76b8565d USER32!NtUserGetForegroundWindow =
76b726e5 USER32!CloseKeyboardLayoutFile =
76b713d8 USER32!_imp__ReadFile =
76bc0dd1 USER32!PSMTextOut =
76bc720c USER32!GetHandleData =
76b77bb6 USER32!RtlCaptureLargeAnsiString =
76b9d3ce USER32!ECNotifyParent =
76b72aea USER32!GetKeyboardDllName =
76bd98d8 USER32!gcCallUserApiHook =
76b88220 USER32!DrawTextW =
76bcfaf6 USER32!ReasonCodeNeedsBugID =
76bd62bf USER32!_W32ExceptionHandler =
76b841fa USER32!ChangeWindowMessageFilter =
76ba6568 USER32!DestroyAcceleratorTable =
76b7104c USER32!_imp__sscanf_s =
76bbb226 USER32!TransferGestureInfo =
76b71064 USER32!_imp__RtlReAllocateHeap =
76b71494 USER32!_imp__GetSystemTimeAsFileTime =
76bd31b0 USER32!LinkTransaction =
76b94db7 USER32!__ClientGetListboxString =
76b8147a USER32!NtUserShowWindow =
76bcd23b USER32!StringCbPrintfW =
76bbc223 USER32!SwapMouseButton =
76b9082f USER32!InitializeImmEntryTable =
76bd41b9 USER32!dummyImmSetActiveContext =
76ba3a32 USER32!MDIClientWndProcW =
76bd90ec USER32!fpLpkPSMTextOut =
76bd0ce9 USER32!ExtractDDEDataInfo =
76bd9920 USER32!pciiList =
76b99c12 USER32!ECInitInsert =
76b71278 USER32!_imp__DeleteDC =
76b95794 USER32!StaticCallback =
76b7be96 USER32!dummyImmGetProperty =
76bbbbe3 USER32!GetRemoteKeyboardLayoutFromConfigData =
76bbbeda USER32!CascadeChildWindows =
76bd24c8 USER32!AddLink =
76b8fb00 USER32!NtUserGetThreadDesktop =
76b85316 USER32!CreateIMEUI =
76b7fe12 USER32!NtUserGetCaretBlinkTime =
76b71014 USER32!_imp___alldiv =
76bc1621 USER32!GetNextDlgGroupItem =
76b980e4 USER32!NtUserSfmDxReleaseSwapChain =
76b7f034 USER32!GetIcoCurHeight =
76b84ae3 USER32!SendOpenStatusNotify =
76b99c98 USER32!ECCreate =
76b713c0 USER32!_imp__GetStringTypeW =
76b7a749 USER32!NtUserCheckDesktopByThreadId =
76bd00d1 USER32!DestroyReasons =
76ba1aa9 USER32!WaitForInputIdle =
76bcf556 USER32!ReaderFeedback =
76b97551 USER32!SvSpontExecute =
76b98946 USER32!InsertMenuItemA =
76bbf4ab USER32!__fnHkINLPRECT =
76bcb53c USER32!ArrangeWindows =
76b877e9 USER32!TestWindowProcess =
76ba4926 USER32!GetDialogBaseUnits =
76b9773b USER32!__ClientCopyDDEIn2 =
76bbc2c7 USER32!RegisterFrostWindow =
76b98281 USER32!StringDuplicateW =
76bd3b40 USER32!ModifyMenuA =
76b725b0 USER32!BroadcastSystemMessageExW =
76b8f1d5 USER32!__ClientThreadSetup =
76bbf3ac USER32!__fnINLPKDRAWSWITCHWND =
76bd048d USER32!BuildReasonArray =
76bbffbf USER32!DisplayExitWindowsWarnings =
76b83ca1 USER32!_GetWindow =
76b81455 USER32!DWordPtrAdd =
76bcd956 USER32!LogMessageBox =
76ba564a USER32!DialogBoxParamW =
76bb98c1 USER32!BNCalcRect =
76ba5f11 USER32!ValidateMENUINFO =
76b7eb1d USER32!StringDuplicateA =
76b9941c USER32!CreateIcon =
76b90949 USER32!InitClientDrawing =
76bbb684 USER32!SetWindowsHookW =
76bd2ebc USER32!UpdateLinkIfChanged =
76bc71b8 USER32!GetRawInputBuffer =
76bcdaab USER32!SoftModalMessageBox =
76bd59f0 USER32!aASCII_Latin1_EndBreak =
76bcc055 USER32!__ClientRegisterDragDrop =
76bc722f USER32!GetFullUserHandle =
76b747f4 USER32!NtUserSwitchDesktop =
76b81a5b USER32!DIBFromBitmap =
76b7128c USER32!_imp__CreateSolidBrush =
76bc14d2 USER32!_PrevControl =
76b97309 USER32!__ClientCopyDDEIn1 =
76bd9e38 USER32!awchSlashStar =
76b85789 USER32!EnumWindows =
76bc7821 USER32!HelpMenu =
76ba31b5 USER32!NtUserDefSetText =
76bcb164 USER32!MDIActivateDlgProcW =
76b7aa35 USER32!__fnPOWERBROADCAST =
76bcf17f USER32!CharToOemBuffW =
76bd4b1b USER32!NtUserEvent =
76b966f9 USER32!FindWinHelpWindow =
76b84516 USER32!NtUserGetDCEx =
76b7b8ec USER32!ValidateDialogPwnd =
76b7166f USER32!fnHkINLPCWPSTRUCTW =
76b98132 USER32!NtUserInternalGetWindowIcon =
76b814bd USER32!__ClientLoadMenu =
76b71170 USER32!_imp__GetHFONT =
76b7151c USER32!_imp__WaitForMultipleObjectsEx =
76b9d6b2 USER32!ECResetTextInfo =
76bd99a0 USER32!aHandleEntry =
76b71428 USER32!_imp__ProcessIdToSessionId =
76b711b0 USER32!_imp__SetTextCharacterExtra =
76b71394 USER32!_imp__ExpandEnvironmentStringsW =
76b71e98 USER32!LoadAndSendWatermarkStrings =
76b86015 USER32!SP_Reverse =
76bb93c4 USER32!SkipChunk =
76bd4354 USER32!ImeRunHelp =
76b789ef USER32!EnableMenuItem =
76ba5452 USER32!GetActiveWindow =
76bd9118 USER32!ghdcBits2 =
76bd99f4 USER32!cInstAllocated =
76bd90b8 USER32!pfnLocalAlloc =
76b756f0 USER32!MixRGB =
76b713b0 USER32!_imp__CreateThread =
76b793f7 USER32!InternalCreateDialog =
76bce3ef USER32!MessageBoxWorker =
76b711d4 USER32!_imp__GetPaletteEntries =
76bd5ba5 USER32!UserTextOutWInternal =
76bbc2ba USER32!AllowForegroundActivation =
76bb8f9c USER32!IID_IDropTarget =
76b7e5d5 USER32!UnregisterClassW =
76b72716 USER32!OpenKeyboardLayoutFile =
76b71458 USER32!_imp__UnmapViewOfFile =
76bc1751 USER32!xxxGNM_FindNextMnem =
76ba115b USER32!MDICompleteChildCreation =
76bc7876 USER32!EnumHwndDlgChildProc =
76b7fa1c USER32!StringCchCopyNW =
76b714f8 USER32!_imp__GlobalFree =
76ba6d27 USER32!NtUserWindowFromPhysicalPoint =
76b71008 USER32!NlsAnsiCodePage =
76b7a943 USER32!UnregisterClassA =
76bcfeba USER32!BuildPredefinedReasonArray =
76bbbf4d USER32!GetClientKeyboardType =
76bcc003 USER32!mndtDrop =
76bd99e4 USER32!nextId =
76b788e3 USER32!InsertMenuW =
76bbb07e USER32!EnumPropsA =
76b9d151 USER32!NtUserGetControlBrush =
76bd66a0 USER32!_sz_MSIMG32_dll =
76b85261 USER32!EnumChildWindows =
76b71478 USER32!_imp__lstrlenA =
76b7d6ef USER32!HMValidateHandleNoSecure =
76bbb2cf USER32!Gesture =
76ba720f USER32!_local_unwind4 =
76b86a5f USER32!IsWindowInDestroy =
76ba62b6 USER32!NtUserFillWindow =
76bc8da3 USER32!xxxLBButtonUp =
76b71368 USER32!_imp__QueryActCtxSettingsW =
76b724ae USER32!LoadLocalFonts =
76b856f7 USER32!NtUserBuildHwndList =
76b71348 USER32!_imp__GetACP =
76ba1a91 USER32!UserRealizePalette =
76bd5799 USER32!DrawMenuMark =
76ba6fab USER32!GetPhysicalCursorPos =
76bd9a6c USER32!pdiLocal =
76bbedf8 USER32!DdeDisconnectList =
76b71474 USER32!_imp__GetTickCount =
76b90d83 USER32!CharUpperBuffW =
76bcc78a USER32!DrawCommandRectangle =
76bba778 USER32!EnableEnumProc =
76bc412c USER32!MLShiftchLines =
76b71224 USER32!_imp__GetViewportExtEx =
76bd6534 USER32!PowerWriteACValueIndex =
76b746c7 USER32!SwitchDesktopWithFade =
76b7a72e USER32!EnableWindow =
76bd9050 USER32!_imp__WinStationSendMessageW =
76b78ae2 USER32!WordSkipSz =
76bced32 USER32!fnINPAINTCLIPBRD =
76b94979 USER32!SetClipboardData =
76ba028f USER32!CItemInWindow =
76bd41af USER32!dummyImmGetDefaultIMEWnd =
76bc57c4 USER32!SLDrawLine =
76b7123c USER32!_imp__TranslateCharsetInfo =
76bd4f3b USER32!NtUserSetWindowsHookAW =
76b71470 USER32!_imp__QueryPerformanceFrequency =
76b892cd USER32!UserCallWinProc =
76bc8506 USER32!LBGetScrollFlags =
76b7b810 USER32!GetMenuItemID =
76bd626d USER32!_GetProp =
76b85d8c USER32!wvsprintfA =
76ba4562 USER32!FlashWindow =
76bd9f2c USER32!gpfnOLEOleUninitialize =
76bd4f4f USER32!NtUserShowWindowAsync =
76bd4215 USER32!SendIMEMessageExA =
76b82949 USER32!GetSysColorBrush =
76b987f1 USER32!GetMagnificationInputTransform =
76b7b1e3 USER32!SetWindowLongA =
76b8efdd USER32!OffsetRect =
76b7346b USER32!CreateAniIcon =
76ba7315 USER32!_EH4_GlobalUnwind =
76bd9014 USER32!_imp__GetTokenInformation =
76b7135c USER32!_imp__LoadAppInitDlls =
76b71450 USER32!_imp__GetSystemDefaultLangID =
76b71384 USER32!_imp__DisableThreadLibraryCalls =
76bba56f USER32!RepaintButton =
76ba6d0c USER32!NtUserWindowFromPoint =
76b7112c USER32!_imp__memcpy =
76bc7a54 USER32!gawcWinhelpFlags =
76b71238 USER32!_imp__GdiAddFontResourceW =
76b714a0 USER32!_imp__SetUnhandledExceptionFilter =
76bd41b9 USER32!dummyCtfImmNotify =
76b9985a USER32!ECAdjustIch =
76b96b2f USER32!FreeDDElParam =
76b9d4d3 USER32!EditWndProc =
76b7e0b4 USER32!RealDefWindowProcA =
76ba4b27 USER32!NtUserMenuItemFromPoint =
76b9b694 USER32!xxxLBSetFont =
76bd9090 USER32!pUserHeap =
76bbf5a3 USER32!__ClientGetDDEFlags =
76bd90e4 USER32!pwcHighContrastScheme =
76ba5e03 USER32!SetMenuInfo =
76b7eb65 USER32!SendNotifyMessageW =
76b71358 USER32!_imp__LocalSize =
76b9586b USER32!StaticWndProcWorker =
76b87829 USER32!GetPropW =
76ba091c USER32!wcsncat_s =
76b7be96 USER32!dummyImmSetCandidateWindow =
76b92851 USER32!MLEditWndProc =
76b819f0 USER32!CopyBmp =
76b7103c USER32!_imp__NtRaiseHardError =
76ba0f98 USER32!CreateMDIChild =
76bd64f3 USER32!_imp_load__PowerSetActiveScheme =
76b711f4 USER32!_imp__GetCharWidthA =
76bd9040 USER32!_imp__PowerWriteACValueIndex =
76bd9eac USER32!gcOriginalRGBs =
76b988e9 USER32!DdeInitializeA =
76b7489e USER32!EnableEUDC =
76bc1c7f USER32!ECSetCaretHandler =
76ba41ac USER32!GetPropA =
76b96970 USER32!ProcessDDEMLInitiate =
76ba21d9 USER32!_alldiv =
76bd41af USER32!dummyIMPQueryIMEA =
76ba6d3b USER32!__ClientFreeLibrary =
76b8590a USER32!MonitorFromWindow =
76b72d50 USER32!szKLFile =
76b714a4 USER32!_imp__GlobalFindAtomW =
76b7d99c USER32!EnumDesktopWindows =
76ba735d USER32!_NLG_Dispatch =
76b822ae USER32!LoadImageInternal =
76ba5928 USER32!GetClassWord =
76ba5dc9 USER32!NtUserCountClipboardFormats =
76b838e8 USER32!ImeSetImc =
76b85057 USER32!NtUserGetKeyState =
76b97eb2 USER32!GetClipboardFormatNameW =
76ba735d USER32!_NLG_Dispatch2 =
76bd41b9 USER32!dummyImmEnumInputContext =
76b7142c USER32!_imp__GetCurrentProcessId =
76ba6e1b USER32!DispatchHookA =
76b852a2 USER32!NtUserRedrawWindow =
76b71100 USER32!_imp__NtQueryInformationProcess =
76bd0857 USER32!SfmDestroyLogicalSurfaceBinding =
76b86a82 USER32!GetWindowInfo =
76bbf938 USER32!__fnGESTURE =
76b82185 USER32!EnumDisplaySettingsExW =
76b865a9 USER32!NtUserSetWindowLong =
76bd44c9 USER32!IMEIndicatorGetMenuIDData =
76b7c138 USER32!NtUserGetAsyncKeyState =
76b87b73 USER32!NtUserEndPaint =
76b8394e USER32!NtUserGetGUIThreadInfo =
76bcea29 USER32!MessageBoxExA =
76b76fe9 USER32!_imp_load__CMP_RegisterNotification =
76b75d11 USER32!InternalDdeCreateStringHandle =
76ba00f8 USER32!szOneChar =
76bd0bbd USER32!StaticNotifyParent =
76bd65d4 USER32!_DELAY_IMPORT_DESCRIPTOR_MSIMG32_dll =
76bd27a3 USER32!_UserTestTokenForInteractive =
76b76443 USER32!__fnCOPYDATA =
76b77226 USER32!OpenWindowStationA =
76bd66c0 USER32!_sz_WINSTA_dll =
76b87080 USER32!InflateRect =
76b85a28 USER32!GetClassLongW =
76bc804b USER32!LBCalcAllocNeeded =
76b7126c USER32!_imp__CreateDIBitmap =
76bc40d5 USER32!SLMoveSelectionRestricted =
76bd9ae4 USER32!_hmod__POWRPROF_dll =
76b714bc USER32!_imp__GetUserDefaultLCID =
76b76fce USER32!CMP_RegisterNotification =
76b7ec79 USER32!MsgWaitForMultipleObjectsEx =
76b7111c USER32!_imp__RtlUnicodeToMultiByteN =
76b713cc USER32!_imp__CompareStringW =
76ba3a5d USER32!GetTopWindow =
76bbae2c USER32!Scale88 =
76bcebfa USER32!RealDrawCaption =
76ba173f USER32!ScrollWindow =
76b81749 USER32!TrulyMonochrome =
76b71290 USER32!_imp__CreateCompatibleDC =
76b73d73 USER32!CliGetPreloadKeyboardLayouts =
76bcbe1d USER32!mndtAddRef =
76bbe5e1 USER32!DdeSetQualityOfService =
76b819b8 USER32!_allmul =
76b7c338 USER32!NtUserDeferWindowPos =
76bc6ad6 USER32!MLLineLength =
76bcca18 USER32!szEventKey =
76b7c6e6 USER32!CreateIconIndirect =
76bd239e USER32!UMHandleActiveEntryFromHandle =
76bbd8c5 USER32!xxxCBUpdateListBoxWindow =
76b9ac0a USER32!xxxResetWorld =
76bced78 USER32!RegisterTouchWindow =
76b7110c USER32!_imp_RtlDeactivateActivationContextUnsafeFast =
76bbc8ba USER32!LoadKeyboardLayoutA =
76b813bc USER32!_UnlockResource =
76b714a8 USER32!_imp__GetPrivateProfileStringW =
76b7cbbd USER32!NtUserAttachThreadInput =
76b8313e USER32!SendMessageTimeoutW =
76bbe5e1 USER32!DdeGetQualityOfService =
76b98146 USER32!mouse_event =
76bc8b95 USER32!xxxLBSetSel =
76b71304 USER32!_imp__GetDIBColorTable =
76bd41b9 USER32!dummyImmSystemHandler =
76b78bdf USER32!SkipIDorString =
76ba73d0 USER32!DefaultHotKeyTableJ =
76b83a92 USER32!ResetUserApiHook =
76bbb859 USER32!InnerGrayStringAorW =
76bd9e58 USER32!DefConvContext =
76b888cf USER32!DispatchMessageWorker =
76b7f0b7 USER32!NtUserFindExistingCursorIcon =
76b87bdd USER32!DrawTextExW =
76bbb493 USER32!PreprocessGestureMessage =
76b740c2 USER32!LoadPreloadKeyboardLayouts =
76ba665b USER32!UnregisterPowerSettingNotification =
76b851da USER32!NtUserCallHwndParam =
76b9a001 USER32!ECSetFont =
76b84335 USER32!NtUserCallHwndLock =
76b71819 USER32!InitializeCsrUserPfn =
76b86925 USER32!NtUserInternalGetWindowText =
76b78e34 USER32!DWordSkipSz =
76b7138c USER32!_imp__GetSystemDirectoryW =
76ba6d80 USER32!ClearUserApiHook =
76bd2245 USER32!UnlockUMHandleList =
76bbb6d2 USER32!ChildWindowFromPoint =
76b8fd0d USER32!_InitializeImmEntryTable =
76b7be96 USER32!dummyImmGetCompositionFontA =
76ba4e11 USER32!CvtDec =
76ba3d67 USER32!xxxMDIDestroy =
76bd418b USER32!dummyImmGetCompositionStringAW =
76ba2ecd USER32!xxxMDIActivate =
76bd4d0d USER32!NtUserGetWOWClass =
76b7134c USER32!_imp__LocalReAlloc =
76b7c198 USER32!GetCursorPos =
76b771eb USER32!EnumWindowStationsA =
76bcbe34 USER32!mndtQueryInterface =
76b7ad0b USER32!AddAccResource =
76b7369d USER32!LoadCursorIconFromFileMap =
76b7ac45 USER32!LoadAcceleratorsW =
76ba31e0 USER32!xxxSetFrameTitle =
76b7be96 USER32!dummySendIMEMessageExAW =
76b85151 USER32!GetScrollInfo =
76bd9088 USER32!gfUserApiHook =
76b769b9 USER32!DdeNameService =
76ba6500 USER32!NtUserCreateCaret =
76bbbbcb USER32!GetWinStationInfo =
76b843da USER32!CallWindowProcW =
76b71034 USER32!_imp__wcsrchr =
76ba1bbc USER32!NtUserSetWindowWord =
76b71364 USER32!_imp__GetModuleHandleW =
76b77e90 USER32!SystemParametersInfoA =
76bd90cc USER32!pfnLocalSize =
76bd4dd3 USER32!NtUserPrintWindow =
76b7d16a USER32!__fnINLPUAHNCPAINTMENUPOPUP =
76bd4d5d USER32!NtUserMinMaximize =
76bd4c81 USER32!NtUserGetRawInputData =
76bb9b3a USER32!BNMultiExtent =
76ba62ec USER32!MapVirtualKeyA =
76ba3370 USER32!RealMDIRedrawFrame =
76bbd2c0 USER32!LookupIconIdFromDirectory =
76b761b9 USER32!VkKeyScanW =
76b71314 USER32!_imp__DeleteEnhMetaFile =
76bcd3bf USER32!MB_CopyToClipboard =
76b72546 USER32!RegisterUserApiHook =
76b7141c USER32!_imp__FindFirstFileW =
76b91afc USER32!ECWord =
76b9d45e USER32!EditWndProcWorker =
76b99041 USER32!IsDlgButtonChecked =
76bc4f7b USER32!SLCalcStringWidth =
76bc5659 USER32!SLKillFocus =
76b9a482 USER32!DrawTextA =
76ba7365 USER32!_NLG_Call =
76b98af7 USER32!xxxMNCanClose =
76b84c20 USER32!IsMetaFile =
76b74b73 USER32!StringCchCopyW =
76b741b3 USER32!Logon =
76b9cbf6 USER32!SLCreate =
76bd41da USER32!dummyImmUnlockImeDpi =
76b71198 USER32!_imp__Ellipse =
76b71000 USER32!_imp__RtlUnwind =
76b71128 USER32!_imp__memset =
76b727ac USER32!OpenKeyboardLayoutFileWorker =
76bd99dc USER32!iFirstFreeInst =
76b71018 USER32!_imp__wcsncpy_s =
76b7ecde USER32!PostThreadMessageW =
76bbca2e USER32!GetRawInputDeviceInfoW =
76bd4fff USER32!NtUserUpdateWindowTransform =
76bd23f9 USER32!AllocUMHandle =
76b77067 USER32!_imp_load__CMP_UnregisterNotification =
76b7100c USER32!_imp___aulldvrm =
76ba4537 USER32!MDIClientWndProcA =
76bd9038 USER32!_imp__PowerSetActiveScheme =
76b831ca USER32!CallHookWithSEH =
76b77559 USER32!IsFontNotGood =
76b90778 USER32!StringCchCatW =
76b93b37 USER32!MLPaint =
76bcc5d2 USER32!SendHelpMessage =
76b7df38 USER32!CharLowerW =
76b99110 USER32!CreateDialogIndirectParamA =
76b749a3 USER32!fnINDEVICECHANGE =
76b713f0 USER32!_imp__AddAtomW =
76bae940 USER32!AveCharWidthData =
76bd0f73 USER32!ClSpontAdviseData =
76bd9044 USER32!_imp__PowerGetActiveScheme =
76bc743b USER32!CopyPalette =
76bbb746 USER32!SetDeskWallpaper =
76bd9a7c USER32!gcWheelDelta =
76b864c7 USER32!NeedsWindowEdge =
76bd9e0c USER32!szUSER32 =
76bc29b0 USER32!ECFindTabW =
76b847b2 USER32!SendMessageToUI =
76b7ae3c USER32!SetScrollRange =
76ba02ea USER32!xxxLBoxDoDeleteItems =
76b7ca50 USER32!InsertMenuItemW =
76b8910f USER32!TranslateMessage =
76b7599c USER32!Scale2424 =
76ba5d86 USER32!ModifyMenuW =
76bd3b83 USER32!BroadcastSystemMessageExA =
76b7fec6 USER32!_SEH_prolog4_GS =
76b8570b USER32!BuildHwndList =
76b842e4 USER32!WindowFromDC =
76bbdc12 USER32!ComboBoxDBCharHandler =
76b7c90d USER32!NtUserUnregisterHotKey =
76b82920 USER32!NtUserGetAtomName =
76b8f1fb USER32!ConsoleControl =
76bbcf6a USER32!DialogBoxParamA =
76b77076 USER32!CM_MapCrToWin32Err =
76b7ad93 USER32!GetCPD =
76b86513 USER32!_AdjustWindowRectEx =
76bd90f8 USER32!fpLpkTabbedTextOut =
76bd17b8 USER32!ClRespPokeAck =
76b7116c USER32!_imp__ExtSelectClipRgn =
76bbb669 USER32!SetWindowsHookA =
76b828e7 USER32!NtUserGetClassInfoEx =
76b75c2f USER32!NtUserRegisterRawInputDevices =
76bd6488 USER32!WerpNotifyLoadStringResource =
76bbfa61 USER32!ChangeDisplaySettingsExW =
76bbc0f5 USER32!GetProgmanWindow =
76b72478 USER32!CtxInitUser32 =
76b7b29a USER32!SetWindowRgn =
76b711e0 USER32!_imp__GetPixel =
76bcb164 USER32!MDIActivateDlgProcA =
76bd999c USER32!aInstance =
76bd6680 USER32!_sz_ADVAPI32_dll =
76b8f32b USER32!_UserClientDllInitialize =
76bd4e87 USER32!NtUserSetCursorContents =
76ba4912 USER32!NtUserCopyAcceleratorTable =
76b7dc85 USER32!InternalEnumObjects =
76b981b7 USER32!ChangeDisplaySettingsExA =
76b9aae9 USER32!IncrementISel =
76b7358d USER32!ReadFilePtr =
76b712e4 USER32!_imp__SetBkMode =
76b7c316 USER32!BeginDeferWindowPos =
76b71438 USER32!_imp__IsDBCSLeadByte =
76b9b4c9 USER32!xxxLBSetCurSel =
76bcb1af USER32!UnmaximizeChildWindows =
76b79f74 USER32!xxxRestoreDlgFocus =
76b71254 USER32!_imp__CreateDIBSection =
76b71204 USER32!_imp__SetBrushOrgEx =
76b8096c USER32!NtUserGetObjectInformation =
76b96de1 USER32!ProcessTerminateMsg =
76b94204 USER32!ToUnicodeEx =
76ba5bb9 USER32!OpenClipboard =
76bd4a05 USER32!NtUserAddClipboardFormatListener =
76b7cba9 USER32!NtUserSetFocus =
76b713c4 USER32!_imp__GetStringTypeA =
76b7c302 USER32!NtUserEndDeferWindowPosEx =
76b71400 USER32!_imp__ConvertDefaultLocale =
76b76cac USER32!UserCallDDECallback =
76b710ac USER32!_imp__RtlDeleteCriticalSection =
76b740ae USER32!NtUserLoadKeyboardLayoutEx =
76bd61e9 USER32!MapPropertyKey =
76b712f0 USER32!_imp__SetTextColor =
76bc18ab USER32!xxxGotoNextMnem =
76b9aaa7 USER32!LastFullVisible =
76b86cae USER32!NtUserGetScrollBarInfo =
76b8234e USER32!ValidateMENUITEMINFO =
76b7a4ed USER32!_NextControl =
76b71078 USER32!_imp__CsrCaptureMessageBuffer =
76b9a38f USER32!UserGetCharDimensionsEx =
76b7358d USER32!ReadFilePtrUnaligned =
76bccdc9 USER32!MB_CalcDialogSize =
76b780ad USER32!_GetDlgItem =
76b71abc USER32!LoadIcons =
76b7db66 USER32!CommonOpenDesktop =
76bd9e44 USER32!szSLASHSTARDOTSTAR =
76b9b8ac USER32!xxxInsureVisible =
76ba6bfc USER32!NtUserLockWindowUpdate =
76b7ff0e USER32!_SEH_epilog4_GS =
76b81177 USER32!__fnINOUTLPPOINT5 =
76bd284e USER32!AnyPopup =
76b9a258 USER32!ECNcCreate =
76bc774b USER32!ApplyFreeDataHandle =
76b88690 USER32!IsInsideUserApiHook =
76bc7d96 USER32!xxxLBoxCtlDelete =
76bd41af USER32!dummyCtfImmGetCompatibleKeyboardLayout =
76b7e225 USER32!RegisterClassA =
76bd647d USER32!WerpNotifyUseStringResource =
76ba73e0 USER32!DefaultHotKeyTableK =
76b73e0e USER32!SetFeKeyboardFlags =
76b7131c USER32!_imp__GdiConvertEnhMetaFile =
76b8452a USER32!DrawEdge =
76b96d7e USER32!DDEMLServerWndProc =
76b7be96 USER32!dummyImmSetCompositionWindow =
76bcc923 USER32!CreateLogSource =
76bd3ac0 USER32!InsertMenuA =
76bd64e2 USER32!_tailMerge_MSIMG32_dll =
76bba5a1 USER32!_ClientGetDDEHookData =
76b7861c USER32!NtUserDeleteMenu =
76bd4dbf USER32!NtUserOpenThreadDesktop =
76bd418b USER32!dummyImmConfigureIMEW =
76b829e4 USER32!WowGetModuleFileName =
76b9b739 USER32!xxxLBGetBrush =
76bbf722 USER32!__ClientNoMemoryPopup =
76bbfba1 USER32!GetShutdownType =
76bce700 USER32!mpTypeIich =
76bc74e4 USER32!CopyDDEData =
76b712f8 USER32!_imp__GetLayout =
76bc223f USER32!EcImeGetDocFeedMax =
76b75de0 USER32!NtUserDdeInitialize =
76b7d4c5 USER32!InSendMessageEx =
76bd9f24 USER32!gpfnOLERevokeDD =
76b948a4 USER32!ConvertMemHandle =
76b83d8b USER32!ImeIsUsableContext =
76b87322 USER32!NtUserMessageCall =
76b712c0 USER32!_imp__CreateBitmap =
76b7c2a3 USER32!NtUserGetUpdateRect =
76bc987c USER32!ChopText =
76b710bc USER32!_imp__CsrClientConnectToServer =
76ba5bf8 USER32!ClientEmptyClipboard =
76bd658d USER32!WinStationSendMessageW =
76b996b7 USER32!DispatchLocalLock =
76b7a8ec USER32!NtUserShowCaret =
76b7f0cb USER32!LoadIcoCur =
76b85fa3 USER32!SP_PutNumber =
76b711b4 USER32!_imp__GetCurrentObject =
76b80b79 USER32!VerNtUserCreateWindowEx =
76b7c899 USER32!GetWindowLongA =
76b78e53 USER32!FixupDlgLogFont =
76bd4204 USER32!SendIMEMessageExW =
76b7fc8a USER32!HasExtension =
76ba4f92 USER32!DT_BreakAWord =
76ba70d3 USER32!IsHungAppWindow =
76b79089 USER32!FixupDlgFaceName =
76b71008 USER32!_imp__NlsAnsiCodePage =
76b95dc7 USER32!ModifyMenuItem =
76bcc849 USER32!StartTaskModalDialog =
76bd629a USER32!VRipOutput =
76b924e5 USER32!MLBuildchLines =
76bd5d1d USER32!InternalGetRealClientRect =
76bd1e6f USER32!ClStartPoke =
76bc8a89 USER32!xxxLBoxCtlScroll =
76ba6c84 USER32!NtUserBlockInput =
76bc25d7 USER32!ECSetPasswordChar =
76bbad1d USER32!Scale48 =
76ba56d7 USER32!fnEMSETSEL =
76b9cb26 USER32!SLDrawText =
76b9d60f USER32!ECSetText =
76ba4979 USER32!__fnOUTLPCOMBOBOXINFO =
76b8f09f USER32!NtUserCallOneParam =
76bd9f54 USER32!gfDMREnable =
76b97892 USER32!__ClientCopyDDEOut1 =
76b82d26 USER32!GetClassInfoExW =
76b714e0 USER32!_imp__GetProcAddress =
76bd4f77 USER32!NtUserUnloadKeyboardLayout =
76bd9440 USER32!gSharedInfo =
76b8332f USER32!ImeWndProcW =
76b94d98 USER32!EnumClipboardFormats =
76b71484 USER32!_imp__GetModuleHandleA =
76b87041 USER32!NtUserGetDC =
76bbd72a USER32!xxxCBCompleteEditWindow =
76ba6c67 USER32!MapVirtualKeyW =
76bced93 USER32!UnregisterTouchWindow =
76bbfcde USER32!NeedsDisplayWarning =
76bd9094 USER32!gfSystemInitialized =
76b7137c USER32!_imp__FindResourceExW =
76b71228 USER32!_imp__GetWindowExtEx =
76b75c6b USER32!CreateHandle =
76b7f248 USER32!cMapOemOcr =
76b710d8 USER32!_imp__wcstoul =
76bd4ce5 USER32!NtUserGetUpdatedClipboardFormats =
76b71966 USER32!InitOemXlateTables =
76b711a4 USER32!_imp__CreatePen =
76b71060 USER32!_imp__RtlRunDecodeUnicodeString =
76bcf3dc USER32!ReaderMouseMove =
76bcd11e USER32!MB_UpdateDlgItem =
76b71410 USER32!_imp__GetLogicalDrives =
76bcbdc8 USER32!DrawMenuBarTemp =
76b80eb4 USER32!NtUserRegisterClassExWOW =
76bbc25c USER32!UnhookWindowsHook =
76b7bdff USER32!GetNonChildAncestor =
76b805a1 USER32!LookupIconIdFromDirectoryEx =
76bba710 USER32!StringCchCopyA =
76b893e7 USER32!NtUserWaitMessage =
76b73b5d USER32!swprintf_s =
76b9d887 USER32!GetLpszItem =
76bd3bf9 USER32!GetRawInputDeviceInfoA =
76bd4eeb USER32!NtUserSetSysColors =
76b7cbd1 USER32!PostThreadMessageA =
76bd4e4b USER32!NtUserRemoveClipboardFormatListener =
76bd4d49 USER32!NtUserInitTask =
76bd41af USER32!dummyImmUnlockIMC =
76b711c8 USER32!_imp__SetBoundsRect =
76bd9e28 USER32!gEventSource =
76b71464 USER32!_imp__CreateFileMappingW =
76b985f3 USER32!VkKeyScanA =
76bca983 USER32!LBGetVariableHeightItemHeight =
76b7513c USER32!NtUserGetDisplayConfigBufferSizes =
76bc2946 USER32!ECGetModKeys =
76b7c696 USER32!NtUserSetParent =
76bd99a4 USER32!iFirstFree =
76b7b90c USER32!DefDlgProcWorker =
76bc60f6 USER32!SLPaste =
76bd329c USER32!DdeClientTransaction =
76b7ee35 USER32!NtUserSystemParametersInfo =
76b98127 USER32!InternalGetWindowIcon =
76b7be96 USER32!dummyCtfImmSetDefaultRemoteKeyboardLayout =
76b99ac6 USER32!ECMergeUndoInsertInfo =
76ba4aa7 USER32!DialogBoxIndirectParamW =
76bbb301 USER32!RegisterDefaultGestureHandler =
76b7741b USER32!GetClassInfoA =
76b712f4 USER32!_imp__SetBkColor =
76bd9010 USER32!_imp__OpenThreadToken =
76b76782 USER32!ValidateInstance =
76bd26b4 USER32!GetTokenHandle =
76bbe1d4 USER32!DlgDirListComboBoxA =
76b71230 USER32!_imp__GdiPrinterThunk =
76ba1329 USER32!CalcClientScrolling =
76bbbb95 USER32!GetUserObjectSecurity =
76b76db0 USER32!__delayLoadHelper2 =
76b74c1a USER32!RegisterShellHookWindow =
76bc6e3d USER32!SLUndo =
76bd9ea8 USER32!gpOriginalRGBs =
76bc1329 USER32!_ClientFreeDDEHandle =
76b7ddab USER32!NtUserCloseWindowStation =
76b926ca USER32!MLScroll =
76b8272a USER32!AppendMenuW =
76b71164 USER32!_imp__CreateFontIndirectW =
76b9acb1 USER32!IsCharAlphaA =
76bd4f9f USER32!NtUserGetLayeredWindowAttributes =
76b7105c USER32!_imp__RtlRunEncodeUnicodeString =
76bb9423 USER32!GetAlignment =
76bd9960 USER32!ComboboxLookaside =
76b87f96 USER32!IsSysFontAndDefaultMode =
76ba3ed7 USER32!IsCharAlphaW =
76bd5f2c USER32!_HasCaptionIcon =
76ba24b6 USER32!ListBoxWndProcW =
76b73b49 USER32!NtUserSetWindowStationUser =
76b83f98 USER32!CtfLoadThreadLayout =
76b7cf30 USER32!NtUserGetDoubleClickTime =
76b743b0 USER32!szICSLib =
76b916eb USER32!__fnHkINLPMSLLHOOKSTRUCT =
76b71510 USER32!_imp__GlobalReAlloc =
76b73a5b USER32!__ClientLoadStringW =
76b7c66e USER32!NtUserPaintMonitor =
76b71178 USER32!_imp__SetGraphicsMode =
76b85555 USER32!REBASESHAREDPTR =
76b83d0f USER32!NtUserGetAncestor =
76b983d4 USER32!EnumDisplaySettingsExA =
76b92395 USER32!MLInsertchLine =
76b91743 USER32!SetWindowContextHelpId =
76b7120c USER32!_imp__GetTextFaceAliasW =
76bd28ed USER32!IsGUIThread =
76b74c46 USER32!NtUserCheckMenuItem =
76bd4de7 USER32!NtUserQuerySendMessage =
76bd4cf9 USER32!NtUserGetWindowDisplayAffinity =
76b93be8 USER32!MLMouseToIch =
76b73fa8 USER32!LoadKeyboardLayoutWorker =
76b803d4 USER32!MatchImage =
76bce9c3 USER32!MessageBoxIndirectW =
76b9599c USER32!rgstk =
76b987c9 USER32!NtUserMagControl =
76bd97e8 USER32!gImmApiEntries =
76bbd4de USER32!GetTouchInputDataCount =
76b710d4 USER32!_imp__NtOpenDirectoryObject =
76b9601d USER32!SP_GetFmtValueW =
76bc1575 USER32!UT_NextGroupItem =
76ba37e9 USER32!NtUserBitBltSysBmp =
76bcb716 USER32!CascadeWindowsEnum =
76ba3356 USER32!MDIRemoveSysMenu =
76b81d67 USER32!CopyImageFromRes =
76ba708a USER32!OpenWindowStationW =
76b7be96 USER32!dummyImmSetCompositionFontW =
76b71054 USER32!_imp__RtlSizeHeap =
76b81510 USER32!NtUserThunkedMenuItemInfo =
76bd1704 USER32!ClRespExecuteAck =
76b866be USER32!NtUserSetScrollInfo =
76bd60c7 USER32!FindCharPosition =
76bd4a7d USER32!NtUserCheckWindowThreadDesktop =
76bd6522 USER32!PowerWriteDCValueIndex =
76b9b194 USER32!GrowMem =
76bbc1f3 USER32!SetDoubleClickTime =
76bd3207 USER32!ValidateTransaction =
76bc1d59 USER32!ECResultStrHandler =
76b76048 USER32!DdeInitializeW =
76b9d400 USER32!EditWndProcA =
76bd509f USER32!NtUserInjectGesture =
76bcad15 USER32!xxxInitActivateDlg =
76b88dfd USER32!IsMsgOverride =
76b83508 USER32!GetShellWindow =
76b7ed89 USER32!MonitorFromRect =
76b86bb6 USER32!NtUserGetTitleBarInfo =
76b7481c USER32!NtUserSetChildWindowNoActivate =
76b95c51 USER32!FindPwndChild =
76bceb4a USER32!Event =
76b745f8 USER32!NtUserRegisterSessionPort =
76b87863 USER32!_MapWindowPoints =
76b7ac6c USER32!NtUserCreateAcceleratorTable =
76b72ec5 USER32!ReadIconFromFileMap =
76bc5dc2 USER32!SLChar =
76bc3f2e USER32!EditWndProcW =
76bc3c24 USER32!ECCchInWidth =
76b980be USER32!NtUserDwmStopRedirection =
76b950bb USER32!StaticRepaint =
76b777c8 USER32!GetRegistryKeyValue =
76b88061 USER32!DT_GetLineBreak =
76bd4c6d USER32!NtUserGetRawInputBuffer =
76b74570 USER32!pfnClientW =
76b7daaf USER32!InternalFindWindowExW =
76b95a95 USER32!NtUserSfmDxBindSwapChain =
76b90d5b USER32!ScrollDC =
76b7e808 USER32!NtUserEnumDisplayDevices =
76b85a89 USER32!_GetClassLong =
76b71318 USER32!_imp__GdiConvertMetaFilePict =
76bd6569 USER32!WinStationQueryInformationW =
76ba1069 USER32!xxxLoadSysMenu =
76b9215d USER32!MLKillFocus =
76b83d77 USER32!NtUserCallTwoParam =
76ba16f5 USER32!SetCaretBlinkTime =
76ba555c USER32!EndDialog =
76b8511d USER32!NtUserSetWinEventHook =
76b744e8 USER32!pfnClientA =
76b710e8 USER32!_imp__RtlCreateUnicodeStringFromAsciiz =
76b71520 USER32!_imp__SetEvent =
76b9cf51 USER32!LBSetItemData =
76b977ad USER32!__ClientCopyDDEOut2 =
76b883a9 USER32!GetWindowLongW =
76b8628f USER32!GetWindowFrameMetricInternal =
76bbf79d USER32!__fnIMECONTROL =
76b7fe2e USER32!PrivateExtractIconExW =
76b869dc USER32!CopyRect =
76b71a97 USER32!LoadCursorsAndIcons =
76bd41b9 USER32!dummyImmGetImeInfoEx =
76b90b14 USER32!NtUserSetProcessDPIAware =
76b7db52 USER32!NtUserSetThreadDesktop =
76bd90b4 USER32!pfnGetExpWinVer =
76b79bc3 USER32!CreateDialogIndirectParamAorW =
76b877d5 USER32!NtUserSetTimer =
76b71280 USER32!_imp__GdiDllInitialize =
76b737e0 USER32!UpdatePerUserSystemParameters =
76b892ab USER32!XyCallbackReturn =
76ba1b6c USER32!GetScrollRange =
76b94278 USER32!SetMenuItemBitmaps =
76bbed81 USER32!DdeDisconnect =
76bd2f8d USER32!DdePostAdvise =
76bcbfcf USER32!mndtDragLeave =
76b7ff22 USER32!ConvertDIBIcon =
76bd6516 USER32!_imp_load__PowerWriteDCValueIndex =
76bd1282 USER32!SvSpontPoke =
76bd3994 USER32!DdeAbandonTransaction =
76b7e834 USER32!EnumDisplayDevicesA =
76b80e51 USER32!CreateWindowExW =
76b87450 USER32!GetWindowRect =
76b9cc84 USER32!xxxLBSetRedraw =
76bd9e2c USER32!pfnWowCBStoreHandle =
76bd4c95 USER32!NtUserGetRawInputDeviceInfo =
76bbd192 USER32!LoadCursorIconFromResource =
76bca124 USER32!DlgDirSelectExA =
76b71448 USER32!_imp__RegEnumValueW =
76b7b32a USER32!LoadCursorA =
76bd289f USER32!AnimInc =
76b9e03b USER32!xxxLBResetContent =
76bbcf49 USER32!ScrollBarWndProcW =
76bb9734 USER32!xxxBNSetCapture =
76b82c43 USER32!WowGetModuleHandle =
76bc0378 USER32!RecordShutdownReason =
76b7deed USER32!CharPrevW =
76b8281b USER32!RegisterClassW =
76b7c51f USER32!UserIsFullWidth =
76b7119c USER32!_imp__CreateEllipticRgn =
76b97f2c USER32!DwmHintDxUpdate =
76b90fad USER32!NtUserLockWorkStation =
76b87a0e USER32!RemovePropW =
76bbb6b7 USER32!WOWCleanup =
76ba64e5 USER32!SetCaretPos =
76b86d54 USER32!GetLastInputInfo =
76b8566f USER32!InternalEnumWindows =
76ba6553 USER32!DestroyCaret =
76bd4554 USER32!szIndicDLL =
76bd4ed7 USER32!NtUserSetObjectInformation =
76ba6785 USER32!GetMessagePos =
76b83221 USER32!__fnHkINDWORD =
76ba49b9 USER32!NtUserGetComboBoxInfo =
76bbe835 USER32!WaitForZombieTerminate =
76b95b81 USER32!MakeMenuItem =
76b849df USER32!FocusSetIMCContext =
76b711f8 USER32!_imp__GetTextFaceW =
76b95a50 USER32!ReplyMessage =
76b7f7be USER32!NtUserSetCursorIconData =
76bd90bc USER32!pfnLocalUnlock =
76b71120 USER32!_imp__RtlLeaveCriticalSection =
76bbbb35 USER32!GrayStringA =
76b8210a USER32!SetWindowsHookExW =
76b711dc USER32!_imp__SetPaletteEntries =
76b7a8d8 USER32!NtUserHideCaret =
76b986c8 USER32!SetMessageQueue =
76ba6728 USER32!MapServerToClientPfn =
76b71130 USER32!_imp__RtlAllocateHeap =
76b713a4 USER32!_imp__GetCurrentThread =
76b98f39 USER32!NtUserGetClipboardFormatName =
76bd6528 USER32!_imp_load__PowerWriteACValueIndex =
76bd2704 USER32!GetUserSid =
76b7a55e USER32!_GetChildControl =
76b9cbb3 USER32!SLSetCaretPosition =
76b71208 USER32!_imp__EnumFontsW =
76bba008 USER32!mpStyleCbr =
76b73291 USER32!LoadAniIcon =
76bbfe8d USER32!CsrTestShutdownPrivilege =
76b713dc USER32!_imp__SetFileTime =
76b77208 USER32!EnumDesktopsA =
76ba0d57 USER32!GetRect =
76bbfbf8 USER32!IsSeShutdownNameEnabled =
76b93e62 USER32!DispatchLocalFree =
76bbf98c USER32!__fnHkOPTINLPEVENTMSG =
76b713fc USER32!_imp__IsValidLocale =
76b745e6 USER32!NtUserDoSoundConnect =
76b7471d USER32!CheckMenuRadioItem =
76b858d5 USER32!_MonitorFromWindow =
76ba44f7 USER32!MessageBeep =
76b76fd9 USER32!LoadLibraryExA =
76bcc760 USER32!MB_GetString =
76b711e4 USER32!_imp__ExtTextOutA =
76b894c4 USER32!$$VProc_ImageExportDirectory =
76bcd277 USER32!StringCbPrintfExW =
76b71488 USER32!_imp__GlobalAddAtomA =
76bba947 USER32!InitDst8 =
76b756b8 USER32!InitDst =
76ba3cf0 USER32!RecalculateScrollRanges =
76b8fc66 USER32!__security_init_cookie =
76ba6ffc USER32!SetPhysicalCursorPos =
76bd15c8 USER32!ClRespUnadviseAck =
76b7139c USER32!_imp__GlobalAddAtomW =
76b9bbf2 USER32!ECSetMargin =
76bd64bf USER32!_imp_load__RegisterEventSourceW =
76b886cc USER32!InternalCallWinProc =
76b713ec USER32!_imp__AddAtomA =
76bc2986 USER32!ECFindTabA =
76b94b47 USER32!GetClipboardData =
76bd4b2f USER32!NtUserFrostCrashedWindow =
76b788d6 USER32!CreatePopupMenu =
76b75b1e USER32!DisableProcessWindowsGhosting =
76b76417 USER32!NtUserEnableMenuItem =
76ba3e9b USER32!DefFrameProcA =
76bd0867 USER32!LoadStringOrError =
76b7dd97 USER32!NtUserBuildNameList =
76b85c24 USER32!CharLowerA =
76bd6472 USER32!GetLastError =
76ba2e65 USER32!ShiftMenuIDs =
76ba08ad USER32!CreateDialogIndirectParamW =
76ba013f USER32!StringLength =
76bcacc0 USER32!SetMagnificationInputTransform =
76bca1af USER32!LB_CreateLBLine =
76bbcce0 USER32!DesktopWndProcA =
76bcfd18 USER32!SortReasonArray =
76b91aa4 USER32!ECIsDBCSLeadByte =
76ba2012 USER32!AnimateBlend =
76b8f9eb USER32!RegisterIMEClass =
76bd64a0 USER32!_tailMerge_ADVAPI32_dll =
76ba5eab USER32!GetMenuInfo =
76bbf616 USER32!__ClientFindMnemChar =
76b84cf3 USER32!AddEllipsisAndDrawLine =
76bd6451 USER32!sscanf_s =
76b7ecca USER32!NtUserPostThreadMessage =
76bd3e17 USER32!GetKeyboardLayoutNameA =
76b7122c USER32!_imp__GdiGetCharDimensions =
76bd41b9 USER32!dummyImmSetConversionStatus =
76b7aee6 USER32!RegisterPowerSettingNotification =
76b71154 USER32!_imp__swprintf_s =
76bd4d83 USER32!NtUserMNDragOver =
76b7a88d USER32!FindAccResource =
76b712a8 USER32!_imp__OffsetRgn =
76bca804 USER32!LBGetSetItemHeightHandler =
76b78169 USER32!NtUserSetWindowPlacement =
76bcb0ab USER32!MDIActivateDlgProcWorker =
76b71420 USER32!_imp__GetThreadLocale =
76b98dd0 USER32!CreateAcceleratorTableA =
76b71374 USER32!_imp__LoadResource =
76b7b286 USER32!NtUserSetWindowRgn =
76b71294 USER32!_imp__GdiConvertBitmapV5 =
76b748a9 USER32!IsSETEnabled =
76bbe2f2 USER32!xxxCBNcDestroyHandler =
76b71328 USER32!_imp__GetObjectType =
76bd401e USER32!DrawCaptionTempA =
76bd62e3 USER32!_except_handler4 =
76ba177d USER32!__fnHkINLPCBTCREATESTRUCT =
76bd3d74 USER32!GetDlgItemTextA =
76b75119 USER32!GetDisplayConfigBufferSizes =
76bd42a7 USER32!GetSystemModulePath =
76b71454 USER32!_imp__WerpNotifyLoadStringResource =
76b71094 USER32!_imp__memmove =
76bceb5a USER32!InitTask =
76b710ec USER32!_imp__RtlInitAnsiString =
76bd9220 USER32!gcsClipboard =
76bc3fbe USER32!MLMoveSelection =
76bbfaa1 USER32!DrawCaptionTempW =
76bd9f40 USER32!pfnWowEditNextWord =
76bd6546 USER32!PowerGetActiveScheme =
76bce708 USER32!SEBbuttons =
76bd9000 USER32!_imp__CheckTokenMembership =
76b7e0e4 USER32!DefWindowProcA =
76bd4b43 USER32!NtUserGetAltTabInfo =
76bbc4d8 USER32!aiClassWow =
76bcfa21 USER32!FScrollEnabled =
76b87b39 USER32!_GetParent =
76b84fda USER32!GetKeyState =
76b82521 USER32!ThunkedMenuItemInfo =
76bd98fc USER32!gpac =
76b72f64 USER32!ReadIconGuts =
76ba6c3f USER32!NtUserTranslateMessage =
76b77c67 USER32!BroadcastSystemMessageWorker =
76bd512b USER32!RemoveOverlap =
76b7dfea USER32!RtlCaptureAnsiString =
76b8fc26 USER32!InitializeUMHandleList =
76b9d764 USER32!ButtonWndProcA =
76ba6b2a USER32!NtUserSetCapture =
76bc1ba3 USER32!GetNegABCwidthInfo =
76bbcb9f USER32!MenuWindowProcW =
76bcbe8d USER32!mndtRelease =
76bb92c8 USER32!szaRegImmHotKeys =
76b8302b USER32!PtiWindow =
76b94b33 USER32!NtUserGetClipboardData =
76bd99f8 USER32!gpICSProc =
76bca6f8 USER32!xxxDestroyLBox =
76bd4905 USER32!DisplayConfigSetDeviceInfo =
76bba643 USER32!SetEnableState =
76bc916b USER32!xxxCaretDestroy =
76bce1a8 USER32!ErrorMessageInst =
76bb40b4 USER32!szEMIEnable =
76bbc91c USER32!CreateWindowStationA =
76bd4dab USER32!NtUserNotifyIMEStatus =
76bc6b58 USER32!MLUndo =
76b7f803 USER32!CreateScreenBitmap =
76ba5c4e USER32!NtUserGetClipboardSequenceNumber =
76bc50d7 USER32!SLIchToLeftXPos =
76bd99f0 USER32!cHandlesAllocated =
76b88e61 USER32!_EndUserApiHook =
76b8393a USER32!NtUserGetWindowCompositionInfo =
76b994fd USER32!LoadImageA =
76bd3baa USER32!BroadcastSystemMessageA =
76bd92c0 USER32!gcsMPH =
76b8fc16 USER32!InitializeGestureInfoList =
76b71ba1 USER32!CreateWindowStationW =
76bcab0d USER32!LBCalcVarITopScrollAmt =
76bc72b9 USER32!DdeAccessData =
76bc7c9a USER32!IntToUInt =
76ba4228 USER32!GetCursorFrameInfo =
76b93e79 USER32!CreateDialogParamA =
76b74f87 USER32!GetProcessDefaultLayout =
76b713a0 USER32!_imp__GetCurrentProcess =
76b73aed USER32!UpdatePerUserImmEnabling =
76b830a9 USER32!SendMessageTimeoutWorker =
76bbb335 USER32!GetGestureInfo =
76b710a8 USER32!_imp__NtQuerySystemInformation =
76b711fc USER32!_imp__GetCharABCWidthsA =
76b976de USER32!PackDDElParam =
76ba45a1 USER32!NtUserFlashWindowEx =
76b7d474 USER32!NtUserPaintMenuBar =
76bc9f92 USER32!DlgDirSelectHelper =
76bbe292 USER32!DlgDirSelectComboBoxExA =
76bd41da USER32!dummyCtfImmRestoreToolbarWnd =
76bc78ed USER32!StringCbCopyA =
76ba3b7a USER32!DefMDIChildProcW =
76bd9adc USER32!_hmod__ADVAPI32_dll =
76b77058 USER32!__pfnDefaultDliNotifyHook2 =
76bd13ed USER32!AllocAndSetDDEData =
76b710c0 USER32!_imp__RtlIsThreadWithinLoaderCallout =
76bd991c USER32!pcHighContrastScheme =
76b7c5d3 USER32!DT_AdjustWhiteSpaces =
76b71058 USER32!_imp__RtlGetThreadLangIdByIndex =
76bd910c USER32!__security_cookie_complement =
76b887c3 USER32!UserCallWinProcCheckWow =
76b73948 USER32!szRegVK =
76b711a8 USER32!_imp__Rectangle =
76ba3439 USER32!DefMDIChildProcA =
76b9c98e USER32!xxxCBCommandHandler =
76b96b81 USER32!MaybeTranslateExecuteData =
76b717ed USER32!SwitchDesktop =
76bd9120 USER32!g_pfnEditWndProcW =
76b88e8d USER32!DispatchMessageW =
76b712b4 USER32!_imp__GdiConvertToDevmodeW =
76b7be96 USER32!dummyImmSetOpenStatus =
76bd4cbd USER32!NtUserGetRegisteredRawInputDevices =
76b76e62 USER32!RegisterDeviceNotificationA =
76bd613a USER32!GetContextHelpId =
76b7e6b1 USER32!RegisterWindowMessageA =
76b7cd2f USER32!IsChild =
76b9b93f USER32!xxxLBCreate =
76bbb448 USER32!GestureIDFromWParam =
76b78945 USER32!NtUserSetMenuDefaultItem =
76bbc877 USER32!LoadKeyboardLayoutEx =
76bc7b33 USER32!DdeKeepStringHandle =
76bc56d4 USER32!SLGetClipRect =
76b83569 USER32!DispatchMessageA =
76bd9f34 USER32!pfnWowIlstrcmp =
76bbd9e9 USER32!xxxCBGetTextLengthHelper =
76bd23d5 USER32!UMHandleFromEntry =
76b71140 USER32!_imp__wcscpy_s =
76b8741b USER32!_GetWindowRect =
76b712a4 USER32!_imp__CombineRgn =
76ba2cbe USER32!MDISetMenu =
76b90ed5 USER32!StringCchPrintfW =
76bd93c0 USER32!grgbDwpLiteHookMsg =
76b87c04 USER32!DT_DrawJustifiedLine =
76b71024 USER32!_imp__LdrFlushAlternateResourceModules =
76b72a99 USER32!CheckValidLayoutName =
76b7c682 USER32!NtUserCallHwndParamLock =
76b71330 USER32!_imp__SetRectRgn =
76b9aeee USER32!xxxLBBinarySearchString =
76b9652c USER32!HFill =
76b74f2f USER32!NtUserSoundSentry =
76b982f6 USER32!NtUserHwndQueryRedirectionInfo =
76bd45c0 USER32!ImeSelectHandler =
76b996ce USER32!DispatchLocalUnlock =
76b71108 USER32!_imp_RtlActivateActivationContextUnsafeFast =
76b7da87 USER32!NtUserCloseDesktop =
76b71320 USER32!_imp__GdiReleaseDC =
76b768bb USER32!SendRegisterMessageToClass =
76b98f4d USER32!NtUserSetClipboardViewer =
76b7b1a4 USER32!CharToOemA =
76b84c0c USER32!NtUserTrackMouseEvent =
76b77058 USER32!__pfnDliNotifyHook2 =
76b71350 USER32!_imp__LocalLock =
76bd90fc USER32!ghFontSys =
76bd9780 USER32!guah =
76ba233e USER32!ClearWindowState =
76bd5e54 USER32!GetRealClientRect =
76b78683 USER32!MenuLoadChicagoTemplates =
76b711b8 USER32!_imp__GetViewportOrgEx =
76b9a428 USER32!DispatchDefWindowProcA =
76bcedad USER32!fnTOUCH =
76b921a8 USER32!ECGetText =
76b711e8 USER32!_imp__GetTextCharsetInfo =
76b75570 USER32!ScaleDIB =
76bcaf84 USER32!MDIActivateDlgInit =
76bd9f3c USER32!pfnWOWTellWOWThehDlg =
76b90c72 USER32!CharUpperW =
76b7422f USER32!LoadICSLibrary =
76bc2676 USER32!GetActualNegA =
76bbf35b USER32!__fnINLPHLPSTRUCT =
76b714e4 USER32!_imp__LoadLibraryW =
76b92344 USER32!MLUpdateiCaretLine =
76b7a6db USER32!__fnINSTRINGNULL =
76bc83b1 USER32!xxxLBDrawLBItem =
76b8507e USER32!SetWinEventHook =
76bccc22 USER32!ServiceMessageBox =
76b867d9 USER32!GetWindowFrameMetric =
76b7aabe USER32!LoadBmp =
76b980d0 USER32!NtUserSfmDxSetSwapChainBindingStatus =
76b95974 USER32!StaticWndProcW =
76bc7cc3 USER32!xxxLBInitStorage =
76b99c5f USER32!DispatchLocalAlloc =
76bcb994 USER32!CascadeWindows =
76b88267 USER32!SetWindowTextW =
76b815d2 USER32!MenuLoadWinTemplates =
76b81524 USER32!CommonLoadMenu =
76bd65f4 USER32!_DELAY_IMPORT_DESCRIPTOR_POWRPROF_dll =
76bd0777 USER32!DwmGetRedirSurfaceUpdateId =
76bc89b4 USER32!xxxAlterHilite =
76bc5031 USER32!SLCalcXOffsetSpecial =
76bbd635 USER32!ForwardTouchMessage =
76b7bd3a USER32!MapClientNeuterToClientPfn =
76ba57fa USER32!__fnOUTLPSCROLLBARINFO =
76bd657b USER32!WinStationGetLoggedOnCount =
76bd4b07 USER32!NtUserDrawMenuBarTemp =
76bcf1c4 USER32!OemToCharW =
76b7be96 USER32!_FreeResource =
76b71070 USER32!_imp__RtlFreeSid =
76b71b8d USER32!NtUserProcessConnect =
76b84cdf USER32!NtUserDrawIconEx =
76b96f42 USER32!UnlinkConvFromOthers =
76b7727b USER32!InSendMessage =
76b7248e USER32!RegisterLogonProcess =
76b91768 USER32!szCheck =
76b93896 USER32!ECDeleteText =
76ba47b9 USER32!SetWindowRgnEx =
76bd5103 USER32!NtUserSetMirrorRendering =
76bc2b2b USER32!IS_UI_LANGID =
76ba290d USER32!xxxChildResize =
76b80456 USER32!MyAbs =
76bd9f38 USER32!pfnWowMsgBoxIndirectCallback =
76bbbdef USER32!RegisterClassWOWA =
76bd4c31 USER32!NtUserGetMenuIndex =
76bd41cd USER32!dummyCtfImmTIMActivate =
76b73608 USER32!ReadFilePtrCopy =
76bbee99 USER32!DdeConnectList =
76b98ffb USER32!AdjustWindowRect =
76b9902f USER32!NtUserGetOpenClipboardWindow =
76bcbeb7 USER32!mndtDragOver =
76b876be USER32!HMValidateHandleNoRip =
76bbf56c USER32!__ClientFreeDDEHandle =
76bd6614 USER32!_DELAY_IMPORT_DESCRIPTOR_WINSTA_dll =
76b84165 USER32!InitLookaside =
76b97621 USER32!PackAndPostMessage =
76bb9375 USER32!LoadCursorFromFileA =
76bd5e75 USER32!SizeBoxHwnd =
76bb1ea8 USER32!szMS_TCARDHELP =
76bb97be USER32!xxxBNReleaseCapture =
76bbbe33 USER32!WowGetDefWindowProcBits =
76b7114c USER32!_imp__NtClose =
76b968d8 USER32!_ClientEventCallback =
76b9c690 USER32!xxxCBNotifyParent =
76b8f0be USER32!NtUserCallNoParam =
76b987dd USER32!NtUserMagSetContextInformation =
76bd9054 USER32!_imp__WinStationQueryInformationW =
76bcfadf USER32!ReasonCodeNeedsComment =
76bd508b USER32!NtUserGetTouchInputInfo =
76b94b14 USER32!FreeGestureDataCopy =
76ba24b6 USER32!ComboListBoxWndProcW =
76b97c22 USER32!DdeCreateDataHandle =
76b71274 USER32!_imp__SetBitmapBits =
76b83919 USER32!IsProcessDPIAware =
76b95ae5 USER32!DeregisterShellHookWindow =
76bd5aac USER32!aCJKSymbol_EndBreak =
76bd4a91 USER32!NtUserDoSoundDisconnect =
76bbd456 USER32!CloseTouchInputHandle =
76b8689a USER32!EqualRect =
76b7f926 USER32!Convert1BppToMonoBitmap =
76b7ee49 USER32!RealSystemParametersInfoW =
76ba72e5 USER32!_EH4_CallFilterFunc =
76b765c9 USER32!SetClassLongW =
76b710f0 USER32!_imp__RtlAnsiStringToUnicodeString =
76b7c49e USER32!ReleaseCapture =
76b72961 USER32!GetActiveKeyboardName =
76bd64b1 USER32!_imp_load__CheckTokenMembership =
76ba244f USER32!ComboListBoxWndProcA =
76b98929 USER32!DdeCreateStringHandleA =
76b72d68 USER32!szKLAttributes =
76bc024b USER32!ExitWindowsWorker =
76ba6b3e USER32!NtUserGetKeyboardState =
76b9ad7d USER32!DrawDiagonalLine =
76b9246b USER32!MLIchToLine =
76bc80c2 USER32!xxxLBSetCount =
76b89153 USER32!_PeekMessage =
76b923f6 USER32!MLSetCaretPosition =
76b7d30e USER32!__fnINOUTLPRECT =
76bd4ca9 USER32!NtUserGetRawInputDeviceList =
76bcc714 USER32!MB_GetIconOrdNum =
76bd64c6 USER32!_imp_load__OpenProcessToken =
76bbb3b2 USER32!CloseGestureInfoHandle =
76b81431 USER32!LoadIconW =
76bd9200 USER32!gcsDDEML =
76bd50ef USER32!NtUserGetGestureConfig =
76b7469f USER32!NtUserSetGestureConfig =
76b862ee USER32!GetWindowBordersInternal =
76b9ec2b USER32!xxxNewITopEx =
76bbb762 USER32!ToAscii =
76bcc3ab USER32!MonitorConv =
76bd654c USER32!_imp_load__WinStationQueryInformationW =
76b71248 USER32!_imp__RestoreDC =
76b83962 USER32!__ClientLoadLibrary =
76b9688e USER32!__ClientEventCallback =
76b7debb USER32!NtUserOpenWindowStation =
76ba7055 USER32!NtUserSendInput =
76b712d8 USER32!_imp__GetTextAlign =
76b95565 USER32!xxxStaticPaint =
76b93f83 USER32!ECNcDestroyHandler =
76b710b8 USER32!_imp___wcsicmp =
76ba7017 USER32!__fnHkINLPMOUSEHOOKSTRUCTEX =
76b804c5 USER32!Magnitude =
76b7a818 USER32!FindWindowA =
76b87756 USER32!IsWindow =
76b71074 USER32!_imp__CsrAllocateCaptureBuffer =
76b83581 USER32!NtUserSetWindowPos =
76bbb69f USER32!WOWModuleUnload =
76bc5005 USER32!SLCalcXOffsetLeft =
76bd913c USER32!fpLpkDrawTextEx =
76b71144 USER32!_imp__wcscat_s =
76b76ad0 USER32!RegisterService =
76b7ee2a USER32!memset =
76bd4fed USER32!NtUserUnregisterSessionPort =
76b99718 USER32!ECReleaseEditDC =
76b7d8f6 USER32!DestroyIMEUI =
76bd5027 USER32!NtUserSfmDestroyLogicalSurfaceBinding =
76b9ede9 USER32!xxxCBInternalUpdateEditWindow =
76bd6007 USER32!PSMGetTextExtent =
76ba12ac USER32!NtUserChildWindowFromPointEx =
76b7ebc6 USER32!UserSetLastError =
76b71218 USER32!_imp__GdiGetCodePage =
76bd90e8 USER32!ghbrBlack =
76bcb6c5 USER32!GetParentArrangeRect =
76ba6a01 USER32!_GetMenuState =
76bbc2e2 USER32!GetKBCodePage =
76ba4252 USER32!NtUserGetCursorFrameInfo =
76bd9924 USER32!gpfnInitMPH =
76b711a0 USER32!_imp__GdiFixUpHandle =
76b7468b USER32!NtUserCallHwndOpt =
76b80d71 USER32!_CreateWindowEx =
76b9cd1e USER32!xxxLBoxCtlKeyInput =
76b71044 USER32!_imp__RtlIsNameLegalDOS8Dot3 =
76bbb7bf USER32!ToAsciiEx =
76b806e4 USER32!PrivateEnumProc =
76bbbefb USER32!CloseWindow =
76b97f7b USER32!DwmGetDxRgn =
76b7be96 USER32!dummyIMPSetIMEA =
76bb92dd USER32!CliImmSetHotKey =
76b9a55c USER32!gwszNullStr =
76bbc14a USER32!GetTaskmanWindow =
76ba5ba7 USER32!NtUserCloseClipboard =
76bbcdcf USER32!MenuWndProcA =
76b85574 USER32!HMValidateSharedHandle =
76b9179c USER32!DrawBox =
76bd9f4c USER32!pfn16GlobalFree =
76bcf93b USER32!EnterReaderMode =
76bd9f58 USER32!atomMDIActivateProp =
76b71040 USER32!_imp__wcsncat_s =
76ba66d0 USER32!GetCursor =
76b77928 USER32!DlgSetFocus =
76b85d81 USER32!_aulldvrm =
76bc2907 USER32!ECCutText =
76bd0d23 USER32!TransactionComplete =
76b7106c USER32!_imp__RtlAllocateAndInitializeSid =
76bbcdf0 USER32!MenuWndProcW =
76bd41af USER32!dummyImmIsIME =
76b9324e USER32!MLDrawText =
76b85f7b USER32!SP_GetFmtValue =
76bd99ec USER32!gfMessagePumpHook =
76ba500b USER32!xxxRemoveDefaultButton =
76b87ab3 USER32!GetParent =
76bd90c0 USER32!pfnLocalReAlloc =
76bc3efa USER32!ECAdjustIchNext =
76b710b0 USER32!_imp__RtlGetIntegerAtom =
76b94b14 USER32!UserRtlFreeMem =
76b76b90 USER32!MakeInstSpecificAtom =
76b78a8a USER32!NtUserDestroyMenu =
76bd4ec3 USER32!NtUserSetMenuFlagRtoL =
76bd6581 USER32!_imp_load__WinStationSendMessageW =
76bbe937 USER32!ConnectConv =
76b71104 USER32!_imp__wcstol =
76bcf128 USER32!CharToOemW =
76bcea71 USER32!MessageBoxA =
76bd93a0 USER32!ImeUILookaside =
76b85a07 USER32!NtUserGetThreadState =
76b83926 USER32!NtUserGetWindowCompositionAttribute =
76b7f8a8 USER32!cDib1Vga =
76bc41e4 USER32!MLIchToXYPos =
76b713e4 USER32!_imp__CreateProcessW =
76bc08d9 USER32!ShutdownBlockReasonQuery =
76bd9560 USER32!gDefaultClasses =
76ba72fc USER32!_EH4_TransferToHandler =
76b71378 USER32!_imp__LoadStringBaseExW =
76bbec2e USER32!DdeReconnect =
76bbf8e4 USER32!__fnTOUCH =
76b7a657 USER32!_NextSibblingOrAncestor =
76b85b60 USER32!afClassDWord =
76b7bbb3 USER32!GetCapture =
76ba0170 USER32!SLEditWndProc =
76bc732b USER32!DdeUnaccessData =
76b7747b USER32!GetUserObjectInformationA =
76bd4d97 USER32!NtUserModifyUserStartupInfoFlags =
76b9914d USER32!SendDlgItemMessageA =
76b7d603 USER32!__fnNCDESTROY =
76b91048 USER32!DrawFrame =
76b8121c USER32!SmartStretchDIBits =
76b979e7 USER32!DdeQueryStringW =
76b87e5e USER32!DT_InitDrawTextInfo =
76b711d8 USER32!_imp__CreatePalette =
76ba32da USER32!TextCopy =
76b74888 USER32!LoadRemoteFonts =
76b94d84 USER32!NtUserCreateLocalMemHandle =
76ba4d45 USER32!SetDlgItemTextW =
76bbd1e9 USER32!WOWFindResourceExWCover =
76b74179 USER32!SetWindowStationUser =
76b931bb USER32!MLLine =
76bd50c7 USER32!NtUserGetGestureExtArgs =
76b90dde USER32!CharUpperA =
76b82429 USER32!_ClientToScreen =
76b7c1b9 USER32!_ScreenToClient =
76b714d4 USER32!_imp__LocalAlloc =
76b712fc USER32!_imp__StretchDIBits =
76b9a9c0 USER32!LBlstrcmpi =
76b71418 USER32!_imp__FindNextFileW =
76b7ede9 USER32!NtUserRegisterWindowMessage =
76b7817d USER32!NtUserActivateKeyboardLayout =
76b981a3 USER32!NtUserChangeDisplaySettings =
76bbc0af USER32!OpenIcon =
76b7bf76 USER32!DispatchDefWindowProcW =
76b71430 USER32!_imp__WerpNotifyUseStringResource =
76bcf3ab USER32!ReaderSetCursor =
76b88f97 USER32!GetMessageW =
76b712ec USER32!_imp__GetObjectW =
76b7cadd USER32!SetMenu =
76b9490e USER32!NtUserConvertMemHandle =
76b73e63 USER32!CliSetSingleHotKey =
76b9988a USER32!ECGetBrush =
76b86211 USER32!NtUserPostMessage =
76b71460 USER32!_imp__MapViewOfFile =
76bc7bdd USER32!SetLastDDEMLError =
76b9e13d USER32!xxxLBoxCtlHScroll =
76bd90f4 USER32!gpsi =
76b8078e USER32!ClassNameToVersion =
76b9c91f USER32!xxxCBSetFontHandler =
76bc892a USER32!xxxLBSelRange =
76b919b4 USER32!LoadMenuA =
76bd90f0 USER32!ghbrWhite =
76bd4c09 USER32!NtUserGetKeyNameText =
76bcfb0d USER32!ParseReasonCode =
76bc29de USER32!NextWordCallBack =
76b97acf USER32!InternalCreateDataHandle =
76b90d47 USER32!NtUserScrollDC =
76bcbd04 USER32!ChangeMenuA =
76b713e0 USER32!_imp__EnumResourceNamesExW =
76bca5f9 USER32!xxxLBoxCtlHScrollMultiColumn =
76b787c4 USER32!GetMenuItemInfoA =
76bd9ea0 USER32!gpReturnAddr =
76b710e0 USER32!_imp___vsnwprintf =
76ba5fe0 USER32!gwszShellFont2 =
76b71539 USER32!NtUserRegisterServicesProcess =
76b7860a USER32!NtUserEndMenu =
76b7dbb3 USER32!NtUserOpenDesktop =
76ba58c3 USER32!ScrollWindowEx =
76bc40d5 USER32!MLMoveSelectionRestricted =
76bc8cf3 USER32!xxxLBBlockHilite =
76ba21e4 USER32!TakeWindowSnapshot =
76b79068 USER32!gwszShellFont =
76b9c711 USER32!xxxCBCreateHandler =
76b7d02a USER32!GetMenuItemInfoW =
76b76618 USER32!CopyLogFontWtoA =
76b7145c USER32!_imp__GetFileSize =
76b873a8 USER32!_GetClientRect =
76ba5c3a USER32!NtUserIsClipboardFormatAvailable =
76bbe720 USER32!DdeQueryNextServer =
76b7edfd USER32!RegisterWindowMessageW =
76bbf0a1 USER32!__fnOUTDWORDINDWORD =
76b79144 USER32!RegisterMessagePumpHook =
76bd9e40 USER32!achSlashStar =
76b75190 USER32!NtUserDwmStartRedirection =
76b7f2a7 USER32!BitmapFromDIB =
76bbfd17 USER32!ExitWindowsThread =
76bd40bc USER32!RealGetWindowClassA =
76b962c9 USER32!CreateCursor =
76b964c5 USER32!ButtonWndProcW =
76bd5c95 USER32!_FChildVisible =
76b81702 USER32!NtUserGetSystemMenu =
76b96bb4 USER32!UnpackAndFreeDDEMLDataHandle =
76bbbf28 USER32!DirectedYield =
76b863ce USER32!RealAdjustWindowRectEx =
76b82ca8 USER32!RtlWCSMessageWParamCharToMB =
76b8724b USER32!DefWindowProcW =
76b7d9bd USER32!GetDlgCtrlID =
76bd4eaf USER32!NtUserSetMenuContextHelpId =
76bbfde6 USER32!ShutdownBlockReasonDestroy =
76ba73f0 USER32!DefaultHotKeyTableT =
76b8406c USER32!GetWindowRgnBox =
76b7e9e5 USER32!GetMonitorInfoA =
76bd90d4 USER32!gdwRegisteredClasses =
76ba392d USER32!SetWindowState =
76bd2888 USER32!CreateSystemThreads =
76bd9020 USER32!_imp__CM_MapCrToWin32Err =
76b8024d USER32!GetResourceBpp =
76bd3939 USER32!DdeSetUserHandle =
76bc1e2f USER32!ECImeComposition =
76b88491 USER32!RealGetSystemMetrics =
76b79bff USER32!CreateDialogParamW =
76bd6510 USER32!PowerSetActiveScheme =
76b746b3 USER32!NtUserSetShellWindowEx =
76b9414c USER32!GetLUIDDosDrivesOnly =
76bd221d USER32!LockUMHandleList =
76b77783 USER32!GetRegistryKeyDWORDValue =
76b82323 USER32!LoadImageW =
76ba6be4 USER32!LockSetForegroundWindow =
76bd9028 USER32!_imp__CMP_UnregisterNotification =
76bd4d21 USER32!NtUserHiliteMenuItem =
76b71340 USER32!_imp__InterlockedDecrement =
76b7f9ca USER32!CharNextW =
76b74a1b USER32!__fnINDEVICECHANGE =
76ba3ad1 USER32!DefMDIChildProcWorker =
76ba42a4 USER32!DdeFreeStringHandle =
76b801e4 USER32!ConvertPNGToDIBIcon =
76b99f9c USER32!ECSize =
76bc1189 USER32!DDEMLClientWndProc =
76b97f67 USER32!NtUserHwndSetRedirectionInfo =
76b996e5 USER32!ECUnlock =
76bc736d USER32!CopyBitmap =
76bc6974 USER32!MLStripCrCrLf =
76bc15c0 USER32!_GetNextDlgGroupItem =
76b911aa USER32!DisplayConfigGetDeviceInfo =
76ba0d28 USER32!NtUserValidateRect =
76b817d5 USER32!__fnINOUTLPSCROLLINFO =
76b74bcb USER32!GetCurrentProcessName =
76b84fa4 USER32!GetIconInfo =
76bbeb83 USER32!DdeConnect =
76bbfa3b USER32!GetKeyboardLayoutNameW =
76b7da9b USER32!NtUserFindWindowEx =
76b95c96 USER32!AppendToWindowsMenu =
76bd4f13 USER32!NtUserSetSystemTimer =
76bd3ce0 USER32!fnHkINLPCWPRETSTRUCTA =
76bc466e USER32!MLChar =
76bd9ae0 USER32!_hmod__MSIMG32_dll =
76bc143d USER32!GetCharsetEnumProc =
76bc5264 USER32!SLInsertText =
76b9d165 USER32!RealDrawFrameControl =
76ba469e USER32!GetSignFromMappingMode =
76bceb2b USER32!WOWFindWindow =
76b714c8 USER32!_imp__GlobalSize =
76ba45b5 USER32!ClientFrame =
76b76022 USER32!SetHandleData =
76bbfa2b USER32!GetKeyNameTextW =
76bbbeb2 USER32!ReleaseEditDS =
76b711bc USER32!_imp__SetViewportOrgEx =
76b893d3 USER32!NtUserRealInternalGetMessage =
76ba0b31 USER32!GetDlgItemInt =
76b81455 USER32!UIntAdd =
76b91dec USER32!MLCreate =
76bd91e0 USER32!gmph =
76bbfb3f USER32!CallUserpExitWindowsEx =
76bc77b5 USER32!GetNextDlgHelpItem =
76bbce11 USER32!ScrollBarWndProcWorker =
76b8446d USER32!IsWindowUnicode =
76bbc963 USER32!SetVideoTimeout =
76b739f1 USER32!GetRemoteKeyboardLayout =
76b96121 USER32!wsprintfW =
76b7397c USER32!szRegHKL =
76b71388 USER32!_imp__IsDBCSLeadByteEx =
76b7ec96 USER32!IsInsideMessagePumpHook =
76bc9ed3 USER32!DlgDirListA =
76b712dc USER32!_imp__IntersectClipRect =
76b91034 USER32!NtUserCalculatePopupWindowPosition =
76bcb9bb USER32!TileWindowsEnum =
76b84dfc USER32!SendMessageCallbackW =
76bbca05 USER32!GetWindowModuleFileNameW =
76bd64fa USER32!_tailMerge_POWRPROF_dll =
76bd66b0 USER32!_sz_POWRPROF_dll =
76bd0c87 USER32!CloseTransaction =
76b8769f USER32!ValidateHwndNoRip =
76b8f0d2 USER32!ClientThreadSetup =
76b8434a USER32!NtUserNotifyWinEvent =
76b7c6aa USER32!DestroyCursor =
76b714cc USER32!_imp__LocalFree =
76b9f10f USER32!DrawScrollArrow =
76b71500 USER32!_imp__GlobalFlags =
76bd3eeb USER32!SendMessageCallbackA =
76bd3bd0 USER32!GetWindowModuleFileNameA =
76b7ce49 USER32!__fnOUTSTRING =
76bc033c USER32!StringCchLengthW =
76b712b8 USER32!_imp__GetTextExtentPointA =
76bc28c5 USER32!ECClearText =
76b7ce49 USER32!__fnINCNTOUTSTRINGNULL =
76ba6c16 USER32!SwitchToThisWindow =
76b71424 USER32!_imp__MulDiv =
76b9ac4f USER32!CreateMDIWindowA =
76bca9d2 USER32!LBSetVariableHeightItemHeight =
76b9952f USER32!TextAlloc =
76bd911c USER32!gHighestUserAddress =
76bd28c2 USER32!AnimDec =
76bd5371 USER32!AddNextContiguousRectangle =
76b97457 USER32!ProcessSyncDDEMessage =
76bc2879 USER32!ECInOutReconversionMode =
76b90cb5 USER32!MBToWCSEx =
76bd4f63 USER32!NtUserTestForInteractiveUser =
76bd2e29 USER32!SetConvContext =
76b9cf09 USER32!xxxNotifyOwner =
76b986ef USER32!CreateMDIWindowW =
76b7a29b USER32!wcsncpy_s =
76b72534 USER32!NtUserUnregisterUserApiHook =
76b8095a USER32!NtUserGetProcessWindowStation =
76bd418b USER32!dummyImmEscapeAW =
76bc0fe1 USER32!DdeImpersonateClient =
76b7dc71 USER32!NtUserSetProcessWindowStation =
76bbc277 USER32!UnloadKeyboardLayout =
76bd530d USER32!RemoveOverlaps =
76b83296 USER32!ImeWndProcWorker =
76b96e1b USER32!ShutdownConversation =
76ba40cc USER32!GetInputState =
76b724bd USER32!__ClientLoadLocalT1Fonts =
76bbe45a USER32!ValidateConnectParameters =
76bbb0b8 USER32!EnumPropsExA =
76b7b71c USER32!GetSubMenu =
76b88ea5 USER32!TranslateMessageEx =
76ba05e3 USER32!ListBoxWndProcWorker =
76bcbfa4 USER32!mndtDragEnter =
76b7d4a0 USER32!RealGetQueueStatus =
76bbe358 USER32!xxxCBSetEditItemHeight =
76bbf1fe USER32!__fnINLPMDICREATESTRUCT =
76bbcc3f USER32!DefRawInputProc =
76b94aa3 USER32!fnINWPARAMDBCSCHAR =
76b857ff USER32!NtUserEnumDisplayMonitors =
76b7c09a USER32!GetAsyncKeyState =
76ba384c USER32!RealEnableScrollBar =
76bbc2ed USER32!GetSendMessageReceiver =
76b989a9 USER32!InternalInsertMenuItem =
76bcf24a USER32!OemKeyScan =
76bd5063 USER32!NtUserSendTouchInput =
76bbc596 USER32!StringCbCatNW =
76bbb0d6 USER32!EnumPropsExW =
76b713d0 USER32!_imp__FindResourceW =
76bbd255 USER32!WowServerLoadCreateMenu =
76b71404 USER32!_imp__GetCurrentDirectoryW =
76b7e97e USER32!RtlInitLargeAnsiString =
76b711ac USER32!_imp__GetTextCharacterExtra =
76b889f8 USER32!MessageTable =
76bc691c USER32!SLSetSelection =
76bbc23b USER32!TileChildWindows =
76b852d6 USER32!NtUserGetWindowRgnEx =
76b911db USER32!__fnINLPDELETEITEMSTRUCT =
76b7dbf6 USER32!GetWindowStationName =
76b86c6e USER32!__fnINOUTSTYLECHANGE =
76b71258 USER32!_imp__SetStretchBltMode =
76bd4fdb USER32!NtUserYieldTask =
76bc07ed USER32!ShutdownBlockReasonCreate =
76b813c7 USER32!_LockResource =
76b7cc8f USER32!CallNextHookEx =
76b866b1 USER32!RealSetScrollInfo =
76ba3c31 USER32!DefFrameProcWorker =
76bd9240 USER32!gcsAccelCache =
76b71080 USER32!_imp__RtlNtStatusToDosError =
76b7bb59 USER32!DefDlgProcW =
76b7149c USER32!_imp__UnhandledExceptionFilter =
76b82b9e USER32!SplFindResource =
76b7630c USER32!LoadBitmapW =
76bd4bf5 USER32!NtUserGetKeyboardLayoutName =
76b7d39a USER32!NtUserGetMenuBarInfo =
76b71440 USER32!_imp__RegQueryValueExW =
76b7ed18 USER32!_MonitorFromRect =
76bc210e USER32!HanjaKeyHandler =
76bd41af USER32!dummyImmLockIMC =
76ba719a USER32!_ftol2 =
76bd61a2 USER32!EnumPwndDlgChildProc =
76bc166d USER32!FindMnemChar =
76ba4350 USER32!DdeUninitialize =
76b78959 USER32!GetMenuDefaultItem =
76ba5c60 USER32!NtUserGetClipboardOwner =
76b71250 USER32!_imp__GetDIBits =
76bd4ab7 USER32!NtUserDragObject =
76b71020 USER32!_imp__qsort =
76b94237 USER32!NtUserToUnicodeEx =
76bd9024 USER32!_imp__CMP_RegisterNotification =
76bd14a4 USER32!ClRespAdviseAck =
76b97ec2 USER32!IsCharAlphaNumericA =
76bd909c USER32!bImmInitializing =
76b85b9c USER32!InDesktopHeap =
76b712e0 USER32!_imp__SelectObject =
76b997db USER32!ECSetEditClip =
76b75150 USER32!QueryDisplayConfig =
76b71084 USER32!_imp__NtOpenThreadToken =
76b9fe7b USER32!xxxCBSizeHandler =
76b76070 USER32!DdeCreateStringHandleW =
76b71118 USER32!_imp__RtlMultiByteToUnicodeN =
76bd9f5c USER32!ghwndDefGestureHandler =
76b9d12b USER32!LBTermDC =
76ba732f USER32!_EH4_LocalUnwind =
76b8fb83 USER32!InitializeNtdllUserPfn =
76bd99e8 USER32!gcLoadMPH =
76b8156c USER32!CreateMenuFromResource =
76b88669 USER32!_BeginIfHookedUserApiHook =
76b7bf9f USER32!NtUserUpdateLayeredWindow =
76b71508 USER32!_imp__GetLastError =
76ba3b9b USER32!GetClassNameA =
76b7130c USER32!_imp__DeleteObject =
76b714d8 USER32!_imp__DeleteAtom =
76b7117c USER32!_imp__GetClipBox =
76b7e26b USER32!RegisterClassExWOWA =
76b710f8 USER32!_imp__NtSetSecurityObject =
76bbcd22 USER32!MenuWndProcWorker =
76b9417f USER32!__ClientCharToWchar =
76b8712d USER32!RealDefWindowProcWorker =
76bcab6d USER32!SetMagnificationDesktopColorEffect =
76b88363 USER32!_GetWindowLong =
76b71028 USER32!_imp__RtlCheckRegistryKey =
76bd491d USER32!__report_gsfailure =
76bbcad2 USER32!GetMouseKeyState =
76b8353f USER32!CtfHookProcWorker =
76bcbdfe USER32!GetMenuCheckMarkDimensions =
76bd503b USER32!NtUserModifyWindowTouchCapability =
76bd65b4 USER32!_DELAY_IMPORT_DESCRIPTOR_CFGMGR32_dll =
76bbd2de USER32!CreateIconFromResource =
76b9aa6e USER32!SetSelected =
76b7be96 USER32!dummyIMPGetIMEW =
76b85533 USER32!LoadStringW =
76ba236a USER32!SetWindowTextA =
76bc91ca USER32!xxxTrackMouse =
76b71268 USER32!_imp__CreateDCW =
76b78d00 USER32!RepositionRect =
76bcd6a8 USER32!MB_DlgProc =
76b9404f USER32!StaticWndProcA =
76ba3425 USER32!NtUserChangeClipboardChain =
76b9ff29 USER32!xxxCBCalcControlRects =
76bbab18 USER32!gmap =
76bd6446 USER32!strcpy_s =
76b84e4c USER32!NeedsEndEllipsis =
76bd9080 USER32!gfDPIAware =
76b737a5 USER32!ValidateAnih =
76b8f006 USER32!IntersectRect =
76ba7069 USER32!FindWindowExW =
76b9dd93 USER32!LBGetItemData =
76b98848 USER32!NtUserMagGetContextInformation =
76bd9260 USER32!gcsLookaside =
76b71434 USER32!_imp__InterlockedCompareExchange =
76bcef39 USER32!fnIMECONTROL =
76bcf0a1 USER32!OemToCharA =
76ba2b5a USER32!TranslateAcceleratorA =
76b9d92c USER32!xxxCheckRedraw =
76b843fe USER32!IsWindowRedirectedForPrint =
76bbfd43 USER32!CancelShutdown =
76ba4b3b USER32!TrackPopupMenu =
76bceabf USER32!MessageBoxW =
76bcec67 USER32!SetSystemCursor =
76b813e0 USER32!cMapOemOic =
76b94a28 USER32!NtUserEmptyClipboard =
76b9fdc1 USER32!xxxCBHideListBoxWindow =
76bd41b9 USER32!dummyImmGetConversionStatus =
76b714ec USER32!_imp__GlobalGetAtomNameA =
76b71150 USER32!_imp__NtQueryValueKey =
76ba6bd0 USER32!NtUserGetWindowPlacement =
76b852ea USER32!NtUserSetCursor =
76b8641d USER32!AdjustWindowRectExInternal =
76bd62d8 USER32!wcscpy_s =
76ba5be4 USER32!NtUserOpenClipboard =
76ba4cfe USER32!SendDlgItemMessageW =
76bd1b58 USER32!ClStartAdvise =
76bc6316 USER32!SLKeyDown =
76bbb5a3 USER32!ForwardGestureMessage =
76b714f0 USER32!_imp__GlobalGetAtomNameW =
76bc7bc0 USER32!DdeQueryStringA =
76b98fd1 USER32!SetDlgItemTextA =
76b714c4 USER32!_imp__GlobalLock =
76b765b5 USER32!NtUserSetClassLong =
76bd64b8 USER32!_imp_load__ReportEventW =
76b9d9b7 USER32!InitHStrings =
76b7cf62 USER32!GetMenuItemCount =
76b7fa67 USER32!PrivateExtractIconsW =
76b9a1f3 USER32!ECEnableDisableIME =
76b90c22 USER32!UninitializeUMHandleList =
76bd48dc USER32!SetDisplayConfig =
76b7a5d3 USER32!_GetNextDlgTabItem =
76ba166a USER32!MapVirtualKeyExW =
76b8286f USER32!GetMessageA =
76bd3e58 USER32!MapVirtualKeyExA =
76b96c43 USER32!DdeGetData =
76ba4b6c USER32!DrawStateW =
76bd9ad8 USER32!gfServerProcess =
76b86991 USER32!_IsWindowVisible =
76b960c6 USER32!SP_ReverseW =
76bc710d USER32!PrivateExtractIconsA =
76b74c5a USER32!MixRGBI =
76b94e4a USER32!_ClientGetListboxString =
76bd6499 USER32!_imp_load__DeregisterEventSource =
76bd4e0f USER32!NtUserRealWaitMessageEx =
76bd0121 USER32!BuildUserDefinedReasonArray =
76b7f7d2 USER32!GetIcoCurBpp =
76bbb467 USER32!CalcGestureDataSize =
76b97955 USER32!UnpackDDElParam =
76bc5375 USER32!SLPasteText =
76b7bc8e USER32!_IsChild =
76b8148e USER32!LoadMenuW =
76b9aa31 USER32!IsSelected =
76b74830 USER32!__ClientAddFontResourceW =
76b71bd0 USER32!CommonCreateWindowStation =
76bceb0d USER32!SetSysColors =
76b71468 USER32!_imp__LCMapStringW =
76bd4fb3 USER32!NtUserUserHandleGrantAccess =
76b84832 USER32!ImeSetContextHandler =
76bb8fb0 USER32!_load_config_used =
76b857c4 USER32!__ClientMonitorEnumProc =
76ba0ad0 USER32!CheckRadioButton =
76bcbc5f USER32!ChangeMenuW =
76b77061 USER32!InterlockedCompareExchange =
76b7d3ae USER32!SetForegroundWindow =
76bd643b USER32!memmove =
76bd6467 USER32!FreeLibrary =
76b8f7c9 USER32!UserClientDllInitialize =
76bd3a2e USER32!CopyLogFontAtoW =
76b83c3e USER32!GetWindow =
76bc4395 USER32!MLMouseMotion =
76bc7a92 USER32!ParseInstSpecificAtom =
76b71414 USER32!_imp__FindClose =
76b918f0 USER32!szRadio =
76b7fc3b USER32!PathFindExtension =
76b8437e USER32!CallWindowProcAorW =
76bd6594 USER32!_DELAY_IMPORT_DESCRIPTOR_ADVAPI32_dll =
76b936fd USER32!MLChangeSelection =
76b90c12 USER32!UninitializeGestureInfoList =
76bcaa12 USER32!CItemInWindowVarOwnerDraw =
76b908a8 USER32!szEMIKey =
76bd4b69 USER32!NtUserGetClipCursor =
76b8fa99 USER32!GetSysColor =
76bbc2a2 USER32!SetProcessDefaultLayout =
76b71b84 USER32!gDispatchTableValues =
76bcc64d USER32!MB_FindDlgTemplateSize =
76bd92e0 USER32!gcsHdc =
76b78099 USER32!NtUserInvalidateRgn =
76ba4266 USER32!DestroyHandle =
76b7e206 USER32!UserRtlAllocMem =
76bbb39e USER32!GetGestureExtraArgs =
76bd9f50 USER32!pfn16GlobalAlloc =
76b7cda1 USER32!RealGetWindowClassW =
76bbaed6 USER32!InternalEnumProps =
76b71194 USER32!_imp__PlayEnhMetaFile =
76b7652e USER32!DrawMenuBar =
76ba5d72 USER32!NtUserThunkedMenuInfo =
76b85ca1 USER32!CharLowerBuffA =
76ba36f5 USER32!BitBltSysBmp =
76bd4c1d USER32!NtUserGetListBoxInfo =
76bcb174 USER32!ByteOutsetRect =
76b859df USER32!MsgWaitForMultipleObjects =
76b9cfc6 USER32!LBGetDC =
76b855cd USER32!GetMonitorInfoW =
76b9b5dd USER32!ComboBoxMsgOKInInit =
76b77ae9 USER32!_FindDlgItem =
76bd9a78 USER32!gcHorWheelDelta =
76b9b856 USER32!xxxSetISelBase =
76bc544f USER32!SLMouseToIch =
76b7f01b USER32!GetIcoCurWidth =
76ba3073 USER32!xxxMDINext =
76bbed5a USER32!DisconnectConv =
76b71098 USER32!_imp__NtCallbackReturn =
76b78463 USER32!__ClientGetTextExtentPointW =
76bd4a55 USER32!NtUserDisplayConfigSetDeviceInfo =
76bd41da USER32!SetDebugErrorLevel =
76bd55e4 USER32!AlignRects =
76bca501 USER32!xxxLbInsertFile =
76b8f0b3 USER32!memcpy =
76b71df9 USER32!__ClientGetCharsetInfo =
76bd292c USER32!SmoothScrollWindowEx =
76bd19c2 USER32!ClRespRequestData =
76b7be96 USER32!dummyImmRegisterClient =
76b911c7 USER32!NtUserDisplayConfigGetDeviceInfo =
76b71124 USER32!_imp__RtlEnterCriticalSection =
76bc34be USER32!ECTabTheTextOut =
76bd0930 USER32!xxxSetStaticImage =
76b7101c USER32!_imp__iswspace =
76bd90e0 USER32!gdwRegisteredClassesMask =
76bbbf40 USER32!GetInputDesktop =
76ba6f65 USER32!__fnOUTLPTITLEBARINFOEX =
76bbf1be USER32!__fnINOUTDRAG =
76b712d0 USER32!_imp__TextOutW =
76bbf4e8 USER32!__fnHkINLPKBDLLHOOKSTRUCT =
76ba09b7 USER32!wcscat_s =
76b7df94 USER32!CharNextA =
76b96cf1 USER32!PciiFromHandle =
76bd9160 USER32!grgbDlgLiteHookMsg =
76b81455 USER32!ULongAdd =
76b9a8b2 USER32!UIntSub =
76bd9a04 USER32!gbICSProcRegistered =
76b767bd USER32!ValidateCHandle =
76b7be96 USER32!dummyImmLoadLayout =
76b95024 USER32!__fnOPTOUTLPDWORDOPTOUTLPDWORD =
76b965e4 USER32!WinHelpA =
76b87a50 USER32!NtUserSetProp =
76b8913f USER32!NtUserPeekMessage =
76b71298 USER32!_imp__GdiCreateLocalEnhMetaFile =
76ba680c USER32!GetMenuStringW =
76bbcc57 USER32!DesktopWndProcWorker =
76bbdb79 USER32!xxxPressButton =
76b713f8 USER32!_imp__GetAtomNameW =
76bd4b57 USER32!NtUserGetClipboardViewer =
76b9b574 USER32!LBEvent =
76bd9a70 USER32!gfLogonProcess =
76b7b6e5 USER32!_GetSubMenu =
76bc777e USER32!SendWinHelpMessage =
76bbca3e USER32!fnHkINLPCWPRETSTRUCTW =
76bd4bcd USER32!NtUserGetInputLocaleInfo =
76b735e5 USER32!ReadTag =
76bce7f5 USER32!MessageBoxTimeoutA =
76b9672b USER32!WinHelpW =
76bd4fc7 USER32!NtUserWaitForMsgAndEvent =
76b71324 USER32!_imp__StretchBlt =
76b9ec10 USER32!xxxNewITop =
76bc8569 USER32!Compare =
76ba6b66 USER32!NtUserTranslateAccelerator =
76bca27d USER32!xxxLbDir =
76bbe145 USER32!xxxCBDir =
76ba0a67 USER32!CheckDlgButton =
76bccd98 USER32!aidReturn =
76b7260f USER32!CsrBroadcastSystemMessageExW =
76b7259c USER32!NtUserRegisterUserApiHook =
76ba6ab1 USER32!_GetLastActivePopup =
76bd3dad USER32!GetKeyNameTextA =
76b88720 USER32!HMValidateHandle =
76bd4aa3 USER32!NtUserDragDetect =
76b714b8 USER32!_imp__RegDeleteKeyExW =
76bbd6fb USER32!GetTouchInputInfo =
76b87978 USER32!GetRealWindowOwner =
76bd64cd USER32!_imp_load__OpenThreadToken =
76b8603f USER32!wsprintfA =
76b71528 USER32!_imp__lstrcmpiW =
76bd90ac USER32!pfnUnlockResource =
76bd9320 USER32!grgbWndLiteHookMsg =
76bd6493 USER32!DelayLoadFailureHook =
76ba61c6 USER32!AddPathEllipsis =
76b7ce49 USER32!__fnPOUTLPINT =
76b98096 USER32!ChangeDisplaySettingsW =
76ba6f3d USER32!NtUserLogicalToPhysicalPoint =
76b9997f USER32!ECInsertText =
76bd9ed0 USER32!gpfnGetIMEMenuItemData =
76bc9f61 USER32!DlgDirListW =
76bbf5d9 USER32!__ClientGetDDEHookData =
76ba0793 USER32!xxxLBInvalidateRect =
76b94bbf USER32!DeleteClientClipboardHandle =
76bcb3c5 USER32!ScrollMDIChildren =
76bd9e88 USER32!_NLG_Destination =
76ba5f72 USER32!NtUserTrackPopupMenuEx =
76b71518 USER32!_imp__GlobalAlloc =
76b724d5 USER32!GdiLoadType1Fonts =
76b7132c USER32!_imp__GdiConvertAndCheckDC =
76bd9134 USER32!pfnLoadStringBaseExW =
76b714b4 USER32!_imp__RegCreateKeyExW =
76b712bc USER32!_imp__GetTextExtentPointW =
76b7113c USER32!_imp__NtEnumerateKey =
76bd0adf USER32!xxxStaticLoadImage =
76b82171 USER32!NtUserEnumDisplaySettings =
76b77081 USER32!UnregisterDeviceNotification =
76b76fdf USER32!_imp_load__CM_MapCrToWin32Err =
76b9d104 USER32!LBReleaseDC =
76bbf0e4 USER32!__fnCOPYGLOBALDATA =
76b710c8 USER32!_imp__NtCreateKey =
76b88f83 USER32!NtUserGetMessage =
76bd2e86 USER32!AbandonEnumerateProc =
76b9830a USER32!DwmGetDxSharedSurface =
76b75ee3 USER32!InternalDdeInitialize =
76b96ea5 USER32!FreeConversationResources =
76bcbe78 USER32!IID_IUnknown =
76b712ac USER32!_imp__MirrorRgn =
76b974f4 USER32!SpontaneousServerMessage =
76bd629a USER32!VTagOutput =
76b710f4 USER32!_imp__RtlFreeUnicodeString =
76b893f9 USER32!__ClientGetMessageMPH =
76b71952 USER32!NtUserInitializeClientPfnArrays =
76b7150c USER32!_imp__GetOEMCP =
76b84c5d USER32!DrawIconEx =
76b71913 USER32!LoadCursors =
76bb95ed USER32!xxxBNOwnerDraw =
76b7cfc1 USER32!MNLookUpItem =
76b8212b USER32!RegisterClassExW =
76ba65ba USER32!NtUserDestroyAcceleratorTable =
76ba6c98 USER32!CreateMenu =
76bbc1ba USER32!RegisterSystemThread =
76ba1ae5 USER32!NtUserWaitForInputIdle =
76bc239b USER32!EcImeRequestHandler =
76ba37fd USER32!__ClientPrinterThunk =
76b760f8 USER32!RegisterClassExA =
76bd9940 USER32!EditLookaside =
76bbf250 USER32!__fnINPAINTCLIPBRD =
76b71220 USER32!_imp__GetBkMode =
76bd5117 USER32!NtUserShowSystemCursor =
76bd418b USER32!dummyCtfImmDispatchDefImeMessage =
76b865bd USER32!_SetWindowLong =
76b7aaaa USER32!NtUserGetKeyboardLayoutList =
76b88126 USER32!GetNextWordbreak =
76b820ba USER32!_SetWindowsHookEx =
76bd50db USER32!NtUserManageGestureHandlerWindow =
76b713d4 USER32!_imp__CloseHandle =
76b97cbc USER32!DdeFreeDataHandle =
76b83189 USER32!NtUserGetClassName =
76b82bd9 USER32!UpdateWindow =
76bc7a73 USER32!DdeCmpStringHandles =
76b7cac9 USER32!NtUserSetMenu =
76ba5697 USER32!__fnINOUTLPMEASUREITEMSTRUCT =
76ba38fa USER32!TranslateMDISysAccel =
76bca590 USER32!LBCalcItemRowsAndColumns =
76b7f759 USER32!_SetCursorIconData =
76b99af7 USER32!ECInvalidateClient =
76b990d7 USER32!DefDlgProcA =
76b711cc USER32!_imp__CopyEnhMetaFileW =
76ba345a USER32!LoadBitmapA =
76ba6b52 USER32!NtUserSetKeyboardState =
76bd5013 USER32!NtUserSfmGetLogicalSurfaceBinding =
76bcac5a USER32!GetMagnificationDesktopMagnification =
76bcf394 USER32!SetLastErrorEx =
76bd41c3 USER32!dummyImmProcessKey =
76b73bc3 USER32!CliGetImeHotKeysFromRegistry =
76ba1c07 USER32!GetWindowWord =
76bcac22 USER32!SetMagnificationDesktopMagnification =
76bbf525 USER32!__fnHkINLPDEBUGHOOKSTRUCT =
76b82af1 USER32!LoadDIB =
76bcec34 USER32!ToUnicode =
76bc9a09 USER32!xxxDlgDirListHelper =
76bbf2b7 USER32!__fnINSIZECLIPBRD =
76b7f63a USER32!CopyDibHdr =
76b74b18 USER32!PrivateRegisterICSProc =
76b85a1b USER32!GetFocus =
76bd60ed USER32!IsHelpParent =
76b712c8 USER32!_imp__PatBlt =
76b9768b USER32!ReuseDDElParam =
76b85813 USER32!UnionRect =
76bcfcd1 USER32!CompareReasons =
76bbbe99 USER32!GetEditDS =
76b73900 USER32!szRegImeHotKey =
76b71260 USER32!_imp__RealizePalette =
76ba7420 USER32!DefaultHotKeyTableC =
76b7b20f USER32!IsCharAlphaNumericW =
76bbf862 USER32!__fnINOUTMENUGETOBJECT =
76bd4c45 USER32!NtUserGetMouseMovePointsEx =
76bc2c38 USER32!ECFindXORblks =
76b71310 USER32!_imp__DeleteMetaFile =
76b7beda USER32!GetIconIdEx =
76b7684a USER32!LocalToGlobalAtom =
76b71050 USER32!_imp__strcpy_s =
76b712d4 USER32!_imp__SetTextAlign =
76b9897f USER32!MDIAddSysMenu =
76bc2284 USER32!ECImmSetCompositionWindow =
76bd90c8 USER32!pfnLocalFree =
76b8319d USER32!GetClassNameW =
76b87543 USER32!SendMessageWorker =
76bc878d USER32!ISelFromPt =
76b766ae USER32!ProcessRegistrationMessage =
76b71334 USER32!_imp__BitBlt =
76b71188 USER32!_imp__SetLayout =
76b80ec8 USER32!RegisterClassExWOWW =
76b867a3 USER32!GetAppCompatFlags2WithDPIAware =
76b7108c USER32!_imp__NtQueryInformationToken =
76bd4226 USER32!IMPGetIMEW =
76b7cce0 USER32!PhkNextValid =
76bc06ef USER32!ExitWindowsEx =
76bd4be1 USER32!NtUserGetInternalWindowPos =
76bd4e9b USER32!NtUserSetInternalWindowPos =
76bcec9b USER32!keybd_event =
76bbd3ee USER32!TransferTouchInput =
76b75b5a USER32!NtUserOpenInputDesktop =
76bd1def USER32!ClStartExecute =
76b770ed USER32!GetWindowTextA =
76bd904c USER32!_imp__WinStationGetLoggedOnCount =
76b7be96 USER32!dummyIMPGetIMEA =
76b8524d USER32!NtUserChangeWindowMessageFilterEx =
76bd426a USER32!IMPSetIMEW =
76b83fde USER32!ImeWndCreateHandler =
76b92e55 USER32!MLEnsureCaretVisible =
76b8fc06 USER32!InitializeTouchInfoList =
76b7152c USER32!_imp__WritePrivateProfileStringW =
76b76563 USER32!LoadStringA =
76ba533c USER32!xxxSaveDlgFocus =
76b711c4 USER32!_imp__CreateBrushIndirect =
76b74673 USER32!SetTaskmanWindow =
76ba5b1d USER32!GetMessageTime =
76b9da45 USER32!ComboBoxWndProcA =
76bcf2ad USER32!SetSysColorsTemp =
76b98b33 USER32!xxxGetSysMenuHandle =
76b86750 USER32!GetWindowData =
76bbfd8e USER32!EndTask =
76bbfb1b USER32!GetAltTabInfoW =
76bcaa72 USER32!LBPage =
76b710e4 USER32!_imp__RtlQueryInformationActiveActivationContext =
76bbdfa8 USER32!xxxCBGetFocusHelper =
76b71030 USER32!_imp__RtlPcToFileHeader =
76b72d98 USER32!szKLKey =
76b779be USER32!xxxCheckDefPushButton =
76b743e0 USER32!szWindowsKey =
76b77184 USER32!FindWindowExA =
76b71180 USER32!_imp__CreateRectRgn =
76b713ac USER32!_imp__GetExitCodeThread =
76bc3d7f USER32!ECNextIch =
76bbe0c5 USER32!ComboBoxWndProcW =
76bd3f4c USER32!CallMsgFilterA =
76b89442 USER32!TranslateAcceleratorW =
76bbd27e USER32!UIntMult =
76bbc5ec USER32!GetServerIMEKeyboardLayout =
76ba9590 USER32!szKLKey2 =
76b71726 USER32!CreateDesktopExW =
76b86c21 USER32!NtUserCalcMenuBar =
76b713f4 USER32!_imp__GetAtomNameA =
76b885d0 USER32!IsThreadDesktopComposited =
76bd3a76 USER32!GetMenuStringA =
76bcff58 USER32!g_rgReasonInits =
76b7c9ce USER32!NtUserSetWindowCompositionAttribute =
76b71184 USER32!_imp__CreateRectRgnIndirect =
76bce76d USER32!MessageBoxTimeoutW =
76ba2603 USER32!FrameRect =
76b81e0d USER32!__ClientCopyImage =
76b7121c USER32!_imp__GetTextCharset =
76b71444 USER32!_imp__RegOpenKeyExW =
76b90a6d USER32!LoadAppInitDlls =
76ba53dd USER32!NtUserSetThreadState =
76bd20f6 USER32!CharPrevExA =
76bd9ea4 USER32!gdwEMIThreadID =
76b7cc7b USER32!NtUserUnhookWindowsHookEx =
76bb9be1 USER32!xxxBNDrawText =
76bbbcd4 USER32!CreateDesktopExA =
76bd226d USER32!GrowUMHandleList =
76ba4074 USER32!GetUpdateRgn =
76b7d41f USER32!__fnINLPUAHDRAWMENUITEM =
76b7517c USER32!NtUserQueryDisplayConfig =
76ba431a USER32!DestroyInstance =
76bd50b3 USER32!NtUserGetGestureInfo =
76b977de USER32!_ClientCopyDDEOut2 =
76b83e4c USER32!ImeMarkUsedContext =
76b9da25 USER32!GetCaptionChar =
76bd9140 USER32!pfnSizeofResource =
76bd9008 USER32!_imp__RegisterEventSourceW =
76bd90d8 USER32!ghImm32 =
76b87511 USER32!IsRectEmpty =
76ba0a97 USER32!GetDlgItemTextW =
76b71148 USER32!_imp__NtOpenKey =
76bd9280 USER32!gcsClassRegister =
76bd90dc USER32!ghmodUserApiHook =
76bc2ff1 USER32!ECDoIMEMenuCommand =
76b92fac USER32!ECSaveUndo =
76b9458e USER32!GetClipboardCodePage =
76b712a0 USER32!_imp__GetRgnBox =
76b710a4 USER32!_imp__RtlInitializeCriticalSection =
76b7136c USER32!_imp__RegisterWaitForInputIdle =
76bc5cbe USER32!SLReplaceSel =
76ba698e USER32!GetMenuState =
76b9d392 USER32!DispatchLocalSize =
76b78eab USER32!CreateDlgFont =
76bd4af3 USER32!NtUserDrawCaptionTemp =
76bd64d4 USER32!_imp_load__GetTokenInformation =
76ba9b4c USER32!szKLId =
76b85be8 USER32!CharLowerBuffW =
76bd41f3 USER32!WINNLSGetEnableStatus =
76bc0de2 USER32!UserLpkPSMTextOut =
76ba0e3a USER32!GetCascadeWindowPos =
76b84493 USER32!PtInRect =
76b94890 USER32!NtUserSetClipboardData =
76b877c1 USER32!NtUserQueryWindow =
76b81962 USER32!InternalCopyImage =
76b71514 USER32!_imp__MultiByteToWideChar =
76b9555c USER32!szNull =
76bbcbe3 USER32!MenuWindowProcA =
76b873fc USER32!PtiCurrent =
76b84b3e USER32!NtUserCheckImeShowStatusInThread =
76bbc305 USER32!UserRegisterWowHandlers =
76b98c8b USER32!SetMenuItemInfoA =
76bd9018 USER32!_imp__DeregisterEventSource =
76bd4a19 USER32!NtUserAlterWindowStyle =
76b712cc USER32!_imp__TextOutA =
76b78056 USER32!BroadcastSystemMessageW =
76b82767 USER32!SetMenuItemInfoW =
76ba6aea USER32!__ClientImmProcessKey =
76b978c6 USER32!_ClientCopyDDEOut1 =
76ba6514 USER32!GetNextDlgTabItem =
76bbb0f4 USER32!GestureNotify =
76bbd306 USER32!WOWLoadBitmapA =
76bbdcc8 USER32!xxxCBShowListBoxWindow =
76b714fc USER32!_imp__GetLocaleInfoW =
76b735bb USER32!GetNextFilePtr =
76b84215 USER32!__fnHkINLPMSG =
76b710b4 USER32!_imp___stricmp =
76bcc294 USER32!MonitorLink =
76b71200 USER32!_imp__GetCharABCWidthsW =
76bbc559 USER32!StringCbCopyW =
76ba121f USER32!NtUserSetSystemMenu =
76bbe17c USER32!DlgDirSelectComboBoxExW =
76b95ad1 USER32!NtUserSfmDxGetSwapChainStats =
76bd4a69 USER32!NtUserCheckAccessForIntegrityLevel =
76bba35f USER32!xxxBNPaint =
76bc5aac USER32!SLScrollText =
76bd9ae8 USER32!_hmod__WINSTA_dll =
76bbc016 USER32!GetKeyboardType =
76b715b3 USER32!DeviceEventWorker =
76b75aa6 USER32!DesktopHasWatermarkText =
76b86bca USER32!IsZoomed =
76ba03c9 USER32!DrawPushButton =
76b87b87 USER32!NtUserBeginPaint =
76b7a02a USER32!RtlLoadObjectFromDIBFile =
76b8f08b USER32!NtUserSfmDxSetSwapChainStats =
76b9cff9 USER32!LBInitDC =
76ba4e5d USER32!CopyInflateRect =
76bb90b2 USER32!CliSaveImeHotKey =
76bb905b USER32!CliSetDefaultImeHotKeys =
76bb93f4 USER32!IsPushButton =
76bc3de5 USER32!ECPrevIch =
76bba231 USER32!xxxDrawButton =
76bd9138 USER32!g_pfnEditWndProcA =
76bd9030 USER32!_imp__AlphaBlend =
76b711c0 USER32!_imp__PolyPatBlt =
76ba0dbd USER32!MDICheckCascadeRect =
76ba1c34 USER32!_GetWindowWord =
76b76e62 USER32!RegisterDeviceNotificationW =
76bb959c USER32!BNReleaseDC =
76b7c8f9 USER32!NtUserRegisterHotKey =
76bcf8c0 USER32!ReaderProcInternal =
76bd9104 USER32!gpfnInitUserApi =
76bd41af USER32!WINNLSGetIMEHotkey =
76b98d44 USER32!GetWindowTextLengthA =
76bbf668 USER32!__ClientPSMTextOut =
76b71038 USER32!_imp__RtlImageNtHeader =
76bd4e23 USER32!NtUserRegisterErrorReportingDialog =
76ba3fa7 USER32!MDIClientWndProcWorker =
76b7af6a USER32!fnPOWERBROADCAST =
76bc6c3a USER32!MLInsertCrCrLf =
76b7c3cd USER32!GetWindowTextLengthW =
76bd214f USER32!IsCharLowerA =
76b75df4 USER32!AddInstance =
76bb9774 USER32!xxxButtonNotifyParent =
76bd5cda USER32!_IsDescendant =
76b7d4ec USER32!RtlMBMessageWParamCharToWCS =
76b7d14c USER32!IsMenu =
76b71360 USER32!_imp__GetCurrentThreadId =
76bc14b3 USER32!GetDPIServerInfo =
76b94c50 USER32!__fnINDESTROYCLIPBRD =
76b85b7c USER32!aiClassOffset =
76b73b68 USER32!CliImmSetHotKeyWorker =
76b96052 USER32!SP_PutNumberW =
76ba58f7 USER32!NtUserScrollWindowEx =
76b7115c USER32!_imp__RtlUnicodeStringToInteger =
76bc3d57 USER32!ECAnsiNext =
76bbc094 USER32!NotifyOverlayWindow =
76b95068 USER32!fnCBGETEDITSEL =
76b770b4 USER32!CMP_UnregisterNotification =
76b7144c USER32!_imp__RegQueryInfoKeyW =
76b9949b USER32!IsCharLowerW =
76b76b37 USER32!GlobalToLocalAtom =
76bd0e2e USER32!SvSpontAdvise =
76bd64db USER32!_imp_load__AlphaBlend =
76b9f144 USER32!DrawIt =
76b7e701 USER32!WCSToMBEx =
76b7c2ea USER32!EndDeferWindowPos =
76bbaa18 USER32!rmap =
76b8442a USER32!__ClientCallWinEventProc =
76bbac18 USER32!bmap =
76bd912c USER32!pfnLoadResource =
76b76960 USER32!IncGlobalAtomCount =
76ba0d3c USER32!VkKeyScanExW =
76b7b257 USER32!RealSetWindowRgn =
76ba551d USER32!DialogBoxIndirectParamAorW =
76b71270 USER32!_imp__CreateCompatibleBitmap =
76bd4259 USER32!IMPQueryIMEA =
76b9407a USER32!IsDialogMessageA =
76bcc209 USER32!DrawStateA =
76bd428c USER32!NtUserBroadcastImeShowStatusChange =
76ba4db1 USER32!SetDlgItemInt =
76bd586d USER32!FillTriangle =
76b88308 USER32!FillRect =
76bc10f8 USER32!CheckForQueuedMessages =
76b84f10 USER32!GetPrefixCount =
76ba6cd0 USER32!__fnGETTEXTLENGTHS =
76b762bd USER32!GetRegistryKeyWtoIValue =
76b98884 USER32!VkKeyScanExA =
76bc1a12 USER32!ECCalcMarginForDBCSFont =
76b8637a USER32!GetResizeBorderWidthInternal =
76b78510 USER32!GetDlgItem =
76bd4248 USER32!IMPQueryIMEW =
76b86f06 USER32!IsDialogMessageW =
76bc283b USER32!ECIsAncestorActive =
76bd4d35 USER32!NtUserImpersonateDdeClientWindow =
76bc3f95 USER32!MLGetLineWidth =
76bd31dd USER32!UnlinkTransaction =
76b7c251 USER32!NtUserGhostWindowFromHungWindow =
76b9197f USER32!NtUserClipCursor =
76b8736b USER32!__fnDWORD =
76bd427b USER32!IMPSetIMEA =
76b710cc USER32!_imp__NtSetValueKey =
76bab6d8 USER32!cDib4Vga =
76b9734b USER32!_ClientCopyDDEIn1 =
76bba019 USER32!xxxButtonDrawCheck =
76b7d9f6 USER32!GetWindowTextW =
76bc6a31 USER32!MLGetLine =
76b97d5c USER32!FreeDDEData =
76b99746 USER32!ECLock =
76b819c3 USER32!ULongLongToULong =
76bc2203 USER32!EcImeGetDocFeedMin =
76bd4237 USER32!IMPGetIMEA =
76ba2878 USER32!ChildMinMaxInfo =
76b77b61 USER32!AllowSetForegroundWindow =
76b82fe3 USER32!GetWindowThreadProcessId =
76b714b0 USER32!_imp__RegCloseKey =
76b86939 USER32!IsWindowVisible =
76b73cfb USER32!CliImmInitializeHotKeys =
76b71134 USER32!_imp__RtlFreeHeap =
76b71776 USER32!CommonCreateDesktop =
76b86fb1 USER32!CallMsgFilterW =
76bc0fa0 USER32!DdeGetLastError =
76bcfa7b USER32!EnterReaderModeHelper =
76bc4158 USER32!MLCalcXOffset =
76b711d0 USER32!_imp__CopyMetaFileW =
76b7a2a6 USER32!IconFromBestImage =
76b710c4 USER32!_imp__NtYieldExecution =
76b78aff USER32!SkipSz =
76bca7cf USER32!LBDropObjectHandler =
76bd1f55 USER32!SvStartAdviseUpdate =
76b90843 USER32!InitInstrument =
76b8fac0 USER32!GetAppCompatFlags2 =
76bc761d USER32!DdeAddData =
76bd413e USER32!GetAltTabInfoA =
76bd2dfc USER32!GetConvContext =
76b8361c USER32!ImeSystemHandler =
76b9205f USER32!MLSetFocus =
76b879fa USER32!NtUserRemoveProp =
76bbd4ad USER32!GetTouchInputDataSize =
76bd62a2 USER32!SetLastNtError =
76bbcb5b USER32!DefaultOWP =
76bcede5 USER32!fnGESTURE =
76ba6a4c USER32!GetLastActivePopup =
76b82666 USER32!SetMenuItemInfoStruct =
76b77fe7 USER32!SubtractRect =
76b9d965 USER32!xxxLBSetCaret =
76b7ca89 USER32!__fnINOUTLPUAHMEASUREMENUITEM =
76bd4e73 USER32!NtUserSetClassWord =
76ba584a USER32!IsWinEventHookInstalled =
76b7d7c1 USER32!FreeLookasideEntry =
76b7ddbf USER32!CommonOpenWindowStation =
76b79c68 USER32!VersionRegisterClass =
76b7be96 USER32!dummyImmAssociateContext =
76b84b9f USER32!FindNCHit =
76bb9356 USER32!LoadCursorFromFileW =
76b71408 USER32!_imp__SetCurrentDirectoryW =
76bba2fe USER32!xxxButtonDrawNewState =
76b92292 USER32!MLSetHandle =
76b7127c USER32!_imp__GdiValidateHandle =
76b7c36e USER32!NtUserPaintDesktop =
76b938be USER32!DrawGrip =
76bd41af USER32!dummyImmActivateLayout =
76bced32 USER32!fnINSIZECLIPBRD =
76ba47e8 USER32!NtUserSetWindowRgnEx =
76b71354 USER32!_imp__LocalUnlock =
76b7143c USER32!_imp__GetVersionExW =
76b979b0 USER32!IsValidGlobalHandle =
76b86cc2 USER32!RealGetScrollInfo =
76b7e5c1 USER32!NtUserUnregisterClass =
76bd9144 USER32!phwndCache =
76ba3388 USER32!MDIRedrawFrame =
76ba26d1 USER32!SetClassLongA =
76b94a52 USER32!__fnINWPARAMDBCSCHAR =
76bd656f USER32!_imp_load__WinStationGetLoggedOnCount =
76b77d9e USER32!RealSystemParametersInfoA =
76bcc1d9 USER32!__ClientLoadOLE =
76bd4695 USER32!ImeControlHandler =
76b973ec USER32!ProcessAsyncDDEMsg =
76bbcb65 USER32!ForceResetUserApiHook =
76ba3859 USER32!NtUserEnableScrollBar =
76b7bc72 USER32!NtUserGetWindowMinimizeRect =
76b80a41 USER32!__fnINOUTNCCALCSIZE =
76b74808 USER32!NtUserUnlockWindowStation =
76b8764c USER32!SendMessageW =
76bd41af USER32!dummyImmLoadIME =
76ba0a00 USER32!FullWidthUnicodes =
76b7899a USER32!_GetMenuDefaultItem =
76b91ac8 USER32!ECAnsiPrev =
76bd9f44 USER32!pfnWowDlgProcEx =
76bd9f48 USER32!pfnWowWndProcEx =
76ba63e6 USER32!ExtractIconFromICO =
76b83eab USER32!AllocLookasideEntry =
76bc726f USER32!BestSetLastDDEMLError =
76b714e8 USER32!_imp__InterlockedExchange =
76b92327 USER32!DispatchLocalReAlloc =
76b763d7 USER32!LoadIconA =
76bc8731 USER32!LBoxGetSelItems =
76bd4f8b USER32!NtUserUpdateInstance =
76b7cc28 USER32!SendMessageA =
76b9a8b2 USER32!ULongSub =
76b71264 USER32!_imp__SetDIBits =
76b80980 USER32!FixupCallbackPointers =
76b7b062 USER32!_MonitorFromPoint =
76b93026 USER32!MLIchToYPos =
76b893bf USER32!NtUserKillTimer =
76b7b5fa USER32!UpdateLayeredWindowIndirect =
76ba340a USER32!ShowOwnedPopups =
76b7d9e2 USER32!GetMessageExtraInfo =
76bcfd41 USER32!AppendReason =
76b7129c USER32!_imp__GdiCreateLocalMetaFilePict =
76bbcc27 USER32!SetMessageExtraInfo =
76bd418b USER32!dummyImmTranslateMessage =
76b7102c USER32!_imp__RtlMultiByteToUnicodeSize =
76b73960 USER32!szRegMOD =
76b7cf04 USER32!FindWindowW =
76b7b0d1 USER32!MonitorFromPoint =
76bd9e7c USER32!szDefaultHelpFileA =
76b71480 USER32!_imp__GetModuleFileNameA =
76bd5bc8 USER32!KKGetPrefixWidth =
76bd99e0 USER32!_hmod__CFGMGR32_dll =
76bd5293 USER32!CenterRectangles =
76bd9f00 USER32!TempConvContext =
76b83bf5 USER32!CopyMsgMask =
76b7133c USER32!_imp__SetLastError =
76bcc09a USER32!__ClientRevokeDragDrop =
76b71114 USER32!_imp__RtlReleaseActivationContext =
76b83dcd USER32!NtUserSetWindowFNID =
76bd5077 USER32!NtUserEndTouchOperation =
76b7d16a USER32!__fnINLPUAHDRAWMENU =
76ba07e4 USER32!NtUserExcludeUpdateRgn =
76bc09e9 USER32!TabTextOut =
76b714f4 USER32!_imp__GetModuleFileNameW =
76bd1889 USER32!SvSpontRequest =
76bd4cd1 USER32!NtUserGetTopLevelWindow =
76b87055 USER32!ReleaseDC =
76b9db02 USER32!ComboBoxWndProcWorker =
76b711ec USER32!_imp__QueryFontAssocStatus =
76b8046c USER32!CreateIcoCur =
76ba7346 USER32!_NLG_Notify =
76b80195 USER32!ChangeDibColors =
76b81ba4 USER32!CopyIcoCur =
76bcabc1 USER32!GetMagnificationDesktopColorEffect =
76b870a9 USER32!DispatchClientMessage =
76bd5acc USER32!aCNS11643_SmallVariants_EndBreak =
76b71524 USER32!_imp__CreateFileW =
76ba479e USER32!NtUserCallNextHookEx =
76bd6208 USER32!_FindProp =
76ba7367 USER32!_NLG_Return2 =
76b90a78 USER32!User32InitializeImmEntryTable =
76bc6aa3 USER32!MLLineIndex =
76b7be96 USER32!dummyIMPSetIMEW =
76b868ea USER32!NtUserGetWindowDC =
76b7d7a0 USER32!EnumThreadWindows =
76bd4162 USER32!ChangeDisplaySettingsA =
76bcee96 USER32!DrawCaption =
76b81815 USER32!NtUserGetIconInfo =
76bc8ed7 USER32!xxxLBoxCtlCharInput =
76b88fe7 USER32!RealMsgWaitForMultipleObjectsEx =
76bb9005 USER32!NumToHexAscii =
76b7642b USER32!ShowCursor =
76b8eed8 USER32!gapfnScSendMessage =
76b8f620 USER32!apfnDispatch =
76b78caa USER32!GetDialogMonitor =
76bd92a0 USER32!gcsUserApiHook =
76b91941 USER32!FlipUserTextOutW =
76b91b6c USER32!NextWordLpkCallBack =
76b8f299 USER32!NotifyWinEvent =
76bd41e2 USER32!WINNLSEnableIME =
76b853f9 USER32!NtUserSetActiveWindow =
76bc1043 USER32!DumpDDEMessage =
76b8027b USER32!RtlGetIdFromDirectory =
76b71e38 USER32!__ClientImmLoadLayout =
76ba4700 USER32!DrawFocusRect =
76b71088 USER32!_imp__NtOpenProcessToken =
76bd9a74 USER32!gfEMIEnable =
76bd20bf USER32!CharNextExA =
76b85ab8 USER32!_GetClassData =

你可能感兴趣的:(内核,心得体会面试)