Sandboxie/SandboxiePlus/SandMan/Helpers/WinHelper.h

9 lines
234 B
C
Raw Normal View History

2022-12-16 12:08:49 +00:00
#pragma once
2023-01-29 16:10:11 +00:00
QVariantMap ResolveShortcut(const QString& LinkPath);
2022-12-21 09:14:31 +00:00
QPixmap LoadWindowsIcon(const QString& Path, quint32 Index);
2022-12-16 12:08:49 +00:00
2024-04-20 13:32:15 +01:00
bool PickWindowsIcon(QWidget* pParent, QString& Path, quint32& Index);
void ProtectWindow(void* hWnd);