IVirtualUI::Start Method

Starts the VirtualUI's activation process. Returns true if VirtualUI was fully activated or false if the passed timeout expired.

IDL

[id(0x00000066)]

HRESULT _stdcall Start([in] long Timeout, [out, retval] VARIANT_BOOL* OutRetVal);

Parameters

Parameters

Description

[in] long Timeout

Maximum time, in seconds, until the activation process is canceled. Defaults to 60 seconds.

Remarks

To fully activate VirtualUI, the connection with the end-user's web browser must established within the time specified by Timeout parameter.

Group

IVirtualUI Methods