IsImmersiveProcess function (winuser.h)
Determines whether the process belongs to a Windows Store app.
Syntax
BOOL IsImmersiveProcess(
[in] HANDLE hProcess
);
Parameters
[in] hProcess
Target process handle.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | winuser.h |
Library | User32.lib |
DLL | User32.dll |