IRemoteUIModule::Reset (Windows Embedded CE 6.0)
1/6/2010
This method resets the Remote UI module. It is called after all Get and Put operations have completed for a specific request.
Syntax
HRESULT Reset();
Parameters
None.
Return Value
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
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |