Scroll to navigation

NeedReboot(3w) Wine API NeedReboot(3w)

NAME

NeedReboot (ADVPACK.@)

SYNOPSIS

BOOL NeedReboot
(
DWORD dwRebootCheck
)
 

DESCRIPTION

Determines whether a reboot is required.
 

PARAMS

dwRebootCheck [In] Value from NeedRebootInit.
 

RETURNS

TRUE if a reboot is needed, FALSE otherwise.
 

BUGS

Unimplemented.
 

IMPLEMENTATION

Declared in "advpub.h".
Implemented in "dlls/advpack/advpack.c".
Debug channel "advpack".
Oct 2012 Wine API