c++ - How to detect if running inside Windows Metro application process? -


i developing library , able detect if running inside metro style application selectively disable/enable functionality. possible?

you can use imetromode interface check if library has been loaded inside metro-style application. call getmonitormode() method, if pmode hold mmm_metro you'll sure you're running inside metro application.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -