Expand Minimize
0 out of 2 rated this helpful - Rate this topic

IsImmersiveProcess function

Determines whether the process belongs to a Windows Store app.

Syntax


BOOL WINAPI IsImmersiveProcess(
  _In_  HANDLE hProcess
);

Parameters

hProcess [in]

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

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Winuser.h

Library

User32.lib

DLL

User32.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.