Last active
January 16, 2025 08:36
-
-
Save adeii/07426ddccd471d6dde38bc178cc884ca to your computer and use it in GitHub Desktop.
OBS 31 x64 for VxKex
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
qwindows.dll | |
------------ | |
SystemParametersInfoForDpi -> SystemParametersInfoW | |
GetWindowDpiAwarenessContext -> GetMonitorInfoW | |
GetAwarenessFromDpiAwarenessContext -> GetMonitorInfoW | |
EnableNonClientDpiScaling -> SetLastErrorEx | |
SetProcessDpiAwarenessContext -> SetProcessDPIAware | |
GetSystemMetricsForDpi -> GetSystemMetrics | |
GetDpiForWindow -> GetMonitorInfoW | |
GetPointerType -> GetCursorInfo | |
GetPointerFrameTouchInfo -> GetCursorFrameInfo | |
GetPointerFrameTouchInfoHistory -> GetCursorFrameInfo | |
GetPointerPenInfo -> GetCursorInfo | |
GetPointerPenInfoHistory -> GetCursorInfo | |
SkipPointerFrameMessages -> SetLastErrorEx | |
GetPointerDeviceRects -> GetCursorPos | |
SetDisplayAutoRotationPreferences -> SetDisplayConfig | |
AdjustWindowRectExForDpi -> AdjustWindowRectEx | |
GetPointerInfo -> GetCursorInfo | |
AreDpiAwarenessContextsEqual -> GetMonitorInfoW ?? | |
GetThreadDpiAwarenessContext -> GetMonitorInfoW ?? | |
IsValidDpiAwarenessContext -> GetMonitorInfoW ?? | |
UiaRaiseNotificationEvent -> UiaRaiseAutomationEvent | |
libobs-d3d11.dll | |
---------------- | |
D3DKMTOpenAdapterFromLuid -> D3DKMTOpenAdapterFromHdc | |
libobs-winrt.dll | |
---------------- | |
CreateDirect3D11DeviceFromDXGIDevice -> D3D11CreateDevice | |
obs.dll | |
------- | |
IsWow64Process2 -> IsWow64Process | |
Qt6Core.dll | |
----------- | |
SetCoalescableTimer -> SetTimer | |
GetCurrentPackageFullName -> GetProductInfo ? | |
Qt6Gui.dll | |
---------- | |
SystemParametersInfoForDpi -> SystemParametersInfoW | |
Qt6Network.dll | |
-------------- | |
DnsQueryEx -> DnsQuery_W |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment