Scroll to navigation

UserInstStubWrapperW(3w) Wine API UserInstStubWrapperW(3w)

NAME

UserInstStubWrapperW (ADVPACK.@)

SYNOPSIS

HRESULT UserInstStubWrapperW
(
HWND hWnd,
HINSTANCE hInstance,
LPWSTR pszParms,
INT nShow
)
 

DESCRIPTION

Launches the user stub wrapper specified by the RealStubPath registry value under Installed ComponentsParms.
 

PARAMS

hWnd [In] Handle to the window used for the display.
hInstance [In] Instance of the process.
szParms [In] The GUID of the installation.
show [In] How the window should be shown.
 

RETURNS

Success: S_OK.
Failure: E_FAIL.
 

TODO

If the type of the StubRealPath value is REG_EXPAND_SZ, then we should call ExpandEnvironmentStrings on the value and launch the result.
 

IMPLEMENTATION

Declared in "advpub.h".
Implemented in "dlls/advpack/advpack.c".
Debug channel "advpack".
Oct 2012 Wine API