TranslateInfStringW(3w)
NAME
TranslateInfStringW (ADVPACK.@)
SYNOPSIS
HRESULT TranslateInfStringW ( LPCWSTR pszInfFilename, LPCWSTR pszInstallSection, LPCWSTR pszTranslateSection, LPCWSTR pszTranslateKey, LPWSTR pszBuffer, DWORD dwBufferSize, PDWORD pdwRequiredSize, PVOID pvReserved )
DESCRIPTION
Translates the value of a specified key in an inf file into the current
locale by expanding string macros.
PARAMS
pszInfFilename [In] Filename of the inf file.
pszInstallSection [In] .
pszTranslateSection [In] Inf section where the key exists.
pszTranslateKey [In] Key to translate.
pszBuffer [Out] Contains the translated string on exit.
dwBufferSize [In] Size on input of pszBuffer.
pdwRequiredSize [Out] Length of the translated key.
pvReserved [In] Reserved, must be NULL.
RETURNS
Success: S_OK.
Failure: An hresult error code.
IMPLEMENTATION
Defined in "advpub.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advpack/advpack.c".
- Debug channel "advpack".