NAME

ExecuteCabW  (ADVPACK.@)

SYNOPSIS

 HRESULT ExecuteCabW
 (
  HWND      hwnd,
  CABINFOW* pCab,
  LPVOID    pReserved
 )

DESCRIPTION

Installs the INF file extracted from a specified cabinet file.

PARAMS

hwnd [In] Handle to the window used for the display.
pCab [In] Information about the cabinet file.
pReserved [In] Reserved. Must be NULL.

RETURNS

Success: S_OK.

Failure: E_FAIL.

IMPLEMENTATION

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.