RegInstallW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "advpack".