IVirtualUI::AllowExecute Method

Allows the execution of the passed application.

IDL

[id(0x00000074)]

HRESULT _stdcall AllowExecute([in] BSTR Filename);

Parameters

Parameters

Description

[in] BSTR Filename

regular expression specifying the filename(s) of the applications allowed to run.

Remarks

Under VirtualUI environment, only applications precompiled with VirtualUI SDK should be allowed to run. Applications not under VirtualUI control, cannot be controlled.

Group

IVirtualUI Methods