there's a metro background process (c#) to invoke and use class Win 32 resource API , how to do this. I think it should be via WinRT , whether can I add Window message queues in metro background .
Moved bySheng Jiang 蒋晟Wednesday, April 11, 2012 4:16 PMEnglish (From:一般性问题讨论区)
The Win32 resource API and window message API are not available for Metro style apps. You can find the Win32 API which are available in the
Win32 and COM for Metro style apps
documentation.
If you can explain your goal then we may be able to help you achieve it with WinRT functions or allowed Win32 API.