Share via


IRemoteUIModule::NeedHTTPDRestart (Windows Embedded CE 6.0)

1/6/2010

This restarts the Web server.

Syntax

HRESULT NeedHTTPDRestart(
  BOOL* pVal
);

Parameters

  • pVal
    [out] If this value is set to TRUE, the Web server will restart after all relevant operations have completed.

Return Value

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Requirements

Header remoteui.h, remoteui.idl
Library uuid.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IRemoteUIModule