OpenINFEngineW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

OpenINFEngineW (ADVPACK.@)

SYNOPSIS

HRESULT OpenINFEngineW
 (
  LPCWSTR pszInfFilename,
  LPCWSTR pszInstallSection,
  DWORD   dwFlags,
  HINF*   phInf,
  PVOID   pvReserved
 )

DESCRIPTION

Opens and returns a handle to an INF file to be used by TranslateInfStringEx to continuously translate the INF file.

PARAMS

pszInfFilename [In] Filename of the INF to open.

pszInstallSection [In] Name of the Install section in the INF.

dwFlags [In] See advpub.h.

phInf [Out] Handle to the loaded INF file.

pvReserved [In] Reserved. Must be NULL.

RETURNS

Success: S_OK.

Failure: E_FAIL.

IMPLEMENTATION

Defined in "advpub.h".

Implemented in "dlls/advpack/advpack.c".

Debug channel "advpack".