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 Components\szParms.

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". https://source.winehq.org/source/include/advpub.h

Implemented in "dlls/advpack/advpack.c". https://source.winehq.org/source/dlls/advpack/advpack.c

Debug channel "advpack".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.