RegInstallW(3w)
NAME
RegInstallW (ADVPACK.@)
SYNOPSIS
HRESULT RegInstallW ( HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable )
DESCRIPTION
Loads an INF from a string resource, adds entries to the string substitution table, and executes the INF.
PARAMS
hm [In] Module that contains the REGINST resource.
pszSection [In] The INF section to execute.
pstTable [In] Table of string substitutions.
RETURNS
Success: S_OK.
Failure: E_FAIL.
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/reg.c".
- Debug channel "advpack".