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 Componentsarms.
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
Defined in "advpub.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advpack/advpack.c".
- Debug channel "advpack".