IRemoteUIModule::Reset (Windows CE 5.0)
This method resets the Remote UI module. It is called after all Get and Put operations have completed for a specific request.
HRESULT Reset();
Parameters
None.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the return value is E_FAIL.
Remarks
During a reset, the module must be reinitialized to the original state.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.
See Also
IRemoteUIModule | IRemoteUIModule::Init
Send Feedback on this topic to the authors