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)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (5)
540
/// <inheritdoc cref="GetSystemPowerStatus(winmdroot.System.Power.
SYSTEM_POWER_STATUS
*)"/>
542
internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(out winmdroot.System.Power.
SYSTEM_POWER_STATUS
lpSystemPowerStatus)
544
fixed (winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatusLocal = &lpSystemPowerStatus)
564
internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatus)
572
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.Power.
SYSTEM_POWER_STATUS
* lpSystemPowerStatus);