summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/ntextapi.h
Commit message (Collapse)AuthorAgeFilesLines
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-0/+8
|
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-051-17/+51
|
* move PEB structs into ntextapi.hGiampaolo Rodola2020-01-031-1/+100
|
* cleanup ntextapi.hGiampaolo Rodola2020-01-031-134/+84
|
* win: move ObjectNameInformation in ntextapi.hGiampaolo Rodola2020-01-031-0/+1
|
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-3/+7
|
* [Win] return value is not properly handled for undocumented NT* Windows ↵Giampaolo Rodola2019-04-041-0/+4
| | | | APIs. (#1477)
* [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)Giampaolo Rodola2019-03-111-0/+35
|
* try to fix ntext.hfix-ntext.hGiampaolo Rodola2019-02-281-11/+6
|
* restore previous defGiampaolo Rodola2019-02-281-9/+7
|
* take defs from PHGiampaolo Rodola2019-02-281-41/+48
|
* set proper SYSTEM_PROCESS_INFORMATION struct from PHGiampaolo Rodola2019-02-281-7/+9
|
* fix compilation warningsGiampaolo Rodola2019-02-281-2/+2
|
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-251-0/+8
|
* move custom object defs from ntextapi.h to global.hGiampaolo Rodola2019-02-211-45/+0
|
* set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-211-11/+12
|
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-68/+225
| | | Windows / speeup: dynamically load libraries on startup and never again.
* first pass (#1133)Max Bélanger2017-09-281-4/+8
|
* first passMax Belanger2016-11-031-6/+3
|
* #792 / cpu_stats: win implGiampaolo Rodola2016-03-051-0/+89
|
* fix #789 / cpu_times / windows: add interrupt and dpc timesGiampaolo Rodola2016-03-041-0/+22
|
* fix compiler error for MSVC2015 (unscoped enum C++11 problem)Michael Sarahan2015-09-251-2/+5
|
* Prevent enum clash when using Windows SDK v8.0stevenwinfield2015-08-211-2/+4
| | | ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use the same workaround as ProcessBasicInformation, with underscores and #defines.
* Rewrite get_open_files to use a worker threadJeff Tang2015-03-111-77/+13
| | | | | | | | | | | | get_open_files spawns a worker thread to process calls to NtQueryObject(). If the call timesout (100ms), the thread is terminated and the file handle is skipped. The ConvertThreadToFiber call prevents the initial stack from leaking when the thread is terminated on Windows XP/2003. The code has been cleaned up and struct redefinitions in ntextapi have been removed and with conflicts using #define's.
* fix most warnings and test failures on win32Gabi Davar2015-02-071-0/+5
|
* move connection definitions back to main C windows moduleGiampaolo Rodola'2014-01-061-65/+0
|
* move some connections-related stuff in ntextapi.hGiampaolo Rodola'2014-01-061-32/+82
|
* yet another renamingGiampaolo Rodola'2013-12-141-1/+1
|
* rename windows modules by removing the 'ms' prefix in py, c, and h filesGiampaolo Rodola'2013-12-111-0/+302