IIsolatedAppLauncher::IsProcessInIsolatedContainer method

Indicates whether the current execution environment is a Windows Defender Application Guard container (VM container environment).

Syntax

HRESULT IsProcessInIsolatedContainer(
  [out] BOOL *isProcessInIsolatedContainer
);

Parameters

  • isProcessInIsolatedContainer [out]
    TRUE if the current execution environment is a Windows Defender Application Guard container (VM container environment); otherwise, FALSE.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | UWP apps]

Header

IsolatedAppLauncher.h

IDL

IsolatedAppLauncher.idl

CLSID

CLSID_IsolatedAppLauncher is defined as BC812430-E75E-4FD1-9641-1F9F1E2D9A1F

IID

IID_IIsolatedAppLauncher is defined as F686878F-7B42-4CC4-96FB-F4F3B6E3D24D

See also

IIsolatedAppLauncher