Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to differentiate metro app from window apps,
I can find window app list using HandleWindow.AllWindow()in C# but this way I could not get list of my metro apps.
We know that WinRT is the Windows Runtime library that provides system services for Metro apps. Can I somehow detect processes running under WinRT

or could I use in build function like (given at http://msdn.microsoft.com/en-us/library/windows/desktop/hh448383(v=vs.85).aspx[^])

C#
BOOL WINAPI IsImmersiveProcess(
  _In_  HANDLE hProcess
);




I need urgent help.
Thanks in advance
Posted
Updated 13-Aug-13 0:54am
v4

1 solution

Not possible.
That would be a breach of sandbox.
You don't want some random app getting information about the apps you run and reporting it home.
 
Share this answer
 
Comments
rameshKumar1717 13-Aug-13 8:08am    
Can I find out which api including window as well as metro is running on my desktop

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900