NotifyBootConfigStatus function advapi32

int NotifyBootConfigStatus(
  1. int BootAcceptable
)

Reports the boot status to the service control manager. It is used by boot verification programs. This function can be called only by a process running in the LocalSystem or Administrator's account.

BOOL NotifyBootConfigStatus(
  [in] BOOL BootAcceptable
);

Implementation

int NotifyBootConfigStatus(int BootAcceptable) =>
    _NotifyBootConfigStatus(BootAcceptable);