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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -