DoInfInstall.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/advpack/install.c".

Debug channel "advpack".