UserInstStubWrapperW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 ComponentszParms.

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 "dlls/advpack/advpack.c".

Debug channel "advpack".