You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
in-process
About this tag
The in-process tag on WindowsForum.com covers topics related to running code within the same process space, particularly in the context of Windows development. Content discusses calling WinRT Components from a Win32 process via the Desktop Bridge, highlighting how Win32 applications can now use user-defined WinRT components in-process due to package identity. This enables tighter integration and performance benefits by avoiding cross-process marshaling. The tag is relevant for developers working with Desktop Bridge, WinRT, and Win32 interop scenarios.
In today’s post, we are covering another step you can take on your journey across the Desktop Bridge: specifically migrating business logic to Windows Runtime Components, aka WinRT Components. Previously, Windows only supported calling OS provided WinRT components from Win32 applications. Any...