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
Post a Comment