reactos/modules/rostests/apitests/user32
Whindmar Saksit 82c07abf1a
[USER32] Support loading icons from data file module (#6065)
GetModuleFileName() fails on LOAD_LIBRARY_AS_DATAFILE causing LoadImage to fail.
Use a fake filename for LR_SHARED (with same format as Windows).
This may not be a good design, but it does match Windows' behaviour.

+ Added test.
2023-12-17 22:11:50 +01:00
..
AttachThreadInput.c
CharFuncs.c
CloseWindow.c
CMakeLists.txt
cpimg2e.exe
CreateDialog.c
CreateIconFromResourceEx.c
CreateWindowEx.c
DeferWindowPos.c
desktop.c
DestroyCursorIcon.c
DM_REPOSITION.c
DrawIconEx.c
DrawText.c
EmptyClipboard.c
EnumDisplaySettings.c
GetClassInfo.c
GetDCEx.c
GetIconInfo.c
GetKeyState.c
GetMessageTime.c
GetPeekMessage.c
GetSetWindowInt.c
GetSystemMetrics.c
GetUserObjectInformation.c
GetWindowPlacement.c
InitializeLpkHooks.c
KbdLayout.c
keybd_event.c
LoadImage.c [USER32] Support loading icons from data file module (#6065) 2023-12-17 22:11:50 +01:00
LookupIconIdFromDirectoryEx.c
MessageStateAnalyzer.c
NextDlgItem.c
precomp.h
PrivateExtractIcons.c
RealGetWindowClass.c
RedrawWindow.c
RegisterClassEx.c
RegisterHotKey.c
resource.h
ROS.ico
ScrollBarWndExtra.c
ScrollDC.c
ScrollWindowEx.c
SendMessageTimeout.c
SetActiveWindow.c
SetCursorPos.c
SetFocus.c
SetParent.c
SetProp.c
SetScrollInfo.c
SetScrollRange.c
ShowWindow.c
SwitchToThisWindow.c
sysicon.ico
SystemMenu.c
SystemParametersInfo.c
test.cur
test.ico
testlist.c
TrackMouseEvent.c
user32_apitest.rc
verclasstest1.manifest
verclasstest2.manifest
VirtualKey.c
WndProc.c
wsprintf.c