The current header file i have (Winsvc.h) neither contain a definition of the structure "SERVICE_STATUS_PROCESS" nor the function "QueryServiceStatusEx(...)". I am using Visual C++ 6.0. Can any body help me with that? Best Regards, Simos
softgrid
Posts
-
Question about controlling Windows Services -
Question about Service Utility Functions.Yes it is correct yet it returns the error 1060, any ideas? Regards, Simos
-
Question about Service Utility Functions.Yes it is correct. Regards, Simos
-
Question about Service Utility Functions.I figured out the error. The problem now that the service is installed, but when i call the function ResUtilStartResourceService(...) it returns error code 1060 (service does not exist). Can any body help with this. Best regards, Simos
-
Question about Service Utility Functions.I have problem using the function ResUtilStartResourceService(...) i included the file clusapi.h and the compiler gives me the error "undeclared identifier". i tried to include the file Resapi.h the compiler gives me the error "unresolved external symbol _ResUtilStartResourceService@8". Best regards, Simos
-
System eventsCEvent in C++ is used to raise event in application and can be received in another (is that right). What is the equivalent in C#? and is it doable to raise an event in a C++ application and receive it in C# application, and how this can be done? Best regards Simos