This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ActivateActCtxWorker | |
| AddLocalAlternateComputerNameA | |
| AddLocalAlternateComputerNameW | |
| AddRefActCtxWorker | |
| AdjustCalendarDate | |
| AppXGetOSMaxVersionTested | |
| BaseCheckAppcompatCache | |
| BaseCheckAppcompatCacheEx | |
| BaseCheckAppcompatCacheExWorker | |
| BaseCheckAppcompatCacheWorker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AlignRects | |
| AllowForegroundActivation | |
| BroadcastSystemMessage | |
| BuildReasonArray | |
| CalcMenuBar | |
| CallMsgFilter | |
| CascadeChildWindows | |
| CheckDBCSEnabledExt | |
| CheckProcessForClipboardAccess | |
| CheckProcessSession |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| USER32!GetWindowRect+0x7 | |
| wordpad!CAppletZoomControl::CenterControl+0x44 | |
| wordpad!CAppletZoomControl::OnSize+0x15 | |
| MFC42u!CWnd::OnWndMsg+0x6a1 | |
| MFC42u!CWnd::WindowProc+0x51 | |
| MFC42u!AfxCallWndProc+0x149 | |
| MFC42u!AfxWndProcBase+0x150 | |
| USER32!UserCallWinProcCheckWow+0x266 | |
| USER32!DispatchClientMessage+0x9c | |
| USER32!_fnDWORD+0x33 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NtContinueEx is now used by ntdll!KiUserApcDispatcher. | |
| // The KCONTINUE_ARGUMENT structure is built in the KiInitializeUserApc | |
| // function. | |
| // | |
| typedef enum _KCONTINUE_TYPE | |
| { | |
| KCONTINUE_UNWIND, | |
| KCONTINUE_RESUME, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define _CRT_SECURE_NO_WARNINGS | |
| #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING | |
| #define _SILENCE_CXX20_CODECVT_FACETS_DEPRECATION_WARNING | |
| #define NOMINMAX | |
| #include <cassert> | |
| #include <cstddef> | |
| #include <cstdlib> | |
| #include <algorithm> | |
| #include <codecvt> |
OlderNewer