DoInfInstall(3w)
NAME
DoInfInstall (ADVPACK.@)
SYNOPSIS
HRESULT DoInfInstall
(
const SETUPCOMMAND_PARAMS* setup
)
DESCRIPTION
Install an INF section.
PARAMS
setup [In] Structure containing install information.
RETURNS
S_OK Everything OK HRESULT_FROM_Win32(GetLastError()) Some other error
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advpack/install.c".
- Debug channel "advpack".