public interface Psapi
extends com.sun.jna.platform.win32.Psapi
| Modifier and Type | Interface and Description |
|---|---|
static class |
Psapi.PERFORMANCE_INFORMATION |
com.sun.jna.platform.win32.Psapi.MODULEINFO| Modifier and Type | Field and Description |
|---|---|
static Psapi |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GetPerformanceInfo(Psapi.PERFORMANCE_INFORMATION pPerformanceInformation,
int cb)
Retrieves the performance values contained in the
Psapi.PERFORMANCE_INFORMATION structure. |
static final Psapi INSTANCE
boolean GetPerformanceInfo(Psapi.PERFORMANCE_INFORMATION pPerformanceInformation, int cb)
Psapi.PERFORMANCE_INFORMATION structure.pPerformanceInformation - A pointer to a Psapi.PERFORMANCE_INFORMATION structure that
receives the performance information.cb - The size of the Psapi.PERFORMANCE_INFORMATION structure, in
bytes.Copyright © 2010–2017 oshi. All rights reserved.