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 "advpub.h". https://source.winehq.org/source/include/advpub.h

Implemented in "dlls/advpack/install.c". https://source.winehq.org/source/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 Mar 2024.