| 
    Qx v0.7
    
   Qt Extensions Library 
   | 
 
The qx-common-windows header file provides various types, variables, and functions related to windows specific programming.
#include "qx/windows/qx_windows_export.h"#include <QString>#include "qx/windows/qx-windefs.h"#include "qx/core/qx-systemerror.h"Go to the source code of this file.
Classes | |
| struct | Qx::ShortcutProperties | 
The ShortcutProperties struct acts as a user-friendly container for holding IShellLink data, which are the varies properties of a Windows .lnk shortcut.  More... | |
Namespaces | |
| namespace | Qx | 
The Qx namespace is the main namespace through which all non-global functionality of the Qx library is accessed.  | |
Functions | |
| SystemError | Qx::cleanKillProcess (HANDLE processHandle) | 
| SystemError | Qx::createShortcut (QString shortcutPath, ShortcutProperties sp) | 
| SystemError | Qx::forceKillProcess (HANDLE processHandle) | 
| SystemError | Qx::getLastError () | 
| SystemError | Qx::processIsElevated (bool &elevated) | 
| SystemError | Qx::processIsElevated (bool &elevated, DWORD processId) | 
| SystemError | Qx::processIsElevated (bool &elevated, HANDLE processHandle) | 
| bool | Qx::processIsRunning (HANDLE processHandle) | 
| QList< DWORD > | Qx::processThreadIds (DWORD processId) |