Share via


IRemoteUIModule::Get (Windows Embedded CE 6.0)

1/6/2010

This method is called when the client requests the current state of a module. This method populates the IVariableContainer interface with the variables related to the specific module.

Syntax

HRESULT Get(
  BOOL fForBackup,
  IVariableContainer* pToServer
);

Parameters

  • fForBackup
    [in] If this variable is set to 1, the Get operation is for backup purposes. If this variable is set to 0, the Get request is not intended for backup purposes.
  • pToServer
    [in] Specifies all the names of the values and arrays that will be sent to the user.

Return Value

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Requirements

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

See Also

Reference

IRemoteUIModule
IRemoteUIModule::Put