IRemoteUIModule::Init (Windows CE 5.0)
This method initializes the Remote UI module. It is called before any Get or Put operations are performed on the module.
HRESULT Init( const char* pInitArgs);
Parameters
- pInitArgs
[in] Contains any data that has been specified by the user. For example, if a user has included a "##INCLUDE NETWORK_ABCDE##" statement in the .htm file, the values "ABCDE" will be passed into the Init method.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the return value is E_FAIL.
Remarks
The pInitArgs parameter can be used to limit the quantity of data that is passed to the browser.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.
See Also
IRemoteUIModule | IRemoteUIModule::Reset
Send Feedback on this topic to the authors