Module: wine Branch: refs/heads/master Commit: ab68238af7917c3549af839d54765d8b26c33f1c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ab68238af7917c3549af839d...
Author: James Hawkins truiken@gmail.com Date: Mon Apr 17 01:48:52 2006 -0500
advpack: Fix the documentation for RegisterOCX.
---
dlls/advpack/advpack.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/advpack/advpack.c b/dlls/advpack/advpack.c index 198480d..2796d55 100644 --- a/dlls/advpack/advpack.c +++ b/dlls/advpack/advpack.c @@ -400,7 +400,7 @@ HRESULT WINAPI RebootCheckOnInstallW(HWN * PARAMS * hWnd [I] Handle to the window used for the display. * hInst [I] Instance of the process. - * cmdline [I] Contains parameters in the order OCX,reboot,install_cmd + * cmdline [I] Contains parameters in the order OCX,flags,param. * show [I] How the window should be shown. * * RETURNS @@ -409,10 +409,10 @@ HRESULT WINAPI RebootCheckOnInstallW(HWN * * NOTES * OCX - Filename of the OCX to register. - * reboot - smart reboot behavior - * 'I' Reboot if needed. - * 'N' No reboot. - * install_cmd - Command line to pass to the OCX's DllInstall. + * flags - Controls the operation of RegisterOCX. + * 'I' Call DllRegisterServer and DllInstall. + * 'N' Only call DllInstall. + * param - Command line passed to DllInstall. */ HRESULT WINAPI RegisterOCX(HWND hWnd, HINSTANCE hInst, LPCSTR cmdline, INT show) {