Partager via


IRemoteUIModule::Put (Windows CE 5.0)

Send Feedback

This method sets the values that the user enters for the specified module.

HRESULT Put(  BOOL fForRestore,  IVariableContainer* pFromServer,  IVariableContainer* pReturn);

Parameters

  • fForRestore
    [in] If this parameter is set to 1, the Put operation is for restore purposes.
  • pFromServer
    [in]Contains all the values and arrays that the user specifies, such as a host name.
  • pReturn
    [in] Specifies any events, such as status, errors, or messages that occurred during the Put operation. This information will be returned to the user.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Remarks

If the user has submitted a backup file containing restore information that has been previously backed up, the Internet Server Application Programming Interface (ISAPI) will call the Put method for each module with the fForRestore parameter set to 1.

Requirements

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

See Also

IRemoteUIModule | IRemoteUIModule::Get

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.