IRemoteUIModule::Init (Windows Embedded CE 6.0)
1/6/2010
This method initializes the Remote UI module. It is called before any Get or Put operations are performed on the module.
Syntax
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 Value
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
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |