table of contents
other versions
- wheezy 1.4.1-4
DoInfInstall(3w) | Wine API | DoInfInstall(3w) |
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 errorIMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/advpack/install.c". Debug channel "advpack".Oct 2012 | Wine API |