UPSStop - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// upssvc.h

void UPSStop();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-upssvc-upsstop)

UPSStop function

Description

The UPSStop function causes a UPS minidriver to stop monitoring its UPS unit.

Remarks

The UPSStop function must:

After UPSStop returns, the only function the UPS service can call is UPSInit.

See also

UPSInit