Scroll to navigation

DllInstall(3w) Wine API DllInstall(3w)

NAME

DllInstall (COMCTL32.@)

SYNOPSIS

HRESULT DllInstall
(
BOOL bInstall,
LPCWSTR cmdline
)
 

DESCRIPTION

Installs the ComCtl32 DLL.
 

RETURNS

Success: S_OK
Failure: A HRESULT error
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/comctl32/commctrl.c".
Debug channel "commctrl".
Oct 2012 Wine API