Andrei Golubkov
Andrei Golubkov

Reputation: 110

How to detect COM+ API?

Windows has a touchpad feature: precision touchpad. This makes it possible to use three-fingers swipe or four-fingers swipe to change the desktop or call Task View.

I need to turn off this feature programmatically. It's possible using the registry, but that requires a reboot or logout-login, then explorer.exe will get the new settings.

But, if I turn off the swipe behaviour manually using System Settings, explorer.exe will update immediately.

I've checked this way using Process Monitor, and found that when I'm making changes to swipe behaviour in System Settings, explorer.exe starts reading the registry values about this. I consider, System Settings can notify explorer.exe using COM+ API, so I want to use it. But, I know nothing about the available methods.

  1. How can I detect COM+ usage?
  2. Is there any way to get API information from an exe file? The GUID of the COM+ API and methods.

Upvotes: 0

Views: 111

Answers (0)

Related Questions