![Xcalibur Systems LLC Logo](../icons/logo.png) |
ProcessHelperIsImmersiveProcess Method |
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: 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
)
<DllImportAttribute("user32.dll", SetLastError := true>]
Public Shared Function IsImmersiveProcess (
processHandle As IntPtr
) As Boolean
public:
[DllImportAttribute(L"user32.dll", SetLastError = true)]
static bool IsImmersiveProcess(
IntPtr processHandle
)
[<DllImportAttribute("user32.dll", SetLastError = true)>]
static member IsImmersiveProcess :
processHandle : IntPtr -> bool
Parameters
- processHandle IntPtr
- Target process handle.
Return Value
BooleanIf the function fails, the return value is zero. To get extended error
information, call .
See Also