1
Answer

Windows service to call C application


Am writting a windows service application in C# that call a C WIN32API.

My question is this, how do i use the OnStart(), function to call the C Win32API application. 

Answers (1)