AbortSystemShutdownA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

AbortSystemShutdownA (ADVAPI32.@)

SYNOPSIS

BOOL AbortSystemShutdownA
 (
  LPSTR lpMachineName
 )

DESCRIPTION

Stop a system shutdown if one is in progress.

PARAMS

lpMachineName [In] Name of machine to not shutdown.

RETURNS

Success: TRUE.

Failure: FALSE.

NOTES

The Wine implementation of this function is a harmless stub.

IMPLEMENTATION

Defined in "winreg.h".

Implemented in "dlls/advapi32/advapi.c".

Debug channel "advapi".