Share via


IRemoteUIModule (Windows Embedded CE 6.0)

1/6/2010

This interface defines the implementation of an extension to the remote UI Framework. All variable containers that are generated by a user are passed to IRemoteUIModule through the IVariableContainer interface.

Methods

The following table shows the methods for this interface. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

IUnknown Method Description

IRemoteUIModule::Get

Populates the IVariableContainer interface with the variables related to the specific module.

IRemoteUIModule::Put

Sets the values that are entered by the user to the specified module.

IRemoteUIModule::NeedNetworkRestart

Restarts the network.

IRemoteUIModule::NeedHTTPDRestart

Restarts the Web server.

IRemoteUIModule::ModuleName

Returns the name of the module.

IRemoteUIModule::Reset

Called after all Get and Put operations have completed for a specific request to reset the Remote UI module.

IRemoteUIModule::Init

Initializes the Remote UI module.

Requirements

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

See Also

Reference

Remote Configuration Framework Interfaces
IVariableContainer