Click or drag to resize
Xcalibur Systems LLC Logo

SystemInfoHelperGetPerformanceInfo Method

Retrieves the performance values contained in the structure.

GetPerformanceInfo function


Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("psapi.dll", SetLastError = true)]
public static bool GetPerformanceInfo(
	out PerformanceInformation performanceInformation,
	uint size
)

Parameters

performanceInformation  PerformanceInformation
A pointer to a structure that receives the performance information.
size  UInt32
The size of the structure, in bytes.

Return Value

Boolean
If the function succeeds, the return value is nonzero. To determine whether the function adjusted all of the specified privileges, call .
See Also