Compartilhar via


IRemoteUIModule (Windows CE 5.0)

Send Feedback

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

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

See Also

Remote Configuration Framework Interfaces | IVariableContainer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.