advpack: Fix the documentation for RegisterOCX.
This commit is contained in:
parent
940af1b41c
commit
ab68238af7
@ -400,7 +400,7 @@ HRESULT WINAPI RebootCheckOnInstallW(HWND hWnd, LPCWSTR pszINF,
|
|||||||
* PARAMS
|
* PARAMS
|
||||||
* hWnd [I] Handle to the window used for the display.
|
* hWnd [I] Handle to the window used for the display.
|
||||||
* hInst [I] Instance of the process.
|
* 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.
|
* show [I] How the window should be shown.
|
||||||
*
|
*
|
||||||
* RETURNS
|
* RETURNS
|
||||||
@ -409,10 +409,10 @@ HRESULT WINAPI RebootCheckOnInstallW(HWND hWnd, LPCWSTR pszINF,
|
|||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* OCX - Filename of the OCX to register.
|
* OCX - Filename of the OCX to register.
|
||||||
* reboot - smart reboot behavior
|
* flags - Controls the operation of RegisterOCX.
|
||||||
* 'I' Reboot if needed.
|
* 'I' Call DllRegisterServer and DllInstall.
|
||||||
* 'N' No reboot.
|
* 'N' Only call DllInstall.
|
||||||
* install_cmd - Command line to pass to the OCX's DllInstall.
|
* param - Command line passed to DllInstall.
|
||||||
*/
|
*/
|
||||||
HRESULT WINAPI RegisterOCX(HWND hWnd, HINSTANCE hInst, LPCSTR cmdline, INT show)
|
HRESULT WINAPI RegisterOCX(HWND hWnd, HINSTANCE hInst, LPCSTR cmdline, INT show)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user