dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
PERFORMANCE_INFORMATION
win32
psapi
Undocumented in source.
struct
PERFORMANCE_INFORMATION {
DWORD
cb
;
SIZE_T
CommitTotal
;
SIZE_T
CommitLimit
;
SIZE_T
CommitPeak
;
SIZE_T
PhysicalTotal
;
SIZE_T
PhysicalAvailable
;
SIZE_T
SystemCache
;
SIZE_T
KernelTotal
;
SIZE_T
KernelPaged
;
SIZE_T
KernelNonpaged
;
SIZE_T
PageSize
;
DWORD
HandleCount
;
DWORD
ProcessCount
;
DWORD
ThreadCount
;
}
Members
Variables
CommitLimit
SIZE_T
CommitLimit
;
Undocumented in source.
CommitPeak
SIZE_T
CommitPeak
;
Undocumented in source.
CommitTotal
SIZE_T
CommitTotal
;
Undocumented in source.
HandleCount
DWORD
HandleCount
;
Undocumented in source.
KernelNonpaged
SIZE_T
KernelNonpaged
;
Undocumented in source.
KernelPaged
SIZE_T
KernelPaged
;
Undocumented in source.
KernelTotal
SIZE_T
KernelTotal
;
Undocumented in source.
PageSize
SIZE_T
PageSize
;
Undocumented in source.
PhysicalAvailable
SIZE_T
PhysicalAvailable
;
Undocumented in source.
PhysicalTotal
SIZE_T
PhysicalTotal
;
Undocumented in source.
ProcessCount
DWORD
ProcessCount
;
Undocumented in source.
SystemCache
SIZE_T
SystemCache
;
Undocumented in source.
ThreadCount
DWORD
ThreadCount
;
Undocumented in source.
cb
DWORD
cb
;
Undocumented in source.
Meta
Source
See Implementation
win32
psapi
aliases
EnumPageFiles
GetDeviceDriverBaseName
GetDeviceDriverFileName
GetMappedFileName
GetModuleBaseName
GetModuleFileNameEx
GetProcessImageFileName
LPMODULEINFO
PENUM_PAGE_FILE_CALLBACK
PENUM_PAGE_FILE_INFORMATION
PPERFORMANCE_INFORMATION
PPROCESS_MEMORY_COUNTERS
PPSAPI_WS_WATCH_INFORMATION
PPSAPI_WS_WATCH_INFORMATION_EX
functions
EmptyWorkingSet
EnumDeviceDrivers
EnumPageFilesA
EnumPageFilesW
EnumProcessModules
EnumProcessModulesEx
EnumProcesses
GetDeviceDriverBaseNameA
GetDeviceDriverBaseNameW
GetDeviceDriverFileNameA
GetDeviceDriverFileNameW
GetMappedFileNameA
GetMappedFileNameW
GetModuleBaseNameA
GetModuleBaseNameW
GetModuleFileNameExA
GetModuleFileNameExW
GetModuleInformation
GetPerformanceInfo
GetProcessImageFileNameA
GetProcessImageFileNameW
GetProcessMemoryInfo
GetWsChanges
GetWsChangesEx
InitializeProcessForWsWatch
QueryWorkingSet
QueryWorkingSetEx
structs
ENUM_PAGE_FILE_INFORMATION
MODULEINFO
PERFORMANCE_INFORMATION
PROCESS_MEMORY_COUNTERS
PSAPI_WS_WATCH_INFORMATION
PSAPI_WS_WATCH_INFORMATION_EX