Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperIsImmersiveProcess Method

Determines whether the process belongs to a Windows Store app.

IsImmersiveProcess function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll", SetLastError = true)]
public static bool IsImmersiveProcess(
	IntPtr processHandle
)

Parameters

processHandle  IntPtr
Target process handle.

Return Value

Boolean
If the function fails, the return value is zero. To get extended error information, call .
See Also