ExecuteCabW (ADVPACK.@)
HRESULT ExecuteCabW ( HWND hwnd, CABINFOW* pCab, LPVOID pReserved )
Installs the INF file extracted from a specified cabinet file.
hwnd | [In] | Handle to the window used for the display. |
pCab | [In] | Information about the cabinet file. |
pReserved | [In] | Reserved. Must be NULL. |
Success: S_OK.
Failure: E_FAIL.
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.