LaunchINFSectionW (ADVPACK.@)
INT LaunchINFSectionW ( HWND hWnd, HINSTANCE hInst, LPWSTR cmdline, INT show )
Installs an INF section without BACKUP/ROLLBACK capabilities.
hWnd | [In] | Handle to parent window, NULL for desktop. |
hInst | [In] | Instance of the process. |
cmdline | [In] | Contains parameters in the order INF,section,flags,reboot. |
show | [In] | How the window should be shown. |
Success: ADV_SUCCESS.
Failure: ADV_FAILURE.
INF - Filename of the INF to launch. section - INF section to install. flags - see advpub.h. reboot - smart reboot behavior 'A' Always reboot. 'I' Reboot if needed (default). 'N' No reboot.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/install.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/install.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.