RegInstallW (ADVPACK.@)
HRESULT RegInstallW ( HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable )
Loads an INF from a string resource, adds entries to the string substitution table, and executes the INF.
hm | [In] | Module that contains the REGINST resource. |
pszSection | [In] | The INF section to execute. |
pstTable | [In] | Table of string substitutions. |
Success: S_OK.
Failure: E_FAIL.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/reg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/reg.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.