6 references to SYSTEM_POWER_STATUS
System.Windows.Forms (1)
System\Windows\Forms\PowerStatus.cs (1)
10
private
SYSTEM_POWER_STATUS
_systemPowerStatus;
System.Windows.Forms.Primitives (5)
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (5)
613
/// <inheritdoc cref="GetSystemPowerStatus(winmdroot.System.Power.
SYSTEM_POWER_STATUS
*)"/>
616
internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(out winmdroot.System.Power.
SYSTEM_POWER_STATUS
lpSystemPowerStatus)
618
fixed (winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatusLocal = &lpSystemPowerStatus)
638
internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatus)
646
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatus);