The NotifyBootConfigStatus function notifies the service control manager as to the acceptability of the configuration that booted the system.
An acceptable configuration triggers the storage of that configuration as the last-known good configuration; an unacceptable configuration triggers a system reboot.
BOOL NotifyBootConfigStatus(
BOOL BootAcceptable |
// indicates acceptability of boot configuration |
); |
If the BootAcceptable parameter is FALSE, the function does not return.
If the last-known good configuration was successfully saved, the return value is nonzero.
If an error occurs, the return value is zero. To get extended error information, call GetLastError.
The following error codes may be set by the service control manager. Other error codes may be set by the registry functions that are called by the service control manager to set parameters in the configuration registry.
Value |
Meaning |
ERROR_ACCESS_DENIED |
The user does not have permission to perform this operation. A hard-coded DACL associated with the service control manager object determines who can perform a NotifyBootConfigStatus operation. Only the operating system and members of the Adminstrators local group can do so. |
Saving the configuration of a running system with this function is an acceptable method for saving the last-known good configuration.
If the boot configuration is found to be unacceptable, this function can be called to a reboot with the existing last-known good configuration. This function can be called only by a process running in the LocalSystem or the Administrator’s security context.
file: /Techref/os/win/api/win32/func/src/f64_16.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 15:26,
3.138.172.222:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/func/src/f64_16.htm"> NotifyBootConfigStatus</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.