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

你可能感兴趣的:(MessageBox,windbg,User32函数)