OpenINFEngineW (ADVPACK.@)
HRESULT OpenINFEngineW ( LPCWSTR pszInfFilename, LPCWSTR pszInstallSection, DWORD dwFlags, HINF* phInf, PVOID pvReserved )
Opens and returns a handle to an INF file to be used by TranslateInfStringEx to continuously translate the INF file.
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. |
Success: S_OK.
Failure: E_FAIL.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/advpack.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/advpack.c
Debug channel "advpack".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.