Scroll to navigation

ExecuteCabW(3w) Wine API ExecuteCabW(3w)

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".
Implemented in "dlls/advpack/install.c".
Debug channel "advpack".
Oct 2012 Wine API