UserInstStubWrapperW (ADVPACK.@)
HRESULT UserInstStubWrapperW ( HWND hWnd, HINSTANCE hInstance, LPWSTR pszParms, INT nShow )
Launches the user stub wrapper specified by the RealStubPath registry value under Installed Components\szParms.
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. |
Success: S_OK.
Failure: E_FAIL.
If the type of the StubRealPath value is REG_EXPAND_SZ, then we should call ExpandEnvironmentStrings on the value and launch the result.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/advpack.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.