Источники информации - gusenov/task-manager-qt GitHub Wiki
-
Beginner Geek: What Every Windows User Needs to Know About Using the Windows Task Manager
-
wcf - What exactly is CPU Time in task manager? - Stack Overflow
-
Что такое Kernel Time в Диспетчере Задач? - Microsoft Community
-
Kernel time - что это? / Форум / Программирование игр / GameDev.ru — Разработка игр
-
System Error Codes (0-499) - Windows applications | Microsoft Docs
-
c - Not able to include ntifs.h in win32 project - Stack Overflow
-
Does Windows API give one access to the Kernel or is it more complicated than that? - Stack Overflow
-
c++ - LNK2019 unresolved external symbol NtOpenFile - Stack Overflow
-
winapi - Calling Nt function from ntdll.dll in Win32 environment, C++ - Stack Overflow
-
Cannot open include file: ntdef.h - Programming and Coding - Tuts 4 You
-
windows - Are Win32 applications automatically linked against ntdll.dll? - Stack Overflow
-
using native windows api - Programming - rohitab.com - Forums
-
WDK Installation Tips - Windows Driver ConsultingWindows Driver Consulting
-
DDK functions link error (error LNK2019: unresolved external symbol )
-
error LNK2019: unresolved external symbol @InterlockedExchangeAdd@8
-
DDK Link error : LNK2019: unresolved external symbol _AtaPortCon — OSR
-
Building a simple Windows Driver - Programming - rohitab.com - Forums
-
Building a driver with Visual Studio 6: linking problem — OSR
-
include - Qt Creater can't find header from the DDK (WDK) - Stack Overflow
-
c++ - Fatal error: "No Target Architecture" in Visual Studio - Stack Overflow
-
How to use Ntdll.h and Ntdll.lib in Kernel Mode? - CodeProject
-
winapi - How do I check the commit size of a program under Windows - Stack Overflow
-
Re[2]: Структура SYSTEM_PROCESS_INFORMATION - Низкоуровневое программирование - RSDN
-
memory - What is Peak Working Set in windows task manager - Stack Overflow
-
Help understanding Windows memory - "Working Set" - Stack Overflow
-
Dynamic forking (Process hollowing) - Source Codes - rohitab.com - Forums
-
c# - Load an EXE file and run it from memory - Stack Overflow
-
c - How to kill processes by name? (Win32 API) - Stack Overflow
-
process - Can a PID be negative on Windows? - Stack Overflow
- Процессы и потоки
- Создание и управление процессами и потоками
- Управление памятью
- Функции по управлению памятью
- Что такое TCHAR, WCHAR, LPSTR, LPWSTR,LPCTSTR (итд) / Хабр
- What are TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR (etc.)? - CodeProject
- How to correctly cast a pointer to int in a 64-bit application?
- MessageBox function | Microsoft Docs
- CreateProcessA function | Microsoft Docs
- Handle Inheritance Using CreateProcess | MNIN Security Blog
- c++ - CreateProcess from memory buffer - Stack Overflow
- windows - What is the use of CreateProcess() API function? - Stack Overflow
- Tips for CreateProcess Win32 API function | CODE: Sequoia
- c - CreateProcess and lpCommandLine lifetime - Stack Overflow
- CreateProcess Function (Windows)
- CreateProcess
- CreateProcessA function | Microsoft Docs
- visual c++ - What is the difference between CreateProcess and CreateProcessA? - Stack Overflow
- CreateProcess,winapi,error code 3 - Stack Overflow
- www.ПЕРВЫЕ ШАГИ.ru :: Шаг 131 - CreateProcess
- INFO: Working with the FILETIME Structure
- c++ - Convert Windows Filetime to second in Unix/Linux - Stack Overflow
- windows - c++ \ Convert FILETIME to seconds - Stack Overflow
- c++ - FILETIME to __int64 - Stack Overflow
- SYSTEM_INFORMATION_CLASS
- SYSTEM_PROCESSOR_INFORMATION
- SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
- SYSTEM_PERFORMANCE_INFORMATION
- SYSTEM_PERFORMANCE_INFORMATION documented
- NtWriteVirtualMemory
- [Help] Use NtReadVirtualMemory & NtWriteVirtualMemory
- Перехват API в ядре (NtWriteVirtualMemory). | WASM
- WriteProcessMemory function (Windows)
- Avoid people hooking WriteProcessMemory - Programming - rohitab.com - Forums
- Tool Help Library | Microsoft Docs
- CreateToolhelp32Snapshot function | Microsoft Docs
- Thread32First function | Microsoft Docs
- Thread32Next function | Microsoft Docs
- tagPROCESSENTRY32 | Microsoft Docs
- tagTHREADENTRY32 | Microsoft Docs
- Visual Studio C++ link with psapi.lib - Stack Overflow
- C++ Pointers and References
- C++ Operator Precedence - cppreference.com
- c++11 - How to use auto with const and & in c++? - Stack Overflow
- c - Initialize/reset struct to zero/null - Stack Overflow
- c - Initializing a struct to 0 - Stack Overflow
- [SOLVED] Problem using C functions in QtCreator | Qt Forum
- C++11 raw strings literals tutorial | Solarian Programmer
- c++ - '_T' was not declared in this scope? - Stack Overflow
- static constructors in C++? I need to initialize private static objects - Stack Overflow
- C++ Singleton design pattern - Stack Overflow
- C programming: casting a void pointer to an int? - Stack Overflow
- auto specifier (since C++11) - cppreference.com
- c - How can one print a size_t variable portably using the printf family? - Stack Overflow
- How to pass a pointer by reference? C++ - C++ Forum
- Difference of representing constant char array using char* and char[] in C - Stack Overflow
- string - get length of
wchar_t*
in c++ - Stack Overflow - bit manipulation - How can I remove a flag in C? - Stack Overflow
- C++ Global variable declaration - Stack Overflow
- Why is conversion from string constant to 'char*' valid in C but invalid in C++ - Stack Overflow
- string - get length of
wchar_t*
in c++ - Stack Overflow - Приоритет операций в языке Си и Си++
- How to initialize a struct in accordance with C programming language standards - Stack Overflow
- c++ - Is it possible to declare a friend function as static? - Stack Overflow
- Static functions in C - GeeksforGeeks
- Learn C++: C++ style casts
- c++ - "warning: use of old-style cast" in g++ - Stack Overflow
- Lesser known C features
- c++ - Reference to non-static member function must be called - Stack Overflow
- IBM Knowledge Center - Pointers to members (C++ only)
- How do function pointers in C work? - Stack Overflow
- C Function Pointer
- Printf Tricks
- c - What is the argument for printf that formats a long? - Stack Overflow
- c++ - DWORD format specifier - Stack Overflow
- c - How can one print a size_t variable portably using the printf family? - Stack Overflow
- c++ - What does the Q_OBJECT macro do? Why do all Qt objects need this macro? - Stack Overflow
- Standard Dialogs Example | Qt Widgets 5.11
- c++ - How add new form in QT application - Stack Overflow
- Qt Creator Multiple Forms
- Adding Form Files to Projects | Qt VS Tools Manual
- resources - Correct way to quit a Qt program? - Stack Overflow
- Implicit Sharing | Qt Core 5.11
- A more extended explanation for Q_UNUSED macro ?
- Qt 4.6: Handling Selections in Item Views
- Showing arguments in QMessageBox::information() !
- Address Book Example | Qt Widgets 5.12
- QT: make a function to pause at some moment for some time - Stack Overflow
- Setting the Application Icon | Qt 4.8
- How to install a missing Qt module? - Stack Overflow
- qt5 - No default repositories in Qt Maintenance Tool - Stack Overflow
- qt4 - Defer a function call in Qt - Stack Overflow
- c++ - Adding external library into Qt Creator project - Stack Overflow
- qt - Get item from QListWidget using a QItemSelection or QModelIndex - Stack Overflow
- Ошибка QT 5.3 "Failed to create OpenGL context for format QSurfaceFormat" - C++ Qt - Киберфорум
- Removing layoutitem and deleting it yet still memory leak | Qt Forum
- c++ - Qt: does "new without delete" cause memory leaks with controls? - Stack Overflow
- SOLVED: Remove widgets from Layout | Qt Forum
- [Solved]How to make always top window | Qt Forum
- c++ - setWindowFlags(Qt::WindowStaysOnTopHint) hides Qt Window - Stack Overflow
- Window Flags Example | Qt Widgets 5.11
- c++ - How to disable maximize button in QT? - Stack Overflow
- QString Class | Qt 4.8
- Char array to QString
- c++ - How to format a QString? - Stack Overflow
- What's the best way of creating a QString from a wchar_t array in Windows? | Qt Forum
- c++ - How to print string literal and QString with qDebug? - Stack Overflow
- c++ - How to convert int to QString? - Stack Overflow
- QString to hex
- c++ - Unable to convert QString to WChar Array - Stack Overflow
- Convert QString to TCHAR
- qt - Convert TCHAR* to QString - Stack Overflow
- c++ - Copying the content of a character array to a QString in Qt - Stack Overflow
- QList Class | Qt Core 5.11
- Returning QList with local scope variables | Qt Forum
- c++ - Function which returns a QList - Stack Overflow
- c++ - Qt foreach loop ordering vs. for loop for QList - Stack Overflow
- c++ - Show QDialog create in QtDesigner - Stack Overflow
- c++ - QDialog exec() and getting result value - Stack Overflow
- [Solved] Show a modal QDialog just after MainWindow appears | Qt Forum
- A strange problem with Dialog window with Buttons that makes the program crash | Qt Forum
- qt creator - Open new dialog from a dialog in qt - Stack Overflow
- c++ - Qt show modal dialog (.ui) on menu item click - Stack Overflow
- QFileDialog Class | Qt Widgets 5.11
- Problem with QFileDialog
- c++ - QFileDialog not opening from Dialog window, but it does open from MainWindow - Stack Overflow
- [Solved] QFileDialog and modality problem. | Qt Forum
- QTableView Class | Qt Widgets 5.11
- c++ - QTableWidget vs QTableView - Stack Overflow
- qt - How to select Row in QTableView? - Stack Overflow
- qt - QTableView selectionChanged - Stack Overflow
- qt - QTableView - Not Getting Selection Changed Signal - Stack Overflow
- qt - how to get selected rows in QTableView - Stack Overflow
- qt - How to keep header from being selected when there is one item in a QTableWidget? - Stack Overflow
- c++ - Columns auto-resize to size of QTableView - Stack Overflow
- How to Use QTableWidget - Qt Wiki
- show User Defined Header Labels in QTableView
- Hide the border of the selected cell in qtablewidget in pyqt? - Stack Overflow
- c++ - QTableView how to get the scroll bar row position - Stack Overflow
- [QTBUG-49966] Memory Leak in QTreeView/QTableView (others?) - Qt Bug Tracker
- Select First Row as default in QTableView ?
- Model/View Tutorial | Qt 4.8
- Address Book Example | Qt Widgets 5.11
- Simple Tree Model Example | Qt Widgets 5.11
- QModelIndex Class | Qt Core 5.11
- QAbstractItemModel Class | Qt Core 5.11
- c++ - How to color or make text bold for particular cell in QTableView? - Stack Overflow
- enum Qt::ItemDataRole | Qt 4.8
- QTableView header invisible
- viewmodel - Qt: how to update model? - Stack Overflow
- How to reset model in Qt? - Stack Overflow
- QSortFilterProxyModel Class | Qt Core 5.11
- qt - Change QSortFilterProxyModel behaviour for multiple column filtering - Stack Overflow
- A Custom QSortFilterProxyModel for Multicolumn Filtering | Day of the New Dan
- Simple Anchor Layout Example | Qt Widgets 5.11
- Layout Management | Qt Widgets 5.11
- Dynamic Layouts Example | Qt Widgets 5.11
- [SOLVED] Get the position of a QT widget?
- c++ - How to set QWidget width? - Stack Overflow
- Widgets Tutorial - Child Widgets | Qt Widgets 5.12
- QT Programming - dynamically adding a widget - Ars Technica OpenForum
- How to change the location of a Qwidget (code only please with how the code work) | Qt Forum
- Qt Charts 5.11
- Qt Charts Examples | Qt Charts 5.11
- Piechart Example | Qt Charts 5.11
- main.cpp Example File | Qt Charts 5.11
- Project ERROR: Unknown module(s) in QT: charts - Stack Overflow
- qt5 - How to insert QChartView in form with Qt Designer? - Stack Overflow
- QChart Questions
- QChart not displaying any series data when using QDateTimeAxis | Qt Forum
- c++ - QLineSeries and QDateTimeAxis - Chart doesn't display values - Stack Overflow
- c++ - QtCharts auto range for y-axis - Stack Overflow
- qabstractseries.cpp source code [qtcharts/src/charts/qabstractseries.cpp] - Woboq Code Browser
- c++ - Why Qt chart example does not delete dynamically allocated variables - Stack Overflow
- adding new QChart in a QChartView
- Multiple colors QLineSeries in QtCharts
- c++ - How to repaint a QChart - Stack Overflow
- Dynamically updating QChart
- QDateTimeAxis - multiple series? | Qt Forum
- themewidget.cpp Example File | Qt Charts 5.11
- Chart Themes Example | Qt Charts 5.11
- LineChart Example | Qt Charts 5.11
- Multiple Axes Example | Qt Charts 5.11
- Qt/C ++ - Tutorial 071. Dynamic creation of graphs with QtCharts.
- c++ - How to update/redraw QChart after data is added to QLineSeries? - Stack Overflow
- qt5 - How to insert QChartView in form with Qt Designer? - Stack Overflow
- main.cpp Example File | Qt Charts 5.11
- QChart Class | Qt Charts 5.11
- QAbstractSeries Class | Qt Charts 5.11
- QXYSeries Class | Qt Charts 5.11
- DateTimeAxis Example | Qt Charts 5.11
- Qt Charts 5.11
- c++ - How to change one QBarSet bar/element color in qt? - Stack Overflow
- QAbstractAxis Class | Qt Charts 5.11
- List of All Members for QStackedBarSeries | Qt Charts 5.11
- QBarSet Class | Qt Charts 5.11
- StackedBarChart Example | Qt Charts 5.11
- main.cpp Example File | Qt Charts 5.11
- QStackedBarSeries Class | Qt Charts 5.11
- Qt Charts Overview | Qt Charts 5.11
- c++ - QObject: Cannot create children for a parent that is in a different thread - Stack Overflow
- c++ - How to emit cross-thread signal in Qt? - Stack Overflow
- Qt emit signals | Qt Forum
- action triggered no emit
- Connecting menu actions | Qt Forum
- c++ - In Qt (4.6), is it ok to call slots directly? - Stack Overflow