Compartilhar via


IRemoteUIModule::NeedNetworkRestart (Windows CE 5.0)

Send Feedback

This method restarts the network. The Remote UI Framework calls this method after all Get and Put operations have been completed.

HRESULT NeedNetworkRestart(  BOOL* pVal);

Parameters

  • pVal
    [out] If this value is set to TRUE, the network will be restarted after all relevant operations have completed.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Remarks

A network restart implies that an Network Driver Interface Specification (NDIS) unbind and bind is performed on each network adapter.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.

See Also

IRemoteUIModule

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.