Scroll to navigation

DoInfInstall(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advpack/install.c".
Debug channel "advpack".
Oct 2012 Wine API