1#ifndef QX_WINDOWS_COMMON_H
2#define QX_WINDOWS_COMMON_H
5#include "qx/windows/qx_windows_export.h"
14#include "qx/core/qx-systemerror.h"
The SystemError class encapsulates system generated errors as an Qx::Error interface compatible objec...
Definition qx-systemerror.h:22
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
QList< DWORD > processThreadIds(DWORD processId)
Definition qx-common-windows.cpp:168
bool processIsRunning(QString processName)
Definition qx-system.cpp:62
SystemError processIsElevated(bool &elevated)
Definition qx-common-windows.cpp:270
SystemError forceKillProcess(quint32 processId)
Definition qx-system_linux.cpp:480
SystemError createShortcut(QString shortcutPath, ShortcutProperties sp)
Definition qx-common-windows.cpp:387
SystemError getLastError()
Definition qx-common-windows.cpp:377
quint32 processId(QString processName)
Definition qx-system_linux.cpp:415
SystemError cleanKillProcess(quint32 processId)
Definition qx-system_linux.cpp:474
The qx-windefs header file provides a subset of Windows data types definitions.
void * HANDLE
Definition qx-windefs.h:8
unsigned long DWORD
Definition qx-windefs.h:4
The ShortcutProperties struct acts as a user-friendly container for holding IShellLink data,...
Definition qx-common-windows.h:21
QString startIn
Definition qx-common-windows.h:30
QString target
Definition qx-common-windows.h:28
QString comment
Definition qx-common-windows.h:31
ShowMode
Definition qx-common-windows.h:22
@ NORMAL
Definition qx-common-windows.h:23
@ MAXIMIZED
Definition qx-common-windows.h:24
QString iconFilePath
Definition qx-common-windows.h:32
QString targetArgs
Definition qx-common-windows.h:29