mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
685728bc24
CDefaultContextMenu::DoProperties provides a fallback call to the property sheet testing the return value of the _DoCallback method, which is ultimately the return value of SH_ShowDriveProperties(). SH_ShowDriveProperties() sometimes returns an HRESULT, however it is marked as returning a BOOL. Then, DrivesContextMenuCallback() always handles this result as an HRESULT. Fix SH_ShowDriveProperties() to always return a BOOL as it is intended, and in DrivesContextMenuCallback() handle the result accordingly. CORE-18537 |
||
---|---|---|
.. | ||
dialogs.cpp | ||
drive.cpp | ||
drvdefext.cpp | ||
drvdefext.h | ||
filedefext.cpp | ||
filedefext.h | ||
filetypes.cpp | ||
folder_options.cpp | ||
folder_options.h | ||
fprop.cpp | ||
general.cpp | ||
recycler_prop.cpp | ||
view.cpp |