RebootCheckOnInstallW (ADVPACK.@)
HRESULT RebootCheckOnInstallW ( HWND hWnd, LPCWSTR pszINF, LPCWSTR pszSec, DWORD dwReserved )
Checks if a reboot is required for an installed INF section.
hWnd | [In] | Handle to the window used for messages. |
pszINF | [In] | Filename of the INF file. |
pszSec | [In] | INF section to check. |
dwReserved | [In] | Reserved. Must be 0. |
Success: S_OK - Reboot is needed if the INF section is installed. S_FALSE - Reboot is not needed.
Failure: HRESULT of GetLastError.
if pszSec is NULL, RebootCheckOnInstall checks the DefaultInstall or DefaultInstall. NT section.
Unimplemented.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/advpack.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/advpack.c
Debug channel "advpack".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.