Hi Dw.
I'm developing a software but now due to some complexity of the program I had to do some engine with C++ and I want to be able to call and receive the events from a service. Here's the C++ code that receives calls when an application tries to execute the code is for listening to these events at an OS level so I want to be able to receive events from this file I think I will make it as a DLL file and a VB.NET program will receive these events or show these events (pass it from dll to VB.NET form)
NTSTATUS.PsSetCreateProcessNotifyRoutine Ex(
_In_ PCREATE_PROCESS_NOTIFY_ROUTINE_EX. NotifyRoutine,
_In_ BOOLEAN Remove
);