Compartilhar via


IRemoteUIModule::Get (Windows CE 5.0)

Send Feedback

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.

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 Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Requirements

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

See Also

IRemoteUIModule | IRemoteUIModule::Put

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.