Markus Amsler : advpack: Fix LaunchInfSection[Ex] documentation.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 3 08:20:19 CST 2006


Module: wine
Branch: refs/heads/master
Commit: b286e7f503f208f27843f58fe8d736bc74f9e899
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b286e7f503f208f27843f58fe8d736bc74f9e899

Author: Markus Amsler <markus.amsler at oribi.org>
Date:   Tue Jan  3 15:12:29 2006 +0100

advpack: Fix LaunchInfSection[Ex] documentation.

---

 dlls/advpack/advpack.c |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/dlls/advpack/advpack.c b/dlls/advpack/advpack.c
index 2951900..6a6f591 100644
--- a/dlls/advpack/advpack.c
+++ b/dlls/advpack/advpack.c
@@ -127,7 +127,23 @@ HRESULT WINAPI RunSetupCommand( HWND hWn
 /***********************************************************************
  *		LaunchINFSection  (ADVPACK.@)
  *
- * See LaunchINFSectionEx.
+ * Installs an INF section without BACKUP/ROLLBACK capabilities.
+ *
+ * PARAMS
+ *   hWnd    [I] Handle to parent window, NULL for desktop.
+ *   hInst   [I] Instance of the process.
+ *   cmdline [I] Contains parameters in the order INF,section,flags.
+ *   show    [I] Reboot behaviour:
+ *              'A' reboot always
+ *              'I' default, reboot if needed
+ *              'N' no reboot
+ *
+ * RETURNS
+ *  Success: S_OK.
+ *  Failure: S_FALSE
+ *
+ * BUGS
+ *  Unimplemented.
  */
 INT WINAPI LaunchINFSection( HWND hWnd, HINSTANCE hInst, LPSTR cmdline, INT show )
 {
@@ -138,13 +154,16 @@ INT WINAPI LaunchINFSection( HWND hWnd, 
 /***********************************************************************
  *		LaunchINFSectionEx  (ADVPACK.@)
  *
- * Installs an INF section.
+ * Installs an INF section with BACKUP/ROLLBACK capabilities.
  *
  * PARAMS
- *   hWnd    [I] Handle to the window used for the display.
+ *   hWnd    [I] Handle to parent window, NULL for desktop.
  *   hInst   [I] Instance of the process.
  *   cmdline [I] Contains parameters in the order INF,section,CAB,flags.
- *   show    [I] How the window should be shown.
+ *   show    [I] Reboot behaviour:
+ *              'A' reboot always
+ *              'I' default, reboot if needed
+ *              'N' no reboot
  *
  * RETURNS
  *  Success: S_OK.




More information about the wine-cvs mailing list