.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LaunchINFSectionExW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLaunchINFSectionExW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT LaunchINFSectionExW ( HWND \fIhWnd\fR, HINSTANCE \fIhInst\fR, LPWSTR \fIcmdline\fR, INT \fIshow\fR ) .SH DESCRIPTION .PP Installs an \fBINF\fR section with BACKUP/ROLLBACK capabilities. .SH PARAMS \fIhWnd\fR \fB[In]\fR Handle to parent window, \fBNULL\fR for desktop. .PP \fIhInst\fR \fB[In]\fR Instance of the process. .PP \fIcmdline\fR \fB[In]\fR Contains parameters in the order \fBINF\fR,section,\fBCAB\fR,flags,reboot. .PP \fIshow\fR \fB[In]\fR How the window should be shown. .PP .SH RETURNS .PP \fBSuccess:\fR \fBADV_SUCCESS\fR. .PP \fBFailure:\fR \fBADV_FAILURE\fR. .SH NOTES .PP \fBINF\fR \fB-\fR Filename of the \fBINF\fR to launch. section \fB-\fR \fBINF\fR section to install. flags \fB-\fR see advpub.h. reboot \fB-\fR smart reboot behavior \fB'A'\fR Always reboot. \fB'I'\fR Reboot if needed (default). \fB'N'\fR No reboot. .SH BUGS .PP Doesn't handle the reboot flag. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/install.c"\fR. .PP Debug channel \fB"advpack"\fR.