IRemoteUIModule::Put (Windows Embedded CE 6.0)
1/6/2010
This method sets the values that the user enters for the specified module.
Syntax
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 Value
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
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |