Control Panel -> Security Center
I really like the components/controls which are used to show if a firewall or the Automatic Updates are enabled.
Are these reusable controls in C# or Delphi?
...
I'm trying to use the WscRegisterForChanges with C++ function in Windows 7.
Documentation located here:
http://msdn.microsoft.com/en-us/library/bb432507(v=VS.85).aspx
My problem is that even though the callback properly executes, the code crashes when it gets to the end of the callback's execution.
Here's the code in question. It's ...