#include <windows.h>
#include <QHash>
#include <QString>
Go to the source code of this file.
Defines | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
QString | win32_program_files_folder () |
QString | win32_app_data_folder () |
QString | win32_registry_get_key_value (QString keyLocation, QString keyName) |
void | win32_registry_set_key_value (QString keyLocation, QString keyName, QString keyValue) |
void | win32_registry_remove_key (QString keyLocation, QString keyName) |
QHash< qint64, QString > | win32_process_list () |
Definition in file win32.h.
QString win32_app_data_folder | ( | ) |
Retrieves the location of the user's APPDATA% folder.
Gets the location of the user's APPDATA% folder.
Definition at line 87 of file win32.cpp.
References win32_get_folder_location().
QHash<qint64, QString> win32_process_list | ( | ) |
QString win32_program_files_folder | ( | ) |
Retrieves the location of the user's PROGRAMFILES% folder.
Gets the location of the user's PROGRAMFILES% folder.
Definition at line 79 of file win32.cpp.
References win32_get_folder_location().
QString win32_registry_get_key_value | ( | QString | keyLocation, | |
QString | keyName | |||
) |
void win32_registry_remove_key | ( | QString | keyLocation, | |
QString | keyName | |||
) |
void win32_registry_set_key_value | ( | QString | keyLocation, | |
QString | keyName, | |||
QString | keyValue | |||
) |